Include the language reference in the C++ docs

It's still a bit buggy but better than nothing
This commit is contained in:
Simon Hausmann 2020-08-21 16:46:23 +02:00
parent f610957de0
commit 6ea46aa7e4

View file

@ -836,7 +836,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../README.md @CMAKE_CURRENT_SOURCE_DIR@/../include/
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../README.md @CMAKE_CURRENT_SOURCE_DIR@/../../../docs/langref.md @CMAKE_CURRENT_SOURCE_DIR@/../include/
# 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
@ -2172,7 +2172,7 @@ SEARCH_INCLUDES = YES
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
INCLUDE_PATH = ${CMAKE_CURRENT_BINARY_DIR}/include
INCLUDE_PATH = @CMAKE_CURRENT_BINARY_DIR@/include @CMAKE_CURRENT_SOURCE_DIR@/..
# 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