Skip to content

Commit

Permalink
docs: port documentation from qdoc to Doxygen
Browse files Browse the repository at this point in the history
Closes: #339
  • Loading branch information
plfiorini committed Oct 31, 2024
1 parent c4c8a61 commit 572204a
Show file tree
Hide file tree
Showing 117 changed files with 5,000 additions and 4,030 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ releases or clone the `master` branch that has the latest released version.

## Dependencies

Qt >= 6.6.0 with at least the following modules is required:
Qt >= 6.8.0 with at least the following modules is required:

* [qtbase](http://code.qt.io/cgit/qt/qtbase.git)
* [qtdeclarative](http://code.qt.io/cgit/qt/qtdeclarative.git)
Expand Down
3 changes: 0 additions & 3 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ if(DOXYGEN_FOUND)
# Set the output directory for Doxygen documentation
set(DOXYGEN_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/output)

# Ensure the output directory exists
#file(MAKE_DIRECTORY ${DOXYGEN_OUTPUT_DIR})

# Configure Doxyfile
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in
Expand Down
2,887 changes: 2,876 additions & 11 deletions doc/Doxyfile.in

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions doc/Doxyfile.in.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
INPUT = ../src/imports
OUTPUT_DIRECTORY = @DOXYGEN_OUTPUT_DIR@
RECURSIVE = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_METHODS = YES
FILTER_PATTERNS = *.qml=doxyqml
FILE_PATTERNS = *.qml *.cpp *.h
EXTENSION_MAPPING = qml=C++
ENABLE_PREPROCESSING = YES
HAVE_DOT = YES
CLASS_DIAGRAMS = YES
32 changes: 0 additions & 32 deletions doc/snippets/fluidcontrols-action.qml

This file was deleted.

38 changes: 0 additions & 38 deletions doc/snippets/fluidcontrols-alertdialog.qml

This file was deleted.

25 changes: 0 additions & 25 deletions doc/snippets/fluidcontrols-bodylabel.qml

This file was deleted.

76 changes: 0 additions & 76 deletions doc/snippets/fluidcontrols-bottomsheet.qml

This file was deleted.

141 changes: 0 additions & 141 deletions doc/snippets/fluidcontrols-bottomsheetgrid.qml

This file was deleted.

Loading

0 comments on commit 572204a

Please sign in to comment.