[Doxygen-develop] Problem with macros : Preprocessor doesn't handle correctly documentation generat
Brought to you by:
dimitri
From: Claire C. <cch...@il...> - 2008-12-10 15:15:27
|
Hello, I have an isuue with the doxygen preprocessor which doesn't handle correctly a documentation generated by a macro with Doxygen 1.5.6. For example if you have in a header file: ILOEXTENSIONHNONINLINE(IloAlgorithm) and in another : #define ILOEXTENSIONHNONINLINE(hname) \ /** \ * <p>This member function returns a character string specifying \ * the name of the invoking object (if there is one).</p> \ * @@see @0#end() \ */ \ const char * getName() const; \ The result in the documentation is: \ This member function returns a character string specifying \ the name of the invoking object (if there is one). \ @ See Also: @0#end() \ My configuration is correct I think as the maco is expanded by the result of the expansion is bad. Do you have an idea of the problem? Thanks, Regards, Claire ____________________________________ Claire Chardiny Associate Internal Projects Manager Refs Factory, Quality & Methods Manager - OneIT Team |