Update for doxygen inline docs (#2164)

disable INLINE SOURCES
This commit is contained in:
Victor Vazquez 2021-04-28 18:07:45 +00:00 committed by GitHub
parent c82f0e8efc
commit 1d5a755287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,9 @@ function(generate_documentation PROJECT_NAME PROJECT_VERSION)
set(DOXYGEN_LAYOUT_FILE ${CMAKE_SOURCE_DIR}/eng/docs/api/assets/DoxygenLayout.xml)
set(DOXYGEN_RECURSIVE YES)
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE ./README.md)
set(DOXYGEN_INLINE_SOURCES YES)
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
set(DOXYGEN_INLINE_SOURCES NO)
# Skip generating docs for json, test and private files.
set(DOXYGEN_EXCLUDE_PATTERNS
json.hpp