From 1d5a7552873841938ecf9d3e1f17c722ecb1ca95 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Wed, 28 Apr 2021 18:07:45 +0000 Subject: [PATCH] Update for doxygen inline docs (#2164) disable INLINE SOURCES --- cmake-modules/AzureDoxygen.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake-modules/AzureDoxygen.cmake b/cmake-modules/AzureDoxygen.cmake index def89ad54..1f82847d8 100644 --- a/cmake-modules/AzureDoxygen.cmake +++ b/cmake-modules/AzureDoxygen.cmake @@ -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