I'm trying out the Atomineer addin to document my c++ code, and I want to use the DocXML format that VS uses in csharp code. I can create the comments, but running doxygen over the project directory always results in warnings like this:
Warning: documented function `bool CBaseItem::ValidateInterval' was not declared or defined.
All functions are declared, defined and documented but none show up in the generated html.
Does doxygen only support the DocXML style comments for .net languages?