[Doxygen-users] C++ Anonymous Structure Identification (XML Output)

2016-07-15 Thread CareyG
I have created a simple union as follows: #ifndef _ANONUNION_H #define _ANONUNION_H #ifdef __cplusplus ///@brief Anonymous Union example. namespace AnonUnion { #endif ///@brief Create a typename for our union. typedef union { ///@brief A short followed by two char

[Doxygen-users] Image Size Specification Syntax

2016-08-02 Thread CareyG
The \image tag permits a size specification. The documentation says that a size specification may be composed of either (or both) of a height or width. Yet, if I enter both the second is inserted into the XML element. For example, if enter @image rtf myimage.png width=509px height=125px I get:

[Doxygen-users] C++ 11/14, etc support

2016-09-22 Thread CareyG
I can't find any documentation on the C++ 11/14/17 features supported by Doxygen versions. Does such a document or web page exist? I have code that is mostly written in older C++ (C++ x03) and an increasing amount written in C++ 11/14/17. I need to know whether features such as final, template a