One more bump of the TNG version.
[gromacs/AngularHB.git] / doxygen / directories.cpp
blob738a835ceba11b61f29be521f397fa42d268eeae
1 /*!
2 \internal \file
3 \brief
4 Doxygen documentation file for directories in the source tree.
6 \author Teemu Murtola <teemu.murtola@gmail.com>
7 */
9 /*!
10 \libinternal
11 \dir doxygen
12 \brief Doxygen build system and general documentation content.
15 /*!
16 \dir src
17 \brief Main source code directory.
20 /*!
21 \dir src/gromacs
22 \brief Source code for building the `libgromacs` library.
25 /*!
26 \dir src/gromacs/analysisdata
27 \brief \ref module_analysisdata
29 \ingroup module_analysisdata
31 /*! \libinternal
32 \dir src/gromacs/analysisdata/tests
33 \brief Unit tests for \ref module_analysisdata
35 \ingroup module_analysisdata
38 /*!
39 \dir src/gromacs/commandline
40 \brief \ref module_commandline
42 \ingroup module_commandline
44 /*! \libinternal
45 \dir src/gromacs/commandline/tests
46 \brief Unit tests for \ref module_commandline
48 \ingroup module_commandline
51 /*!
52 \dir src/gromacs/onlinehelp
53 \brief \ref module_onlinehelp
55 \ingroup module_onlinehelp
57 /*! \libinternal
58 \dir src/gromacs/onlinehelp/tests
59 \brief Unit tests for \ref module_onlinehelp
61 \ingroup module_onlinehelp
64 /*!
65 \dir src/gromacs/options
66 \brief \ref module_options
68 \ingroup module_options
70 /*! \libinternal
71 \dir src/gromacs/options/tests
72 \brief Unit tests for \ref module_options
74 \ingroup module_options
77 /*!
78 \dir src/gromacs/selection
79 \brief \ref module_selection
81 \ingroup module_selection
83 /*! \libinternal
84 \dir src/gromacs/selection/tests
85 \brief Unit tests for \ref module_selection
87 \ingroup module_selection
90 /*!
91 \dir src/gromacs/trajectoryanalysis
92 \brief \ref module_trajectoryanalysis
94 \ingroup module_trajectoryanalysis
96 /*! \libinternal
97 \dir src/gromacs/trajectoryanalysis/tests
98 \brief Unit tests for \ref module_trajectoryanalysis
100 \ingroup module_trajectoryanalysis
104 \dir src/gromacs/utility
105 \brief \ref module_utility
107 \ingroup module_utility
109 /*! \libinternal
110 \dir src/gromacs/utility/tests
111 \brief Unit tests for \ref module_utility
113 \ingroup module_utility
117 \libinternal
118 \dir src/programs
119 \brief Source code for building executables, see \ref page_wrapperbinary.
122 \libinternal
123 \dir src/programs/mdrun
124 \brief Source code specific to `mdrun`.
127 \libinternal
128 \dir src/programs/view
129 \brief Source code specific to `gmx view`, including all X11-dependent code.
133 \libinternal
134 \dir src/testutils
135 \brief \ref module_testutils
137 \ingroup module_testutils
141 \libinternal
142 \dir src/testutils/tests
143 \brief Unit tests for \ref module_testutils
145 \ingroup module_testutils
149 \dir share
150 \brief Directory that contains installed data files.
153 \dir share/template
154 \brief Template code for writing analysis programs.
158 \file share/template/template.cpp
159 \brief Template code for writing analysis programs.
161 See \ref page_analysistemplate for more information.
165 \example template.cpp
166 \brief Template code for writing analysis programs.
168 See \ref page_analysistemplate for more information.