Skip to content

Commit

Permalink
Fix Doxygen generation
Browse files Browse the repository at this point in the history
Fix #506
  • Loading branch information
jbigot committed Dec 12, 2024
1 parent 4734c8b commit b644857
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions pdi/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ doxygen_add_docs(doxygen_doc
"${CMAKE_CURRENT_SOURCE_DIR}/First_steps.md"
"${CMAKE_CURRENT_SOURCE_DIR}/How_to_create_plugin.md"
"${CMAKE_CURRENT_SOURCE_DIR}/Installation.md"
"${CMAKE_CURRENT_SOURCE_DIR}/modules.md"
"${CMAKE_CURRENT_SOURCE_DIR}/Plugins.md"
"${CMAKE_CURRENT_SOURCE_DIR}/Specification_tree_ref.md"
"${CMAKE_CURRENT_SOURCE_DIR}/Source_installation.md"
Expand Down
9 changes: 9 additions & 0 deletions pdi/docs/modules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# C API Reference {#modules}

This is the list of functions for PDI grouped by category

| | |
| --- | --- |
| \ref init_final "Initialization and finalization" | The initialization and finalization part of the API is used to setup PDI, release its resources and check version information |
| \ref annotation "Code annotation" | The code annotation API is the main interface to use in the code |
| \ref error "Error handling" | The error handling API supports checking the error status of PDI |

0 comments on commit b644857

Please sign in to comment.