Skip to content

A template to generate project document using doxygen

Notifications You must be signed in to change notification settings

gitorup/doxygen-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doxygen-template

A template to generate project document using doxygen

Install doxygen

sudo apt-get install doxygen

Generate document

doxygen -g doc.dot //create doxygen config

vim doc.dot // modify doxygen project config

PROJECT_NAME           = "Device SDK APIs"
PROJECT_NUMBER         = "ver: 2.3.0"
PROJECT_LOGO           = logo.png
OUTPUT_DIRECTORY       = reference
OPTIMIZE_OUTPUT_FOR_C  = YES
INPUT                  = ./include
FILE_PATTERNS          = *.h
RECURSIVE              = YES
GENERATE_LATEX         = NO

doxygen doc.dot // generate html document

About

A template to generate project document using doxygen

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published