Skip to content

Commit

Permalink
Merge pull request #16 from JPenuchot/dev
Browse files Browse the repository at this point in the history
Documentation improvements
  • Loading branch information
JPenuchot authored Dec 7, 2022
2 parents 7c1b164 + 15339ef commit 50419c4
Show file tree
Hide file tree
Showing 6 changed files with 1,361 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/ctbench-api.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! # CMake documentation
#! # CMake API reference

## =============================================================================
#@
Expand Down
5 changes: 3 additions & 2 deletions cmake/docs.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Documentation options
set(DOXYGEN_EXTRACT_ALL YES)
set(DOXYGEN_GENERATE_TREEVIEW YES)
set(DOXYGEN_EXCLUDE_PATTERNS */build/* */tests/* */build-docs/*)
set(DOXYGEN_EXCLUDE_PATTERNS */build/* */tests/* */build-docs/* paper.md)
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE ${CMAKE_SOURCE_DIR}/readme.md)
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR})
set(DOXYGENT_DOT_TRANSPARENT YES)
set(DOXYGEN_DOT_TRANSPARENT YES)
set(DOXYGEN_IMAGE_PATH ${CMAKE_SOURCE_DIR})

# ==============================================================================
# Doxygen Awesome CSS
Expand Down
Loading

0 comments on commit 50419c4

Please sign in to comment.