| 1 | = Fl-AIR documentation = |
| 2 | |
| 3 | Documentation is done with doxygen. |
| 4 | |
| 5 | == On line documentation == |
| 6 | |
| 7 | Links 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 | |
| 13 | Documentation can be found at the following place: |
| 14 | |
| 15 | $FLAIR_ROOT/flair-dev/doc/Flair/index.html |
| 16 | |
| 17 | It can also be compiled with the following command: |
| 18 | {{{ |
| 19 | $ doxygen $FLAIR_ROOT/flair-src/lib/Doxyfile.in |
| 20 | }}} |
| 21 | |