Added doxygen files

This commit is contained in:
Mattias Lasersköld 2020-04-10 13:42:52 +02:00
parent 7224a73722
commit 53f76911ce
2 changed files with 17 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@
.vscode/launch.json
.vscode/ipch
include/settings.h
include/config.h
include/config.h
doxygen/*

15
doxygen.conf Normal file
View 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