Hi, I have following problem: Doxygen 1.9.4 does not parse include files correctly. So the interfaces contained in the include files do not appear in the generated help files. The problem seems to be the actual version (I am using 1.9.4). Previous versions of doxygen (e.g. 1.7.6.1) worked correctly.
So it seems that this feature got lost between these two versions. Detailed information: I am using doxygen to parse an .idl file, which contains a definition of a COM library. This library contains several interfaces which are located in separated include files that are included in the body of the library definition. In former versions of doxygen, these include files were parsed correctly and the generated documentation contained the help for all these interfaces. But in the actual version of doxygen, all these include files are ignored and the help file does not reference them. I tried a workaround by adding all the include files directly to the INPUT files. This worked partially, because the relationship between the COM library and the interfaces got lost. That means that doxygen does not know that the interfaces are part of the COM library. Could you please help us - by either fixing this problem - or explaining a workaround that gives us a satisfying alternative solution. Thank you!
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users