(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.

This commit is contained in:
rubidium
2008-05-06 15:11:33 +00:00
parent fb938a2cb3
commit d03994098b
360 changed files with 542 additions and 335 deletions

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file alloc_func.cpp functions to 'handle' memory allocation errors */
/** @file alloc_func.cpp Functions to 'handle' memory allocation errors */
#include "../stdafx.h"
#include "alloc_func.hpp"

View File

@@ -1,4 +1,3 @@
/* $Id$ */
/** @file alloc_type.hpp Helper types related to the allocation of memory */

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file bitmath_func.cpp */
/** @file bitmath_func.cpp Functions related to bit mathematics. */
#include "../stdafx.h"
#include "bitmath_func.hpp"

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file bitmath_func.hpp */
/** @file bitmath_func.hpp Functions related to bit mathematics. */
#ifndef BITMATH_FUNC_HPP
#define BITMATH_FUNC_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file endian_func.hpp */
/** @file endian_func.hpp Function to handling different endian machines. */
#ifndef ENDIAN_FUNC_H
#define ENDIAN_FUNC_H

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file random_func.cpp */
/** @file random_func.cpp Implementation of the pseudo random generator. */
#include "../stdafx.h"
#include "random_func.hpp"

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file random_func.hpp */
/** @file random_func.hpp Pseudo random number generator. */
#ifndef RANDOM_FUNC_HPP
#define RANDOM_FUNC_HPP