Commit 954c1e8c authored by Greg Williams's avatar Greg Williams
Browse files

Fixed Doxygen generation to use the repo README as the main page

parent 511025c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -755,7 +755,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.

INPUT                  = ./include ./src
INPUT                  = ./include ./src ./README.md

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -775,7 +775,7 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.

FILE_PATTERNS          =
FILE_PATTERNS          = *.c, *.h

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.