[Doxygen-users] Issue with 2 header files for one source file
Brought to you by:
dimitri
From: Stefan K. <ste...@nx...> - 2014-01-13 15:19:12
|
Hi, I have two different header files, one containing the public and on the internal function prototypes. There are several functions in the "internal" header file containing some documentation. In the source file there is some additional documentation for the same functions. But the documentation from the source file is ignored. I also used \fn to explicitly mark the documentation in the header file to assign it to the correct function. The functions which have this issue are static. I have other static methods with the same separation of the documentation (but only with one header and one source file) where it works. EXTRACT_STATIC is therefore working properly. If I remove the static keyword for the function it works. What am I missing? Best Regards, Stefan Kraxberger |