PengZheng opened a new issue, #701: URL: https://github.com/apache/celix/issues/701
When looking at a Celix Service Interface for the first time, it is pretty easy to get confused as to whether you should implement and register the service in the header file or just track and use the service. Though we don't support annotation directly in C++, adding Doxygen comments such as `@qualifer ProviderType` or `@qualifer ConsumerType` should be enough to help our users. Note that [qualifer](https://www.doxygen.nl/manual/commands.html#cmdqualifier) is a standard Doxygen command. If users hover over the type documented this way in an IDE like CLion, the qualifier (ProviderType/ConsumerType) will appear in the generated documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org