Changeset 7363 for code/branches/doc
- Timestamp:
- Sep 6, 2010, 2:15:49 AM (14 years ago)
- Location:
- code/branches/doc
- Files:
-
- 46 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/doc/api/Groups.dox
r7361 r7363 64 64 65 65 /** 66 @defgroup Events Events66 @defgroup Input Input 67 67 @ingroup Core 68 68 */ 69 69 70 70 /** 71 @defgroup Input Input71 @defgroup Management Management 72 72 @ingroup Core 73 73 */ -
code/branches/doc/src/libraries/core/BaseObject.h
r7284 r7363 28 28 29 29 /** 30 @defgroup BaseObject BaseObject 31 @ingroup Core 32 */ 33 34 /** 30 35 @file 36 @ingroup BaseObject 31 37 @brief Definition of the BaseObject class. 32 38 -
code/branches/doc/src/libraries/core/ClassFactory.h
r5929 r7363 29 29 /** 30 30 @file 31 @ingroup Object Factory 31 32 @brief Definition and implementation of the ClassFactory class 32 33 -
code/branches/doc/src/libraries/core/ClassTreeMask.h
r7268 r7363 29 29 /** 30 30 @file 31 @ingroup Class 31 32 @brief Definition of the ClassTreeMask, ClassTreeMaskNode and ClassTreeMaskIterator classes. 32 33 -
code/branches/doc/src/libraries/core/CommandLineParser.h
r7361 r7363 28 28 29 29 /** 30 @defgroup CmdArgs Commandline Arguments30 @defgroup CmdArgs Commandline arguments 31 31 @ingroup Config 32 32 @brief For a reference of all commandline arguments see @ref cmdargspage -
code/branches/doc/src/libraries/core/ConfigFileManager.h
r7284 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup Config ConfigFile 32 */ 28 33 29 34 #ifndef _ConfigFileManager_H__ -
code/branches/doc/src/libraries/core/ConfigValueContainer.h
r7297 r7363 29 29 /** 30 30 @file 31 @ingroup Config ConfigFile 31 32 @brief Definition of the ConfigValueContainer class. 32 33 -
code/branches/doc/src/libraries/core/ConfigValueIncludes.h
r7166 r7363 28 28 29 29 /** 30 @defgroup ConfigFile Config file 31 @ingroup Config 32 */ 33 34 /** 30 35 @file 36 @ingroup Config ConfigFile 31 37 @brief 32 38 Definition of macros and functions for config-values. -
code/branches/doc/src/libraries/core/Core.h
r7357 r7363 27 27 * 28 28 */ 29 30 /** 31 @defgroup CoreGame Core and Game 32 @ingroup Management 33 */ 34 35 /** 36 @file 37 @ingroup Management CoreGame 38 */ 29 39 30 40 #ifndef _Core_H__ -
code/branches/doc/src/libraries/core/CoreIncludes.h
r7297 r7363 28 28 29 29 /** 30 @defgroup Factory RegisterObject() and CreateFactory() 31 @ingroup Object 32 */ 33 34 /** 30 35 @file 36 @ingroup Object Factory 31 37 @brief Definition of macros for Identifiers 32 38 -
code/branches/doc/src/libraries/core/DynLib.h
r6073 r7363 29 29 30 30 // 08/11/2009: Small adjustments for Orxonox by Fabian 'x3n' Landau 31 32 /** 33 @file 34 @ingroup Management CoreGame 35 */ 31 36 32 37 #ifndef _Core_DynLib_H__ -
code/branches/doc/src/libraries/core/DynLibManager.h
r7297 r7363 29 29 30 30 // 08/11/2009: Small adjustments for Orxonox by Fabian 'x3n' Landau 31 32 /** 33 @file 34 @ingroup Management CoreGame 35 */ 31 36 32 37 #ifndef _Core_DynLibManager_H__ -
code/branches/doc/src/libraries/core/Event.h
r7284 r7363 26 26 * 27 27 */ 28 29 /** 30 @defgroup Event Events 31 @ingroup Core 32 */ 33 34 /** 35 @file 36 @ingroup Event 37 */ 28 38 29 39 #ifndef _Event_H__ -
code/branches/doc/src/libraries/core/EventIncludes.h
r7284 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup Event 32 */ 28 33 29 34 #ifndef _EventIncludes_H__ -
code/branches/doc/src/libraries/core/GUIManager.h
r7163 r7363 27 27 * 28 28 */ 29 30 /** 31 @file 32 @ingroup Graphics 33 */ 29 34 30 35 #ifndef _GUIManager_H__ -
code/branches/doc/src/libraries/core/Game.h
r7292 r7363 29 29 /** 30 30 @file 31 @ingroup Management CoreGame 31 32 @brief 32 33 Declaration of Game Singleton. -
code/branches/doc/src/libraries/core/GameMode.h
r6417 r7363 29 29 /** 30 30 @file 31 @ingroup Management CoreGame 31 32 @brief Declaration of the GameMode class. 32 33 */ -
code/branches/doc/src/libraries/core/GameState.h
r5929 r7363 29 29 /** 30 30 @file 31 @ingroup Management CoreGame 31 32 @brief 32 33 Definition of GameState class. -
code/branches/doc/src/libraries/core/GraphicsManager.h
r7284 r7363 29 29 30 30 /** 31 @defgroup Graphics Graphics and GUI 32 @ingroup Core 33 */ 34 35 /** 31 36 @file 37 @ingroup Graphics 32 38 @brief 33 39 Declaration of GraphicsManager Singleton. -
code/branches/doc/src/libraries/core/Identifier.h
r7304 r7363 28 28 29 29 /** 30 @defgroup Identifier Identifier 31 @ingroup Class 32 */ 33 34 /** 30 35 @file 36 @ingroup Class Identifier 31 37 @brief Definition of the Identifier class, definition and implementation of the ClassIdentifier class. 32 38 -
code/branches/doc/src/libraries/core/Iterator.h
r7323 r7363 29 29 /** 30 30 @file 31 @ingroup Object ObjectList 31 32 @brief Definition and implementation of the Iterator class. 32 33 -
code/branches/doc/src/libraries/core/Language.h
r7284 r7363 28 28 29 29 /** 30 @defgroup Language Language 31 @ingroup Core 32 */ 33 34 /** 30 35 @file 36 @ingroup Language 31 37 @brief Definition of the Language and the LanguageEntry class. 32 38 -
code/branches/doc/src/libraries/core/Loader.h
r5781 r7363 26 26 * 27 27 */ 28 29 /** 30 @defgroup Loader Loader 31 @ingroup XML 32 */ 33 34 /** 35 @file 36 @ingroup XML Loader 37 */ 28 38 29 39 #ifndef _Loader_H__ -
code/branches/doc/src/libraries/core/LuaState.h
r7284 r7363 27 27 * 28 28 */ 29 30 /** 31 @defgroup Lua Lua 32 @ingroup Core 33 */ 34 35 /** 36 @file 37 @ingroup Lua 38 */ 29 39 30 40 #ifndef _LuaState_H__ -
code/branches/doc/src/libraries/core/MemoryArchive.h
r6417 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup Management Resources 32 */ 28 33 29 34 #ifndef _MemoryArchive_H__ -
code/branches/doc/src/libraries/core/MetaObjectList.h
r5738 r7363 29 29 /** 30 30 @file 31 @ingroup Object ObjectList 31 32 @brief Definition of the MetaObjectList class. 32 33 -
code/branches/doc/src/libraries/core/Namespace.h
r5781 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup XML Loader 32 */ 28 33 29 34 #ifndef _Namespace_H__ -
code/branches/doc/src/libraries/core/NamespaceNode.h
r5781 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup XML Loader 32 */ 28 33 29 34 #ifndef _NamespaceNode_H__ -
code/branches/doc/src/libraries/core/ObjectList.h
r7278 r7363 28 28 29 29 /** 30 @defgroup ObjectList Object-lists and iterators 31 @ingroup Object 32 */ 33 34 /** 30 35 @file 36 @ingroup Object ObjectList 31 37 @brief Definition and implementation of the ObjectList class. 32 38 -
code/branches/doc/src/libraries/core/ObjectListBase.h
r7297 r7363 29 29 /** 30 30 @file 31 @ingroup Object ObjectList 31 32 @brief Definition of the ObjectListBase class. 32 33 -
code/branches/doc/src/libraries/core/ObjectListIterator.h
r7323 r7363 29 29 /** 30 30 @file 31 @ingroup Object ObjectList 31 32 @brief Definition and implementation of the Iterator class. 32 33 -
code/branches/doc/src/libraries/core/OrxonoxClass.h
r7163 r7363 28 28 29 29 /** 30 @defgroup OrxonoxClass OrxonoxClass 31 @ingroup Class 32 */ 33 34 /** 30 35 @file 36 @ingroup Class OrxonoxClass 31 37 @brief Declaration of the OrxonoxClass Class. 32 38 -
code/branches/doc/src/libraries/core/PathConfig.h
r6417 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup Management Resources 32 */ 28 33 29 34 #ifndef _PathConfig_H__ -
code/branches/doc/src/libraries/core/Resource.h
r7297 r7363 26 26 * 27 27 */ 28 29 /** 30 @defgroup Resources Resources 31 @ingroup Management 32 */ 33 34 /** 35 @file 36 @ingroup Management Resources 37 */ 28 38 29 39 #ifndef _Core_Resource_H__ -
code/branches/doc/src/libraries/core/SmartPtr.h
r7268 r7363 28 28 29 29 // Inspired by boost::intrusive_ptr by Peter Dimov 30 31 /** 32 @defgroup SmartPtr SmartPtr<T> and WeakPtr<T> 33 @ingroup Object 34 */ 35 36 /** 37 @file 38 @ingroup Object SmartPtr 39 */ 30 40 31 41 #ifndef _SmartPtr_H__ -
code/branches/doc/src/libraries/core/SubclassIdentifier.h
r7268 r7363 29 29 /** 30 30 @file 31 @ingroup Class Identifier 31 32 @brief Definition of SubclassIdentifier. 32 33 -
code/branches/doc/src/libraries/core/Super.h
r7163 r7363 28 28 29 29 /** 30 @defgroup Super Super 31 @ingroup Class 32 */ 33 34 /** 30 35 @file 36 @ingroup Class Super 31 37 @brief Definition of all super-function related macros. 32 38 -
code/branches/doc/src/libraries/core/Template.h
r7163 r7363 26 26 * 27 27 */ 28 29 /** 30 @defgroup Template Template 31 @ingroup XML 32 */ 33 34 /** 35 @file 36 @ingroup XML Template 37 */ 28 38 29 39 #ifndef _Template_H__ -
code/branches/doc/src/libraries/core/Thread.h
r7284 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup ThreadPool 32 */ 28 33 29 34 #ifndef _Thread_H__ -
code/branches/doc/src/libraries/core/ThreadPool.h
r7284 r7363 26 26 * 27 27 */ 28 29 /** 30 @defgroup ThreadPool Thread pool 31 @ingroup Core 32 */ 33 34 /** 35 @file 36 @ingroup ThreadPool 37 */ 28 38 29 39 #ifndef _ThreadPool_H__ -
code/branches/doc/src/libraries/core/ToluaInterface.h
r5738 r7363 29 29 /** 30 30 @file 31 @ingroup Lua 32 @brief 31 33 This is required because tolua would parse this macro in LuaState.h and fail 32 34 */ -
code/branches/doc/src/libraries/core/WeakPtr.h
r7284 r7363 28 28 29 29 // Inspired by boost::intrusive_ptr by Peter Dimov 30 31 /** 32 @file 33 @ingroup Object SmartPtr 34 */ 30 35 31 36 #ifndef _WeakPtr_H__ -
code/branches/doc/src/libraries/core/WindowEventListener.h
r5781 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup Graphics 32 */ 28 33 29 34 #ifndef _WindowEventListener_H__ -
code/branches/doc/src/libraries/core/XMLFile.h
r6417 r7363 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup XML XMLPort 32 */ 28 33 29 34 #ifndef _XMLFile_H__ -
code/branches/doc/src/libraries/core/XMLNameListener.h
r5781 r7363 27 27 */ 28 28 29 /** 30 @file 31 @ingroup XML XMLPort 32 */ 33 29 34 #ifndef _XMLNameListener_H__ 30 35 #define _XMLNameListener_H__ -
code/branches/doc/src/libraries/core/XMLPort.h
r7298 r7363 28 28 29 29 /** 30 @defgroup XMLPort XMLPort 31 @ingroup XML 32 */ 33 34 /** 30 35 @file 36 @ingroup XML XMLPort 31 37 @brief Declaration of the XMLPort helper classes and macros. 32 38
Note: See TracChangeset
for help on using the changeset viewer.