Revision 651, 1.2 kB
(checked in by mido, 15 years ago)
|
\doc directory cleaned a bit
|
Line | |
---|
1 | /*! |
---|
2 | \page library_structure Library structure |
---|
3 | |
---|
4 | \todo it is necessary to fill in the missing descriptions of the directories below |
---|
5 | |
---|
6 | Here you find infromation about the library structure. List of its |
---|
7 | subdirectories with a basic description follows: |
---|
8 | <ul> |
---|
9 | <li> source:/bdm -- library source codes </li> |
---|
10 | <li> source:/bdm/base -- base classes of the library </li> |
---|
11 | <li> source:/bdm/design -- ... </li> |
---|
12 | <li> source:/bdm/estim -- ... </li> |
---|
13 | <li> source:/bdm/math -- ... </li> |
---|
14 | <li> source:/bdm/mex -- ... </li> |
---|
15 | <li> source:/bdm/stat -- ... </li> |
---|
16 | <li> source:/doc -- library documantation and with some of its sources </li> |
---|
17 | <li> source:/doc/dot -- ... </li> |
---|
18 | <li> source:/doc/html -- html documentation generated automatically by Doxygen </li> |
---|
19 | <li> source:/doc/images -- ... </li> |
---|
20 | <li> source:/doc/local -- documentation pages which are not related to any specific source file </li> |
---|
21 | <li> source:/doc/tutorial -- documentation pages related to the library tutorial</li> |
---|
22 | <li> source:/matlab -- matlab input/output utilities </li> |
---|
23 | <li> source:/system -- a system specific parts necessary to run CMake </li> |
---|
24 | <li> source:/tests -- unit tests </li> |
---|
25 | <li> source:/utia_legacy -- ... </li> |
---|
26 | </ul> |
---|
27 | |
---|
28 | |
---|
29 | */ |
---|