Skip to content

Commit

Permalink
Use README as main page
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 14, 2024
1 parent 8e5cf6c commit 6c0b907
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
PROJECT_NAME = reactor-uc
PROJECT_NUMBER = 0.1
OUTPUT_DIRECTORY = doc
INPUT = ./include/environment.h ./include/logging.h ./include/platform.h ./include/macros_api.h
INPUT = README.md
INPUT += ./include/environment.h ./include/logging.h ./include/platform.h ./include/macros_api.h
FILE_PATTERNS = *.h
RECURSIVE = NO
USE_MDFILE_AS_MAINPAGE = README.md
EXTRACT_ALL = YES

0 comments on commit 6c0b907

Please sign in to comment.