From e39caef261bdb92182b38d27327bb2e5b026c50d Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sat, 25 Sep 2010 20:15:05 +0200 Subject: [PATCH] second set of additional doxygen comments --- components/doc.hpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 components/doc.hpp diff --git a/components/doc.hpp b/components/doc.hpp new file mode 100644 index 000000000..5b4ffcdad --- /dev/null +++ b/components/doc.hpp @@ -0,0 +1,30 @@ +// Note: This is not a regular source file. + +/// \defgroup components Components + +/// \namespace ESMS +/// \ingroup components +/// \brief ESM/ESP record store + +/// \namespace ESM +/// \ingroup components +/// \brief ESM/ESP records + +/// \namespace FileFinder +/// \ingroup components +/// \brief Linux/Windows-path resolving + +/// \namespace ToUTF +/// \ingroup components +/// \brief Text encoding + +/// \namespace Compiler +/// \ingroup components +/// \brief script compiler + +/// \namespace Interpreter +/// \ingroup components +/// \brief script interpreter + +// TODO put nif and nifogre in different namespaces (or merge them) +// TODO put other components into namespaces