diff --git a/doc/Doxyfile b/doc/Doxyfile index 0be33ef5..cabffd87 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -278,7 +278,9 @@ ALIASES = "accessors=\par Access functions:^^" \ "states=\par States:^^" \ "skinlet=\par Default Skinlet:^^" \ "aspect=\par Aspect^^" \ - "saqt=\sa ^^" + "embedWasm=
Run the code!" + + # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For @@ -1313,7 +1315,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = +HTML_HEADER = api/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard @@ -1323,7 +1325,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = +HTML_FOOTER = api/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of diff --git a/doc/api/footer.html b/doc/api/footer.html new file mode 100644 index 00000000..249d73fa --- /dev/null +++ b/doc/api/footer.html @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/doc/api/header.html b/doc/api/header.html new file mode 100644 index 00000000..f57a4cf3 --- /dev/null +++ b/doc/api/header.html @@ -0,0 +1,123 @@ + + + + + + + + +$projectname: $title +$title + + + + + + + + + + + + + +$treeview +$search +$mathjax +$darkmode + +$extrastylesheet + + + + +
+ + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
$projectname $projectnumber +
+
$projectbrief
+
+
$projectbrief
+
$searchbox
$searchbox
+
+ + diff --git a/doc/classes/QskLinearBox.dox b/doc/classes/QskLinearBox.dox index b3decd66..1bbe61dd 100644 --- a/doc/classes/QskLinearBox.dox +++ b/doc/classes/QskLinearBox.dox @@ -1,6 +1,8 @@ /*! \class QskLinearBox QskLinearBox.h + \embedWasm + \brief Layout stringing items in rows and columns QskLinearBox organizes layout items in vertical or horizontal order diff --git a/doc/classes/QskSpinBox.dox b/doc/classes/QskSpinBox.dox index 8fbdf4de..9be83b67 100644 --- a/doc/classes/QskSpinBox.dox +++ b/doc/classes/QskSpinBox.dox @@ -1,6 +1,8 @@ /*! \class QskSpinBox QskSpinBox.h + \embedWasm + \brief A control to edit, increment and decrement number values QskSpinBox allows the user to choose a value by: