doxygen: kernel/gen_system tagged.

This commit is contained in:
Nathan Letwory 2011-02-25 13:25:53 +00:00
parent b414c6e08d
commit b59efe828b
7 changed files with 35 additions and 0 deletions

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*
*/
/** \file kernel/gen_system/GEN_HashedPtr.cpp
* \ingroup gensys
*/
#include "GEN_HashedPtr.h"
#include "BLO_sys_types.h" // for intptr_t support

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*
*/
/** \file kernel/gen_system/GEN_HashedPtr.h
* \ingroup gensys
*/
#ifndef __GEN_HASHEDPTR
#define __GEN_HASHEDPTR

@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file kernel/gen_system/GEN_Map.h
* \ingroup gensys
*/
#ifndef GEN_MAP_H
#define GEN_MAP_H

@ -28,6 +28,11 @@
* Unique instance of system class for system specific information / access
* Used by SYS_System
*/
/** \file kernel/gen_system/SYS_SingletonSystem.cpp
* \ingroup gensys
*/
#include "SYS_SingletonSystem.h"
// #include "GEN_DataCache.h"

@ -28,6 +28,11 @@
* Unique instance of system class for system specific information / access
* Used by SYS_System
*/
/** \file kernel/gen_system/SYS_SingletonSystem.h
* \ingroup gensys
*/
#ifndef __SINGLETONSYSTEM_H
#define __SINGLETONSYSTEM_H

@ -28,6 +28,11 @@
* System specific information / access.
* Interface to the commandline arguments
*/
/** \file kernel/gen_system/SYS_System.cpp
* \ingroup gensys
*/
#include "SYS_System.h"
#include "SYS_SingletonSystem.h"

@ -29,6 +29,11 @@
* Interface to the commandline arguments
*/
/** \file kernel/gen_system/SYS_System.h
* \ingroup gensys
*/
#ifndef __SYSTEM_INCLUDE
#define __SYSTEM_INCLUDE