From 8c8742740362159f63c802cc38aa0fdd6b09ea5a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 5 Nov 2023 14:20:04 +0100 Subject: FLUID: Separates developer and user documentation --- fluid/documentation/src-dev/index.dox | 42 +++++++++++++++++++++++ fluid/documentation/src-dev/page_introduction.dox | 9 +++++ 2 files changed, 51 insertions(+) create mode 100644 fluid/documentation/src-dev/index.dox create mode 100644 fluid/documentation/src-dev/page_introduction.dox (limited to 'fluid/documentation/src-dev') 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 + + + + + +
+ \image html fluid-128.png + \image latex fluid-128.png "" width=3cm + + FLUID 1.4.0 Developer Documentation + + By F. Costantini, D. Gibson, M. Melcher, + A. Schlosser, B. Spitzak and M. Sweet. + + Copyright © 1998 - 2023 by Bill Spitzak and others. +
+ + + + +
+ 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. +
+ + + + +
+ + \subpage page_introduction + +
+ +*/ 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. + + */ -- cgit v1.2.3