(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:
@@ -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"
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/** @file alloc_type.hpp Helper types related to the allocation of memory */
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user