We are using Doxygen v1.9.2 for one of our projects build in C programming. We are facing issues with few static functions in our project as doxygen throwing warnings by pointing to those static function declarations.
The above behavour is not common for all static functions used in our project. It is limited to very few static functions.
Generally we update documentation at function definitions but warning pointing to function declaration. Below is the one sample warning:
warning: Member < function name >(void) (function) of file main.c is not documented.
Could you please let me know, is there something issue with configurations leading these typ of issues? I will share the configurations which I am using too
Thanks,
Gopinath
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
We are using Doxygen v1.9.2 for one of our projects build in C programming. We are facing issues with few static functions in our project as doxygen throwing warnings by pointing to those static function declarations.
The above behavour is not common for all static functions used in our project. It is limited to very few static functions.
Generally we update documentation at function definitions but warning pointing to function declaration. Below is the one sample warning:
warning: Member < function name >(void) (function) of file main.c is not documented.
Could you please let me know, is there something issue with configurations leading these typ of issues? I will share the configurations which I am using too
Thanks,
Gopinath