Skip to content
Snippets Groups Projects
Commit 327706de authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

%[ER: 236]%

The \file command expects a complete filename, i.e. with the trailing ".h"
parent f206e064
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOBUFNULL_H
#define LOFAR_COMMON_BLOBOBUFNULL_H
// \file BlobOBufNull
// \file BlobOBufNull.h
// Output buffer for a blob using a plain pointer.
#include <Common/BlobOBuffer.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOBUFSTREAM_H
#define LOFAR_COMMON_BLOBOBUFSTREAM_H
// \file BlobOBufStream
// \file BlobOBufStream.h
// Output buffer for a blob using an ostream.
#include <Common/BlobOBuffer.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOBUFSTRING_H
#define LOFAR_COMMON_BLOBOBUFSTRING_H
// \file BlobOBufString
// \file BlobOBufString.h
// Input buffer for a blob using a string.
#include <Common/BlobOBufChar.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOBUFVECTOR_H
#define LOFAR_COMMON_BLOBOBUFVECTOR_H
// \file BlobOBufVector
// \file BlobOBufVector .h
// Input buffer for a blob using a vector.
#include <Common/BlobOBufChar.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOBUFFER_H
#define LOFAR_COMMON_BLOBOBUFFER_H
// \file BlobOBuffer
// \file BlobOBuffer.h
// Abstract base class for output buffer for a blob.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOSTREAM_H
#define LOFAR_COMMON_BLOBOSTREAM_H
// \file BlobOStream
// \file BlobOStream.h
// Output stream for a blob.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBSTRING_H
#define LOFAR_COMMON_BLOBSTRING_H
// \file BlobString
// \file BlobString.h
//Blob buffer that can be a string<uchar> or char.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBSTRINGTRAITS_H
#define LOFAR_COMMON_BLOBSTRINGTRAITS_H
// \file BlobStringTraits
// \file BlobStringTraits.h
// char_traits<uchar> implementation for GCC.
// This file implements the char_traits<unsigned char> specialisation.
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBSTRINGTYPE_H
#define LOFAR_COMMON_BLOBSTRINGTYPE_H
// \file BlobStringType
// \file BlobStringType.h
//Define type for a blob string.
#include <Common/Allocator.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_CHECKCONFIG_H
#define LOFAR_COMMON_CHECKCONFIG_H
// \file CheckConfig
// \file CheckConfig.h
// Macros for declaring a config-dependent data structure.
// The CHECK_CONFIG macros should be used if and when you declare a
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_DATACONVERT_H
#define LOFAR_COMMON_DATACONVERT_H
// \file DataConvert
// \file DataConvert.h
// Global functions to convert data values.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_DATAFORMAT_H
#define LOFAR_COMMON_DATAFORMAT_H
// \file DataFormat
// \file DataFormat.h
// Get the data format (endian type).
#include <lofar_config.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_DEBUG_H
#define LOFAR_COMMON_DEBUG_H
// \file Debug.h
// \file Debug.h.h
//
#ifdef __DEPRECATED
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_EXCEPTION_H
#define LOFAR_COMMON_EXCEPTION_H
// \file Exception
// \file Exception.h
// LCS Exception base class.
//# Includes
......
......@@ -25,7 +25,7 @@
//# Never #include <config.h> or #include <lofar_config.h> in a header file!
// \file filename
// \file filename.h
// one line description.
//# Includes
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_KEYPARSER_H
#define LOFAR_COMMON_KEYPARSER_H
// \file KeyParser
// \file KeyParser.h
// Class for parsing a key=value line.
//# Includes
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_KEYVALUE_H
#define LOFAR_COMMON_KEYVALUE_H
// \file KeyValue
// \file KeyValue.h
// Class to hold a general value.
#include <lofar_config.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_KEYVALUEMAP_H
#define LOFAR_COMMON_KEYVALUEMAP_H
// \file KeyValueMap
// \file KeyValueMap.h
// Class to hold a collection of key name/value pairs.
#include <Common/KeyValue.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_LOG4CPLUS_H
#define LOFAR_COMMON_LOG4CPLUS_H
// \file LofarLog4Cplus
// \file LofarLog4Cplus.h
// Interface to the log4cplus logging package
#include <lofar_config.h>
......
......@@ -23,7 +23,7 @@
//# No include guard is used, because it should only be included indirectly
//# by LofarLogger.h (and by LofarLogCout.cc).
// \file LofarLogCout
// \file LofarLogCout.h
// Macro interface to the cout/cerr logging implementation
#include <Common/lofar_iostream.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment