mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 05:47:57 +03:00
Imported Upstream version 0.26.0
This commit is contained in:
commit
9a2b6c69b6
1398 changed files with 212217 additions and 0 deletions
30
components/doc.hpp
Normal file
30
components/doc.hpp
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue