Back to TILs

Documentando Projetos Com Doxygen E Markdown

Date: 2017-10-24Last modified: 2023-03-07

In the next release of doxygen (1.8.3) I plan to introduce a new configuration option USE_MDFILE_AS_MAINPAGE which can be used to specify a markdown page that is to be used as the main page. Then you can configure doxygen as follows:

INPUT = README.md other_sources USE_MDFILE_AS_MAINPAGE = README.md

Instalação do doxygen

apt-get install doxygen doxygen-latex doxygen-doc doxygen-gui
texlive-lang-portuguese 

Doxygen não suporte bash então

https://stackoverflow.com/questions/26874238/can-doxygen-be-used-to-document-makefile-templates-and-include-mk-file-interfa

EXTENSION_MAPPING = sh=C

Referências