HELP - imageCmd
HelpCommand ReferenceimageCmd
Description  
Adding an image to the documentation ( image )
Images can be included in the documentation using the \image tag.

The filename should be relative either to the current directory or relative to the root of the IMAGE_PATH (see InputOptions), or it can be an absolute path. Note that this is different from the original Doxygen behaviour

Image types supported are:
Syntax
\image [path]<image_name>  ["Caption text"]
Example
\image cpplogo.jpg "This a C++ Logo"
Output
cpplogo.jpg
This a C++ Logo


If the user has an SVG browser plug-in installed or native browser support for SVG, it is even possible to include svg images. SVG images may be sized.

Syntax SVG
\image [path]<image_name> sizeXinpixels sizeYinpixels ["Caption text"]
Example
\image ./images/canvas.svg 300 400 "Caption text"