cpp: Add DoxygenLayout.xml

move "detailedDescription" to top to follow devsite layout convention
This commit is contained in:
Corentin Le Molgat
2025-07-04 16:18:15 +02:00
parent 9991028e4a
commit 2f343eee41
3 changed files with 271 additions and 1 deletions

View File

@@ -613,6 +613,7 @@ if(BUILD_CXX_DOC)
${PROJECT_BINARY_DIR}/cpp/Doxyfile
${PROJECT_BINARY_DIR}/cpp/doxygen-awesome.css
${PROJECT_SOURCE_DIR}/ortools/doxygen/header.html
${PROJECT_SOURCE_DIR}/ortools/doxygen/DoxygenLayout.xml
${PROJECT_SOURCE_DIR}/ortools/cpp/stylesheet.css
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
COMMENT "Generating C++ API documentation with Doxygen"