aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
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²C"
+INPUT_FILTER = "sed -e 's/\<I2C\>\|\<I<sup>2<\/sup>C\>/\\I2C/g'"
+
+USE_MDFILE_AS_MAINPAGE = readme.md
+