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/issues -- ... </li> |
---|
21 | <li> source:/doc/latex -- latex documentation generated automatically by Doxygen </li> |
---|
22 | <li> source:/doc/local -- documentation pages which are not related to any specific source file </li> |
---|
23 | <li> source:/doc/tutorial -- documentation pages related to the library tutorial</li> |
---|
24 | <li> source:/doc/xml -- ... </li> |
---|
25 | <li> source:/matlab -- matlab input/output utilities </li> |
---|
26 | <li> source:/system -- a system specific parts necessary to run CMake </li> |
---|
27 | <li> source:/tests -- unit tests </li> |
---|
28 | <li> source:/utia_legacy -- ... </li> |
---|
29 | </ul> |
---|
30 | |
---|
31 | |
---|
32 | */ |
---|