Hi!
I am trying to get different documentation in a C header file and C source file for a function.
I have the usual \fn, \breif, etc in the header file and another section above the function in the source file where I desctibe the detailed function implementation.
The problem is that doxygen merges the description from the source file with the one from the header file.
How can I configure doxygen not to merge the documentations for a function from the ehader and source file? I definetly want to keep both the header and source file in the same project and see
a different documentation for a function when I look in the header file compared to the source file ?
Thank you!
O.Lazar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I am trying to get different documentation in a C header file and C source file for a function.
I have the usual \fn, \breif, etc in the header file and another section above the function in the source file where I desctibe the detailed function implementation.
The problem is that doxygen merges the description from the source file with the one from the header file.
How can I configure doxygen not to merge the documentations for a function from the ehader and source file? I definetly want to keep both the header and source file in the same project and see
a different documentation for a function when I look in the header file compared to the source file ?
Thank you!
O.Lazar