certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/doc CMakeLists.txt certi_doxygen.cnf.in c...


From: certi-cvs
Subject: [certi-cvs] certi/doc CMakeLists.txt certi_doxygen.cnf.in c...
Date: Tue, 07 Oct 2008 21:03:42 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/10/07 21:03:42

Modified files:
        doc            : CMakeLists.txt certi_doxygen.cnf.in 
                         certi_doc_tree.dox 
Added files:
        doc            : certi-favi.png favicon.ico certi-favi-16x16.png 

Log message:
        Update doxygen documentation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/doc/CMakeLists.txt?cvsroot=certi&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_doxygen.cnf.in?cvsroot=certi&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_doc_tree.dox?cvsroot=certi&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi-favi.png?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/certi/doc/favicon.ico?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi-favi-16x16.png?cvsroot=certi&rev=1.1

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/doc/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- CMakeLists.txt      10 Aug 2007 14:45:49 -0000      1.3
+++ CMakeLists.txt      7 Oct 2008 21:03:41 -0000       1.4
@@ -33,6 +33,10 @@
   
 FILE(MAKE_DIRECTORY ${CERTI_DOC_DIR}/html)
 
+#CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/favicon.ico
+#               ${CERTI_DOC_DIR}/html/favicon.ico
+#                COPYONLY)
+                
 #CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/tsp.css ${APIDOC_DIR}/html/tsp.css 
COPYONLY)
 #FILE(GLOB header_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/header/*.htm*)
 #FILE(GLOB footer_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/footer/*.htm*)

Index: certi_doxygen.cnf.in
===================================================================
RCS file: /sources/certi/certi/doc/certi_doxygen.cnf.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- certi_doxygen.cnf.in        10 Aug 2007 14:45:48 -0000      1.1
+++ certi_doxygen.cnf.in        7 Oct 2008 21:03:41 -0000       1.2
@@ -448,6 +448,7 @@
                             "${CMAKE_SOURCE_DIR}/include" \                    
             
                          "${CMAKE_SOURCE_DIR}/libCERTI" \
                          "${CMAKE_SOURCE_DIR}/libRTI" \
+                         "${CMAKE_SOURCE_DIR}/libHLA" \
                          "${CMAKE_SOURCE_DIR}/RTIG" \
                          "${CMAKE_SOURCE_DIR}/RTIA" \
                          "${CMAKE_SOURCE_DIR}/doc"

Index: certi_doc_tree.dox
===================================================================
RCS file: /sources/certi/certi/doc/certi_doc_tree.dox,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- certi_doc_tree.dox  30 Sep 2008 09:34:05 -0000      1.3
+++ certi_doc_tree.dox  7 Oct 2008 21:03:41 -0000       1.4
@@ -27,9 +27,22 @@
  * \section intro_sec Introduction
  *
  * This is the CERTI documentation.
- * CERTI is an Open Source HLA compliant RunTime Infrastructure (RTI).
+ * CERTI is an Open Source HLA compliant  
+ * <a href="http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)">
+ * RunTime Infrastructure (RTI)</a>.
  * You'll find hereafter the documentation for the main modules
  * of the CERTI project.
+ * CERTI is primarily developed and maintained by the Toulouse research center 
of ONERA [http://www.onera.fr], the French Aerospace Labs. 
+ * The primary goal of CERTI is to be used in research activities but CERTI 
has a growing
+ * number of users and contributors among the CERTI Open Source community.
+ * 
+ * People interested in CERTI may join the CERTI Open Source
+ * community at <a href="https://savannah.nongnu.org/projects/certi";>
+ * https://savannah.nongnu.org/projects/certi </a> and/or
+ * by using the mailing list 
+ * <a href="http://lists.nongnu.org/mailman/listinfo/certi-devel";>
+ * http://lists.nongnu.org/mailman/listinfo/certi-devel </a>
+ * for discussion regarding CERTI usage.
  *
  * \section certi_modules Main CERTI Modules
  * The main CERTI modules are:
@@ -38,11 +51,16 @@
  *   <li> \ref libRTI </li>
  *   <li> \ref Billard_Application </li> 
  * </ul>
+ * There are some RTI-agnostic libraries or applications which
+ * are bundled with the CERTI distribution:
+ * <ul>
+ *   <li> \ref libHLA </li>
+ * </ul>
  * 
  * \section certi_sdk Installing and using CERTI SDK
  * 
  * CERTI SDK comes as either as an installer (binary) or compressed tar source 
archives.
- * The primary format of distribution is gzip compressed tar archive (.tar.gz)
+ * The primary distribution format is gzip compressed tar source archive 
(.tar.gz)
  * or ZIP archive (.zip) and may be found on Savannah CERTI download area: <a 
href="http://download.savannah.nongnu.org/releases/certi/";> 
http://download.savannah.nongnu.org/releases/certi/ </a>.
  *
  * CERTI build system uses  <a href="http://www.cmake.org/";>CMake,  
http://www.cmake.org/ </a>
@@ -57,6 +75,9 @@
  *   <li> ... </li>
  * </ul>
  * 
+ * You may follow generic CMake usage instruction for building CERTI
+ * on various platforms:  <a 
href="http://www.cmake.org/cmake/help/runningcmake.html";>Running CMake,  
http://www.cmake.org/cmake/help/runningcmake.html://www.cmake.org/ </a>
+ * or you may try to follow the below CERTI CMake usage.
  * 
  * \subsection certi_sdk_TARGZ Tarball based SDK
  * 
@@ -101,9 +122,8 @@
 /**
  * @defgroup certi CERT Run Time Infrastructure (CERTI)
  * The CERTI is an Open Source HLA Run Time Infrastructure (RTI)
- * CERTI is a networked enabled  multi-consumer multi-provider
- * protocol for sampling data, certi is designed for efficiency
- * and ease of use.
+ * primarily developed by the Toulouse Center of ONERA
+ * (http://www.onera.fr)  
  * The CERTI itself consists in a set of libraries and tests applications.
  * @see HLA_Libraries the (normative) HLA Run Time Libraries
  * @see HLA_Helpers_Libraries some RTI-agnostic HLA Helper Libraries 
@@ -124,7 +144,6 @@
  * @ingroup certi
  */
  
- 
 /**
  * @defgroup HLA_Helper_Libraries NON-normative HLA helper libraries
  * This group of libraries contains helper libraries which are non normative

Index: certi-favi.png
===================================================================
RCS file: certi-favi.png
diff -N certi-favi.png
Binary files /dev/null and /tmp/cvssjRoac differ

Index: favicon.ico
===================================================================
RCS file: favicon.ico
diff -N favicon.ico
Binary files /dev/null and /tmp/cvsLOaogc differ

Index: certi-favi-16x16.png
===================================================================
RCS file: certi-favi-16x16.png
diff -N certi-favi-16x16.png
Binary files /dev/null and /tmp/cvsyDyrCc differ




reply via email to

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