Doxygen - chunhualiao/public-docs GitHub Wiki

test

doxygen:xml

doxygen:overloaded function

doxygen:dox

doxygen:multiple comments

doxygen:config:all func bodies

config

doxygen -G Doxygen # initialize a config file


INPUT                  = .

FILE_PATTERNS          = *.c \
                         *.cc \
                         *.cxx \
                         *.cpp \
                         *.c++ \
                         *.dox


EXCLUDE                =

GENERATE_XML           = NO

CALL_GRAPH             = NO

# If set to YES, you get a navigation tree in HTML that might reveal “File Members,” “Globals,” etc.
GENERATE_TREEVIEW   = YES 

# If set to YES, everything that can be documented will be documented (assuming you’re not excluding files).

EXTRACT_ALL = YES  

web server

python3 -m http.server 8000