@@ -38,7 +38,7 @@ PROJECT_NAME = "Inja"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 2.0 .0
41+ PROJECT_NUMBER = 2.1 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "A Template Engine for Modern C++"
5151# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
5252# the logo to the output directory.
5353
54- PROJECT_LOGO = "./logo.jpg"
54+ PROJECT_LOGO = "./logo-doxygen .jpg"
5555
5656# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757# into which the generated documentation will be written. If a relative path is
@@ -792,7 +792,8 @@ WARN_LOGFILE =
792792# Note: If this tag is empty the current directory is searched.
793793
794794INPUT = ../include/inja \
795- ../README.md
795+ ../README.md \
796+ support.md
796797
797798# This tag can be used to specify the character encoding of the source files
798799# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -908,7 +909,7 @@ EXCLUDE_SYMBOLS = stdinja
908909# that contain example code fragments that are included (see the \include
909910# command).
910911
911- EXAMPLE_PATH =
912+ EXAMPLE_PATH = ./examples
912913
913914# If the value of the EXAMPLE_PATH tag contains directories, you can use the
914915# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -922,7 +923,7 @@ EXAMPLE_PATTERNS = *
922923# irrespective of the value of the RECURSIVE tag.
923924# The default value is: NO.
924925
925- EXAMPLE_RECURSIVE = NO
926+ EXAMPLE_RECURSIVE = YES
926927
927928# The IMAGE_PATH tag can be used to specify one or more files or directories
928929# that contain images that are to be included in the documentation (see the
@@ -1657,7 +1658,7 @@ EXTRA_SEARCH_MAPPINGS =
16571658# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
16581659# The default value is: YES.
16591660
1660- GENERATE_LATEX = YES
1661+ GENERATE_LATEX = NO
16611662
16621663# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
16631664# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
0 commit comments