-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.dox
38 lines (28 loc) · 1016 Bytes
/
documentation.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*! \mainpage Xmipp documentation
*
* Xmipp is a set of programs and libraries for 3D reconstruction and image
* processing of electron micrographs. This part of the documentation is meant
* for programmers wanting to see the internals of Xmipp or needing to call
* a function.
*
* For a more user oriented documentation visit: http://xmipp.i2pc.es/
*
*/
/// @defgroup Libraries Libraries
/// @defgroup Programs Programs
/// @defgroup DataLibrary Basic data library
/// @ingroup Libraries
/// @defgroup ReconsLibrary Reconstruction library
/// @ingroup Libraries
/// @defgroup ClassificationLibrary Classification library
/// @ingroup Libraries
/// @defgroup GraphicsLibrary Graphics library
/// @ingroup Libraries
/// @defgroup InterfaceLibrary Interface library
/// @ingroup Libraries
/// @defgroup BilibLibrary Bilib library
/// @ingroup Libraries
/// @defgroup ParallelLibrary Parallel library
/// @ingroup Libraries
/// @defgroup DimRedLibrary Dimensionality reduction library
/// @ingroup Libraries