svg image files in doxygen -


i want include svg image file in doxygen documentation.

i using command

\image ./pics/gnu_lic/gplv3_logo.svg 

however cannot see image

. ├── dox ├── doxyfile └── pics     ├── gbehistun.png     ├── gnu_lic     │   ├── agplv3_logo.png     │   ├── agplv3_logo.svg     │   ├── gfdl_logo.svg     │   ├── gplv3_logo.png      │   └── gplv3_logo.svg     └── meidum         └── tridim_latis.png 

there 2 things 1 has do.

first set image_path. in case used pics. \image commands should changed be

/// \image html gplv3_logo.png /// \image html gplv3_logo.svg 

this images displayed.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -