diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-09 12:40:45 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-09 12:42:56 +0100 |
| commit | ace6a64161a51b868557ec307364700e5d2080a1 (patch) | |
| tree | e91067922670b84428bb9835239cfd53592c7605 /fluid/documentation/src | |
| parent | 08e59770aa2be8e3aa91c0593e91f5d19f007bc3 (diff) | |
Fluid STR 3460.D: making dialog more interactive.
Diffstat (limited to 'fluid/documentation/src')
| -rw-r--r-- | fluid/documentation/src/code.dox | 36 | ||||
| -rw-r--r-- | fluid/documentation/src/index.dox | 26 |
2 files changed, 62 insertions, 0 deletions
diff --git a/fluid/documentation/src/code.dox b/fluid/documentation/src/code.dox new file mode 100644 index 000000000..58b041d11 --- /dev/null +++ b/fluid/documentation/src/code.dox @@ -0,0 +1,36 @@ + + +/** + + \page code Code Nodes + + Overview of code nodes. + + \section function Functions and Methods + + Creating functions and methods. + + \code + #include "test.fl" + \endcode + + \section code Code + + \section codeblock Code Block + + \section declaration Declaration + + \section declarationblock Declaration Block + + \section class Classes + + Fluid can create a new C++ class. + + \section widgetclass Widget Class + + \section comment Comments + + \section inlineddata Inlined Data + + */ + diff --git a/fluid/documentation/src/index.dox b/fluid/documentation/src/index.dox new file mode 100644 index 000000000..95cc95158 --- /dev/null +++ b/fluid/documentation/src/index.dox @@ -0,0 +1,26 @@ + + +/** + + \mainpage Fluid User Manual and Developer Overview + + \subpage function + + \subpage code + + \subpage codeblock + + \subpage declaration + + \subpage declarationblock + + \subpage class + + \subpage widgetclass + + \subpage comment + + \subpage inlineddata + + */ + |
