From: <den...@us...> - 2010-07-26 08:33:32
|
Revision: 242 http://stdair.svn.sourceforge.net/stdair/?rev=242&view=rev Author: denis_arnaud Date: 2010-07-26 08:33:24 +0000 (Mon, 26 Jul 2010) Log Message: ----------- [Doc] The main links in the table of content are now taken into account by Doxygen. Modified Paths: -------------- trunk/stdair/doc/local/codingrules.doc trunk/stdair/doc/local/features.doc trunk/stdair/doc/local/howto_release.doc trunk/stdair/doc/local/index.doc trunk/stdair/doc/local/installation.doc trunk/stdair/doc/local/verification.doc Modified: trunk/stdair/doc/local/codingrules.doc =================================================================== --- trunk/stdair/doc/local/codingrules.doc 2010-07-26 07:58:20 UTC (rev 241) +++ trunk/stdair/doc/local/codingrules.doc 2010-07-26 08:33:24 UTC (rev 242) @@ -1,5 +1,5 @@ /*! -\page codingrules Coding Rules +\page coding_rules Coding Rules In the following sections we describe the naming conventions which are used for files, classes, structures, local variables, and global variables. Modified: trunk/stdair/doc/local/features.doc =================================================================== --- trunk/stdair/doc/local/features.doc 2010-07-26 07:58:20 UTC (rev 241) +++ trunk/stdair/doc/local/features.doc 2010-07-26 08:33:24 UTC (rev 242) @@ -1,5 +1,5 @@ /*! -\page features Main features of StdAir +\page features Main features A short list of the main features of StdAir is given below sorted in different categories. Many more features and functions exist and for these we refer to Modified: trunk/stdair/doc/local/howto_release.doc =================================================================== --- trunk/stdair/doc/local/howto_release.doc 2010-07-26 07:58:20 UTC (rev 241) +++ trunk/stdair/doc/local/howto_release.doc 2010-07-26 08:33:24 UTC (rev 242) @@ -1,5 +1,5 @@ /*! -\page howto_release How to release a new version of StdAir +\page howto_release Make a new release \htmlonly <!-- Modified: trunk/stdair/doc/local/index.doc =================================================================== --- trunk/stdair/doc/local/index.doc 2010-07-26 07:58:20 UTC (rev 241) +++ trunk/stdair/doc/local/index.doc 2010-07-26 08:33:24 UTC (rev 242) @@ -11,17 +11,17 @@ \endhtmlonly \section getting_started Getting Started -- <a href="features.html">Features</a> -- <a href="installation.html">Installation</a> -- <a href="linking.html">Linking with StdAir</a> -- <a href="users__guide.html">Short Introduction to StdAir</a> -- <a href="tutorial.html">Some Tutorial Examples</a> -- <a href="verification.html">StdAir Verification</a> -- <a href="copyright.html">Copyright and License</a> -- <a href="help__wanted.html">Make a Difference</a> -- <a href="howto__release.html">Make a new release</a> -- <a href="authors.html">Authors</a> +- \ref features +- \ref installation +- \ref linking +- \ref users_guide +- \ref tutorial +- \ref verification +- \ref copyright +- \ref help_wanted +- \ref howto_release +- \ref authors \section at_sourceforge StdAir at SourceForge - <a href="http://sourceforge.net/projects/stdair/">Project page</a> @@ -36,9 +36,9 @@ \section development StdAir Development - <a href="http://stdair.svn.sourceforge.net/viewvc/stdair/">SVN Repository</a> -- <a href="codingrules.html">Coding Rules</a> -- <a href="documentation.html">Documentation Rules</a> -- <a href="test.html">Test Rules</a> +- \ref coding_rules +- \ref documentation +- \ref test \section external_libs External Libraries Modified: trunk/stdair/doc/local/installation.doc =================================================================== --- trunk/stdair/doc/local/installation.doc 2010-07-26 07:58:20 UTC (rev 241) +++ trunk/stdair/doc/local/installation.doc 2010-07-26 08:33:24 UTC (rev 242) @@ -1,5 +1,5 @@ /*! -\page installation StdAir Installation +\page installation Installation \section toc Table of Contents - \ref rpm_linux Modified: trunk/stdair/doc/local/verification.doc =================================================================== --- trunk/stdair/doc/local/verification.doc 2010-07-26 07:58:20 UTC (rev 241) +++ trunk/stdair/doc/local/verification.doc 2010-07-26 08:33:24 UTC (rev 242) @@ -1,5 +1,5 @@ /*! -\page verification StdAir Supported Systems +\page verification Supported Systems \section toc Table of Contents - \ref intro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |