diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 14:20:04 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 14:20:13 +0100 |
| commit | 8c8742740362159f63c802cc38aa0fdd6b09ea5a (patch) | |
| tree | e666fbb554066bfbbac2fd4036be0ece54bbbc9b /fluid/documentation | |
| parent | 4b55a5af63f45f60a7c41c27d75822bd6893d16e (diff) | |
FLUID: Separates developer and user documentation
Diffstat (limited to 'fluid/documentation')
| -rw-r--r-- | fluid/documentation/src-dev/index.dox | 42 | ||||
| -rw-r--r-- | fluid/documentation/src-dev/page_introduction.dox | 9 |
2 files changed, 51 insertions, 0 deletions
diff --git a/fluid/documentation/src-dev/index.dox b/fluid/documentation/src-dev/index.dox new file mode 100644 index 000000000..6bfbd3a42 --- /dev/null +++ b/fluid/documentation/src-dev/index.dox @@ -0,0 +1,42 @@ + + +/** + + \mainpage FLUID Developer Documentation + + <TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0"> + <TR> + <TD><CENTER> + \image html fluid-128.png + \image latex fluid-128.png "" width=3cm + + <B>FLUID 1.4.0 Developer Documentation</B> + + By F. Costantini, D. Gibson, M. Melcher, + A. Schlosser, B. Spitzak and M. Sweet. + + Copyright © 1998 - 2023 by Bill Spitzak and others. + </CENTER></TD> + </TR> + </TABLE> + <TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0"> + <TR> + <TD style="text-align: center;"> + This software and manual are provided under the terms of the GNU + Library General Public License. Permission is granted to reproduce + this manual or any portion for any purpose, provided this copyright + and permission notice are preserved. + </TD> + </TR> + </TABLE> + <TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0"> + <TR> + <TD ALIGN="LEFT" VALIGN="TOP"> + + \subpage page_introduction + + </TD> + </TR> + </TABLE> + +*/ diff --git a/fluid/documentation/src-dev/page_introduction.dox b/fluid/documentation/src-dev/page_introduction.dox new file mode 100644 index 000000000..417f9e5db --- /dev/null +++ b/fluid/documentation/src-dev/page_introduction.dox @@ -0,0 +1,9 @@ +/** + + \page page_introduction Introduction + + \tableofcontents + + - Provide an introduction that explains the purpose of the user manual and any prerequisites or system requirements. + + */ |
