All text after a hash (#) is considered a comment and will be ignored
The format is:
TAG = value [value, …]
For lists items can also be appended using:
TAG += value [value, …]
Values that contain spaces should be placed between quotes (“ “)
There are some useful label for cpp or c project.
this label will let you to use /// or //! comments to generate documents.
MULTILINE_CPP_IS_BRIEF = YES
what’s the size of tab in your code documents?
TAB_SIZE = 4
what’s the name of project?
PROJECT_NAME = CNODE
If you use chinese or some other non-English language…
DOXYFILE_ENCODING = UTF-8
which patter you want to generate documents? If you left blank, doxygen will parse to kinds of files. But here, I just use two kinds files.
FILE_PATTERNS = .h
FILE_PATTERNS += .c
will you want recursive the code paths?
RECURSIVE = YES
Save “Doxyfile” and run command: “doxygen“