diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-02 22:25:49 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-02 22:25:54 +0100 |
| commit | c22a7bb6a72fe9e2044b01fc26ddadda2aed2574 (patch) | |
| tree | e10820b89ed6d8d4657eb3714c6ed3d35e6e2afb /fluid/CMakeLists.txt | |
| parent | 7c6266f67ef12f24e165fcb975b134dd867b2d45 (diff) | |
FLUID: Restructures user documentation.
Diffstat (limited to 'fluid/CMakeLists.txt')
| -rw-r--r-- | fluid/CMakeLists.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index 6c7480e90..29de6aeba 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -100,8 +100,21 @@ source_group("Header Files" FILES ${HEADERFILES}) set ( DOC_FILES Doxyfile documentation/src/index.dox - documentation/src/code.dox - documentation/src/app_settings.dox + documentation/src/page_introduction.dox + documentation/src/page_getting_started.dox + documentation/src/page_ui_overview.dox + documentation/src/page_basics.dox + documentation/src/page_widget_types.dox + documentation/src/page_layout.dox + documentation/src/page_code_integration.dox + documentation/src/page_advanced.dox + documentation/src/page_shortcuts.dox + documentation/src/page_faqs.dox + documentation/src/page_glossary.dox + documentation/src/page_appendices.dox + documentation/src/page_index.dox + documentation/src/page_legal.dox + documentation/src/page_conclusion.dox ) source_group("Documentation" FILES ${DOC_FILES}) |
