aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-21 19:29:44 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-21 19:29:44 +0200
commit8a80226e9dce394573e95d68fc9fe04592ad5907 (patch)
tree05686bd0674f6fa33cd319cec803c791551ef0f7 /Doxyfile
parent79e60b430143b2acc4b93f62e23770e6bcbd7861 (diff)
more doxygen documentationg
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index c3623cc..53e75c2 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -3,6 +3,7 @@ DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "puzzlebox"
OUTPUT_DIRECTORY = doxygen
+INPUT += readme.md
INPUT += client
INPUT += lib/mpack
INPUT += lib/i2ctcp
@@ -14,8 +15,13 @@ EXCLUDE = lib/mpack/src
EXCLUDE_PATTERNS = **/build
EXCLUDE_SYMLINKS = YES
-FILE_PATTERNS = *.c *.cpp *.h *.hpp *.md
+FILE_PATTERNS = *.c *.cpp *.h *.hpp *.md *.dox
RECURSIVE = YES
GENERATE_LATEX = NO
+ALIASES += I2C="I&sup2;C"
+INPUT_FILTER = "sed -e 's/\<I2C\>\|\<I<sup>2<\/sup>C\>/\\I2C/g'"
+
+USE_MDFILE_AS_MAINPAGE = readme.md
+