certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/doc certi.css certi_install.cnf.in certi_...


From: CERTI CVS commits
Subject: [certi-cvs] certi/doc certi.css certi_install.cnf.in certi_...
Date: Fri, 28 Feb 2014 15:33:27 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      14/02/28 15:33:27

Modified files:
        doc            : certi.css certi_install.cnf.in 
                         certi_install_doc.tree certi_user.cnf.in 
                         certi_user_doc.tree execute.dox 
Added files:
        doc/images     : billard.png 
Removed files:
        doc/images     : billiard.png 

Log message:
        Update doxygen generated documentation configuration

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi.css?cvsroot=certi&r1=3.1&r2=3.2
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_install.cnf.in?cvsroot=certi&r1=3.8&r2=3.9
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_install_doc.tree?cvsroot=certi&r1=3.8&r2=3.9
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_user.cnf.in?cvsroot=certi&r1=3.10&r2=3.11
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_user_doc.tree?cvsroot=certi&r1=3.9&r2=3.10
http://cvs.savannah.gnu.org/viewcvs/certi/doc/execute.dox?cvsroot=certi&r1=3.9&r2=3.10
http://cvs.savannah.gnu.org/viewcvs/certi/doc/images/billard.png?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/certi/doc/images/billiard.png?cvsroot=certi&r1=1.1&r2=0

Patches:
Index: certi.css
===================================================================
RCS file: /sources/certi/certi/doc/certi.css,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -b -r3.1 -r3.2
--- certi.css   9 Oct 2008 23:39:57 -0000       3.1
+++ certi.css   28 Feb 2014 15:33:24 -0000      3.2
@@ -17,6 +17,14 @@
 CAPTION { 
        font-weight: bold 
 }
+
+DIV.title {
+       font-family: Geneva, Arial, Helvetica, sans-serif;
+       text-align: center;
+       font-size: 180%;
+       font-weight: bold;
+}
+
 DIV.qindex {
        width: 100%;
        background-color: #e8eef2;

Index: certi_install.cnf.in
===================================================================
RCS file: /sources/certi/certi/doc/certi_install.cnf.in,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -b -r3.8 -r3.9
--- certi_install.cnf.in        14 Sep 2011 13:30:17 -0000      3.8
+++ certi_install.cnf.in        28 Feb 2014 15:33:25 -0000      3.9
@@ -138,13 +138,6 @@
 
 MULTILINE_CPP_IS_BRIEF = YES
 
-# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
-# will output the detailed description near the top, like JavaDoc.
-# If set to NO, the detailed description appears after the member 
-# documentation.
-
-DETAILS_AT_TOP         = NO
-
 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
 # member inherits the documentation from any documented member that it 
 # re-implements.
@@ -358,12 +351,6 @@
 
 SHOW_USED_FILES        = NO
 
-# If the sources in your project are distributed over multiple directories 
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory 
hierarchy 
-# in the documentation.
-
-SHOW_DIRECTORIES       = NO
-
 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 
 # doxygen should invoke to get the current version for each file (typically 
from the 
 # version control system). Doxygen will invoke the program by executing (via 
@@ -452,7 +439,7 @@
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
 
 FILE_PATTERNS          = *.cc *.hh \
-                         *.dox \ 
+                         *.dox *.tree\ 
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 
@@ -635,12 +622,6 @@
 
 HTML_STYLESHEET        = certi.css 
 
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
-# files or namespaces will be aligned in HTML using tables. If set to 
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS     = YES
-
 # If the GENERATE_HTMLHELP tag is set to YES, additional index files 
 # will be generated that can be used as input for tools like the 
 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 

Index: certi_install_doc.tree
===================================================================
RCS file: /sources/certi/certi/doc/certi_install_doc.tree,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -b -r3.8 -r3.9
--- certi_install_doc.tree      4 Feb 2014 10:34:21 -0000       3.8
+++ certi_install_doc.tree      28 Feb 2014 15:33:25 -0000      3.9
@@ -23,9 +23,10 @@
 */
  
 /**
- * \page index
- *
+ * @mainpage
+ * <center>
  * \image html "certi.png"
+ * </center>
  * <h1>Installation Documentation</h1>
  *
  * This documentation describes CERTI installation/configuration and simulation

Index: certi_user.cnf.in
===================================================================
RCS file: /sources/certi/certi/doc/certi_user.cnf.in,v
retrieving revision 3.10
retrieving revision 3.11
diff -u -b -r3.10 -r3.11
--- certi_user.cnf.in   10 Dec 2010 11:43:32 -0000      3.10
+++ certi_user.cnf.in   28 Feb 2014 15:33:25 -0000      3.11
@@ -358,12 +358,6 @@
 
 SHOW_USED_FILES        = NO
 
-# If the sources in your project are distributed over multiple directories 
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory 
hierarchy 
-# in the documentation.
-
-SHOW_DIRECTORIES       = NO
-
 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 
 # doxygen should invoke to get the current version for each file (typically 
from the 
 # version control system). Doxygen will invoke the program by executing (via 
@@ -640,12 +634,6 @@
 
 HTML_STYLESHEET        = certi.css 
 
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
-# files or namespaces will be aligned in HTML using tables. If set to 
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS     = YES
-
 # If the GENERATE_HTMLHELP tag is set to YES, additional index files 
 # will be generated that can be used as input for tools like the 
 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 

Index: certi_user_doc.tree
===================================================================
RCS file: /sources/certi/certi/doc/certi_user_doc.tree,v
retrieving revision 3.9
retrieving revision 3.10
diff -u -b -r3.9 -r3.10
--- certi_user_doc.tree 4 Feb 2014 10:34:21 -0000       3.9
+++ certi_user_doc.tree 28 Feb 2014 15:33:25 -0000      3.10
@@ -23,9 +23,10 @@
 */
  
 /**
- * \page index
- *
+ * @mainpage
+ * <center>
  * \image html "certi.png"
+ * </center>
  * <h1>User Documentation</h1>
  *
  * This is the CERTI user documentation.

Index: execute.dox
===================================================================
RCS file: /sources/certi/certi/doc/execute.dox,v
retrieving revision 3.9
retrieving revision 3.10
diff -u -b -r3.9 -r3.10
--- execute.dox 4 Feb 2014 10:00:34 -0000       3.9
+++ execute.dox 28 Feb 2014 15:33:25 -0000      3.10
@@ -60,14 +60,15 @@
  * <tr>
  * <td>CERTI_HOST</td> <td>RTIA</td><td>machine on which RTIG is running. 
  *                                      As soon as it starts the RTIA will try 
to connect 
- *                                      to the RTIG running on CERTI_HOST 
+ *                                      to the RTIG running on CERTI_HOST (or 
"localhost" if the variable
+ *                                      is not defined or void)
  *                                      (see \ref certi_executable_RTIA).</td>
  * </tr>
  * <tr>
- * <td>CERTI_TCP_PORT</td> <td>RTIG, RTIA</td> <td>TCP port used for RTIA/RTIG 
communications</td>
+ * <td>CERTI_TCP_PORT</td> <td>RTIG, RTIA</td> <td>TCP port used for RTIA/RTIG 
communications (default: 60400)</td>
  * </tr>
  * <tr>
- * <td>CERTI_UDP_PORT</td> <td>RTIG, RTIA</td> <td>UDP port used for RTIA/RTIG 
communications</td>
+ * <td>CERTI_UDP_PORT</td> <td>RTIG, RTIA</td> <td>UDP port used for RTIA/RTIG 
communications (default: 60500) </td>
  * </tr>
  * <tr> <td>CERTI_HTTP_PROXY</td> <td>RTIA</td>
  * <td>HTTP proxy address in the format http://host:port.
@@ -97,9 +98,9 @@
  *
  * Open another windows command prompt and run the billard program.
 \verbatim
- billiard -n 1 fTest FTest.fed
+ billard -n 1 fTest FTest.fed
 \endverbatim
- * \image html "billiard.png"
- * \image latex "billiard.png" "Billard consoleshot" width=12cm
+ * \image html "billard.png"
+ * \image latex "billard.png" "Billard consoleshot" width=12cm
  */
 

Index: images/billard.png
===================================================================
RCS file: images/billard.png
diff -N images/billard.png
Binary files /dev/null and /tmp/cvs54NBrs differ

Index: images/billiard.png
===================================================================
RCS file: images/billiard.png
diff -N images/billiard.png
Binary files /tmp/cvsPC2Wls and /dev/null differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]