Skip to content

Commit

Permalink
Use Readme.md as mainpage untill we have something better.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h committed Sep 22, 2015
1 parent 65ee5c4 commit aab5092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ EXTRACT_ANON_NSPACES = YES
QUIET = YES

INPUT = @CMAKE_CURRENT_SOURCE_DIR@
FILE_PATTERNS = *.h *.hpp *.c *.cc *.cpp
USE_MDFILE_AS_MAINPAGE = @CMAKE_CURRENT_SOURCE_DIR@/README.md
FILE_PATTERNS = *.h *.hpp *.c *.cc *.cpp *.md
RECURSIVE = YES

EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/third_party \
Expand Down

0 comments on commit aab5092

Please sign in to comment.