Changes between Initial Version and Version 1 of documentation


Ignore:
Timestamp:
Apr 20, 2016, 3:15:46 PM (9 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation

    v1 v1  
     1= Fl-AIR documentation =
     2
     3Documentation is done with doxygen.
     4
     5== On line documentation ==
     6
     7Links to documentation, depending on version:
     8* [https://devel.hds.utc.fr/svn/flair-dev/trunk/doc/Flair/index.html Fl-AIR trunk]
     9* [https://devel.hds.utc.fr/svn/flair-dev/tags/latest/doc/Flair/index.html Fl-AIR latest tag]
     10
     11== Off line documentation ==
     12
     13Documentation can be found at the following place:
     14
     15$FLAIR_ROOT/flair-dev/doc/Flair/index.html
     16
     17It can also be compiled with the following command:
     18{{{
     19$ doxygen $FLAIR_ROOT/flair-src/lib/Doxyfile.in
     20}}}
     21