Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-25 13:45:31 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 13:45:31 +0300
commit48f1858cade9e468a7fc23f233cb96d2317a89cb (patch)
tree7817f25229fa0ad6438383417bab0cbb7df4544d /intern/container
parent2401fad12af02fd698ab56d869d705a83fe11666 (diff)
doxygen: intern/container tagged
Diffstat (limited to 'intern/container')
-rw-r--r--intern/container/CTR_List.h7
-rw-r--r--intern/container/CTR_Map.h7
-rw-r--r--intern/container/CTR_TaggedIndex.h7
-rw-r--r--intern/container/CTR_TaggedSetOps.h7
-rw-r--r--intern/container/CTR_UHeap.h7
-rw-r--r--intern/container/intern/CTR_List.cpp7
6 files changed, 36 insertions, 6 deletions
diff --git a/intern/container/CTR_List.h b/intern/container/CTR_List.h
index 62a40ad7e9d..83252e05fae 100644
--- a/intern/container/CTR_List.h
+++ b/intern/container/CTR_List.h
@@ -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
diff --git a/intern/container/CTR_Map.h b/intern/container/CTR_Map.h
index cfac75886f0..cbd67fdeaca 100644
--- a/intern/container/CTR_Map.h
+++ b/intern/container/CTR_Map.h
@@ -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
diff --git a/intern/container/CTR_TaggedIndex.h b/intern/container/CTR_TaggedIndex.h
index 9c0128db5b3..0a57ce11d19 100644
--- a/intern/container/CTR_TaggedIndex.h
+++ b/intern/container/CTR_TaggedIndex.h
@@ -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$
diff --git a/intern/container/CTR_TaggedSetOps.h b/intern/container/CTR_TaggedSetOps.h
index 4790fcccbdc..19ddcffac12 100644
--- a/intern/container/CTR_TaggedSetOps.h
+++ b/intern/container/CTR_TaggedSetOps.h
@@ -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
diff --git a/intern/container/CTR_UHeap.h b/intern/container/CTR_UHeap.h
index 680cd18616d..150deb7ce25 100644
--- a/intern/container/CTR_UHeap.h
+++ b/intern/container/CTR_UHeap.h
@@ -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$
diff --git a/intern/container/intern/CTR_List.cpp b/intern/container/intern/CTR_List.cpp
index 05090db97d9..2bc9ded325a 100644
--- a/intern/container/intern/CTR_List.cpp
+++ b/intern/container/intern/CTR_List.cpp
@@ -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"