diff options
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 + + */ + |
