Skip to content

Commit

Permalink
Adjusted Doxygen file
Browse files Browse the repository at this point in the history
  • Loading branch information
vimsh committed Mar 24, 2017
1 parent f3634c8 commit 5d3244f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,8 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = .
INPUT = . \
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
Expand Down Expand Up @@ -834,7 +835,6 @@ FILE_PATTERNS = *.c \
*.inc \
*.m \
*.markdown \
*.md \
*.mm \
*.dox \
*.py \
Expand Down Expand Up @@ -863,8 +863,7 @@ RECURSIVE = NO
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = utilities.hpp \
sybase_example.cpp
EXCLUDE =

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down Expand Up @@ -1232,7 +1231,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_TIMESTAMP = NO
HTML_TIMESTAMP = YES

# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
Expand Down Expand Up @@ -1469,7 +1468,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW = NO
GENERATE_TREEVIEW = YES

# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
Expand Down

0 comments on commit 5d3244f

Please sign in to comment.