how to install doxygen on ubuntu 16.04


Guide

how to install doxygen

$ sudo apt-get install doxygen
$ sudo apt-get install graphviz

how to use doxygen

$ cd path/to/yourproject

generate a Doxyfile with

$ doxygen -g 

$ ll Doxyfile

generate doc html and latex with

doxygen Doxyfile

output

Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
...

view doxygen result

open html/index.html and view results

doxygen index.html

History

  • 20181204: created.

Author: kezunlin
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source kezunlin !
评论
  TOC