From 86a5d8b718058ed5a18f4cddf1f15163550bd88b Mon Sep 17 00:00:00 2001 From: Nels Frazier Date: Mon, 27 Jul 2020 13:21:08 -0500 Subject: [PATCH] update doxyfile to generate and include models/ documentaiton --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index b617d47ce0..f08e8e475e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -829,7 +829,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = include/ src/ test/core/ test/geojson/ test/models/ README.md CHANGELOG.md doc/ INSTALL.md CONTRIBUTING.md TERMS.md test/README.md +INPUT = include/ src/ models/ test/core/ test/geojson/ test/models/ README.md CHANGELOG.md doc/ INSTALL.md CONTRIBUTING.md TERMS.md test/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 @@ -2152,7 +2152,7 @@ SEARCH_INCLUDES = YES # preprocessor. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = include/ +INCLUDE_PATH = include/ models/ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the