efl_object: insert @ to link docs proberly

Summary: Depends on D9919

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9920
This commit is contained in:
Marcel Hollerbach 2019-09-12 13:26:24 +02:00 committed by Xavi Artigas
parent 1f96530a1c
commit 84487d8257
1 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ abstract Efl.Object
}
}
provider_register {
[[Will register a manager of a specific class to be answered by eo.provider_find.]]
[[Will register a manager of a specific class to be answered by @.provider_find.]]
params {
@in klass: const(Efl.Class); [[The class provided by the registered provider.]]
@in provider: const(Efl.Object); [[The provider for the newly registered class that has to provide that
@ -413,7 +413,7 @@ abstract Efl.Object
}
provider_unregister {
[[Will unregister a manager of a specific class that was previously registered and answered by
eo.provider_find.]]
@.provider_find.]]
params {
@in klass: const(Efl.Class); [[The class provided by the provider to unregister for.]]
@in provider: const(Efl.Object); [[The provider for the registered class to unregister.]]