doxygen with IDL/ODL
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-06-17T08:58:57Z
Indexed on
2010/06/17
9:03 UTC
Read the original article
Hit count: 181
If you have a C++ project that has a bunch of .ODL files and the generated .h files from the ODL compiler, should doxygen be told to parse both .odl and .h, or only one or the other? In general I don't like documenting generated code but IDL is sort of a special case.
In any case, it seems like the member listing of ODL files is not quite working properly in my tests, are ODL files properly parsed?
© Stack Overflow or respective owner