[Doxygen-users] Match cpp and h file
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2016-09-30 15:03:22
|
Hi I'm having a problem I don't understand. In a project with several cpp and h files I have many classes that are fully documented. There's also a cpp file with just global functions and a corresponding h file. I have the full documentation for function parameters and return type in the h file, in the cpp file is only a description. Somehow doxygen (Win32 1.8.12) sees both parts but can't match the functions up. IBHelpers.cpp:65: warning: parameters of member GetIconIndex are not (all) documented IBHelpers.cpp:65: warning: return type of member GetIconIndex is not documented However in the generated documentation doxygen declares that the same function is in both files. GetIconIndex() : IBHelpers.h , IBHelpers.cpp Why does doxygen see the global function in the h and cpp file but can't combine the documentation for it? I don't have any problem doing the same thing for classes and methods. Thanks bye Fabi |