apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 85 forks source link

Incorrect usage of @section in Doxygen documentation? #680

Open PengZheng opened 8 months ago

PengZheng commented 8 months ago

There is the following warning in section command's documentation:

This command only works inside related page documentation and not in other documentation blocks!

In our coding convention, it is recommended to be used for error codes documentation:

I found one usage of @section in celix_threads.h, and checked our online documentation. Unfortunately, utils library is not included in the documentation. I'm not sure whether the current usage is correct and can produce the intended documentation.

PS: Currently I am working on Celix documentation translation so that it can be used for some internal training program in my day job. I'll go back to this issue after the translation is complete.