diff options
Diffstat (limited to 'fluid/documentation/src/code.dox')
| -rw-r--r-- | fluid/documentation/src/code.dox | 36 |
1 files changed, 36 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 + + */ + |
