Index: /trunk/FACT++/MAINPAGE
===================================================================
--- /trunk/FACT++/MAINPAGE	(revision 10691)
+++ /trunk/FACT++/MAINPAGE	(revision 10692)
@@ -23,4 +23,5 @@
 <li> @ref dimremarks
 <li> @ref addtab
+<li> @ref Documentation
 <li> @ref References
     <ul>
@@ -210,7 +211,9 @@
 possible.
 
+<!--
 @section exitcodes Exit Code
 @section newcommand How to add a new command?
 @section description How to add help textes to services and commands?
+-->
 
 @section addtab How to add a new tab in the gui?
@@ -225,8 +228,14 @@
 @section Documentation
 
-Each program has an extensive help text (except the examples). This help text can
-be displayed with the \b --help option. For each program a man-page is automatically
-created (from the help-output), which (at the moment) can be accessed with <B>man
-FILE</B>.
+Each program has an extensive help text (except the examples). This
+help text can be displayed with the \b --help option. For each program
+a man-page is automatically created (from the help-output), which (at
+the moment) can be accessed with <B>man ./program.man</B> (Don't forget
+the ./ before the filename). With <B>make program.html</B> and 
+<B>make program.pdf</B> a HTML page and a pdf document can be created
+from the man-page.
+
+With <B>make doxygen-doc</B> the HTML documentation as well as a pdf
+with the whole code documentation can be created.
 
 @section References
