03-23-2007 02:46 PM
Do not use additional comments in enums; the // comment specifies an optional label for each enum value. [...] Avoid semicolons inside enumeration lists, including comments. [...] Avoid nested comments or combination of comment styles (//, /**/, or /* // */). [...]Trying to extract declarations gives some strange results, and I think it's because of the Doxygen markup. At the same time, we're considering adding CVI markup to the input file (e.g., "/// SLD 2"), but triple-slashes are also used by Doxygen and would break the documentation generation.
03-26-2007 02:15 PM