-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fluid STR 3460.D: making dialog more interactive.
- Loading branch information
Matthias Melcher
committed
Dec 9, 2021
1 parent
08e5977
commit ace6a64
Showing
8 changed files
with
90 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters