Added doxygen files
This commit is contained in:
parent
7224a73722
commit
53f76911ce
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
include/settings.h
|
||||
include/config.h
|
||||
include/config.h
|
||||
doxygen/*
|
||||
|
15
doxygen.conf
Normal file
15
doxygen.conf
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
|
||||
PROJECT_NAME = "Hexapod"
|
||||
|
||||
OUTPUT_DIRECTORY = doxygen
|
||||
|
||||
OUTPUT_LANGUAGE = English
|
||||
|
||||
INPUT = include src
|
||||
|
||||
FILE_PATTERNS = *.cpp *.h
|
||||
|
||||
RECURSIVE = YES
|
Loading…
x
Reference in New Issue
Block a user