doxygen: intern/container tagged

This commit is contained in:
Nathan Letwory
2011-02-25 10:45:31 +00:00
parent 2401fad12a
commit 48f1858cad
6 changed files with 36 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file container/CTR_List.h
* \ingroup ctr
*/
#ifndef CTR_LIST_H
#define CTR_LIST_H

View File

@@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file container/CTR_Map.h
* \ingroup ctr
*/
#ifndef CTR_MAP_H
#define CTR_MAP_H

View File

@@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file container/CTR_TaggedIndex.h
* \ingroup ctr
*/
/**
* $Id$

View File

@@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file container/CTR_TaggedSetOps.h
* \ingroup ctr
*/
#ifndef NAN_INCLUDED_LOD_TaggedSetOps_h
#define NAN_INCLUDED_LOD_TaggedSetOps_h

View File

@@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file container/CTR_UHeap.h
* \ingroup ctr
*/
/**
* $Id$

View File

@@ -1,4 +1,4 @@
/**
/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file container/intern/CTR_List.cpp
* \ingroup ctr
*/
#include "CTR_List.h"