(svn r9662) -Documentation: Doxygen corrections and @file omissions

This commit is contained in:
belugas
2007-04-17 20:23:13 +00:00
parent c39ab93daa
commit 607a55f4ec
31 changed files with 122 additions and 80 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file array.hpp */
#ifndef ARRAY_HPP
#define ARRAY_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file autocopyptr.hpp */
#ifndef AUTOCOPYPTR_HPP
#define AUTOCOPYPTR_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file autoptr.hpp */
#ifndef AUTOPTR_HPP
#define AUTOPTR_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file binaryheap.hpp */
#ifndef BINARYHEAP_HPP
#define BINARYHEAP_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file blob.hpp */
#ifndef BLOB_HPP
#define BLOB_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file countedptr.hpp */
#ifndef COUNTEDPTR_HPP
#define COUNTEDPTR_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file crc32.hpp */
#ifndef CRC32_HPP
#define CRC32_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file fixedsizearray.hpp */
#ifndef FIXEDSIZEARRAY_HPP
#define FIXEDSIZEARRAY_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file hashtable.hpp */
#ifndef HASHTABLE_HPP
#define HASHTABLE_HPP
@@ -97,7 +99,7 @@ struct CHashTableSlotT
}
};
/** @class CHashTableT<Titem, Thash_bits> - simple hash table
/** class CHashTableT<Titem, Thash_bits> - simple hash table
* of pointers allocated elsewhere.
*
* Supports: Add/Find/Remove of Titems.