The doxygen \image tag documentation specifies that both height and width attributes can be given yet only the first attribute is accepted. The second attribute is output to the resultant XML as descriptive text.
I would like to specify both image attributes as:
\image rtf myimage.png width=100px height=250px
The link to the documentation where it states that both attributes are permitted is: http://www.doxygen.nl/manual/commands.html#cmdimage
Note the relevant section says: "The sizeindication can specify the width or height to be used (or a combination)." What I want to know is: what is the correct syntax? Or, is the documentation in error?