docs: tweak doxygen settings

This commit is contained in:
2026-06-02 10:55:28 +02:00
parent a277ae570b
commit ece2df477a
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ BreakArrays: false
IncludeBlocks: Regroup
SortIncludes: true
ReflowComments: false
ReflowComments: Always
KeepEmptyLinesAtTheStartOfBlocks: true
DerivePointerAlignment: false
+4
View File
@@ -13,6 +13,10 @@ add_subdirectory(furc)
if(DOXYGEN_FOUND)
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/docs)
set(DOXYGEN_SHOW_ENUM_VALUES YES)
set(DOXYGEN_HIDE_UNDOC_NAMESPACES NO)
set(DOXYGEN_HIDE_UNDOC_RELATIONS NO)
set(DOXYGEN_FILE_PATTERNS "*.hpp")
doxygen_add_docs(doxygen_doc ${CMAKE_SOURCE_DIR}/furc/ ${CMAKE_SOURCE_DIR}/furlang/
ALL WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API documentation with Doxygen")