summaryrefslogtreecommitdiff
path: root/fluid/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/documentation')
-rw-r--r--fluid/documentation/src-dev/index.dox42
-rw-r--r--fluid/documentation/src-dev/page_introduction.dox9
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.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
+ A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;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.
+
+ */