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_BLOBARRAY_H
#define LOFAR_COMMON_BLOBARRAY_H
// \file BlobArray
// \file BlobArray.h
//Blob handling for arrays.
#include <Common/BlobOStream.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBARRAYHEADER_H
#define LOFAR_COMMON_BLOBARRAYHEADER_H
// \file BlobArrayHeader
// \file BlobArrayHeader.h
// Standard array header for a blob.
#include <Common/BlobHeader.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBEXCEPTION_H
#define LOFAR_COMMON_BLOBEXCEPTION_H
// \fileBlobException
// \fileBlobException.h
// Blob Exception class.
//# Includes
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBFIELD_H
#define LOFAR_COMMON_BLOBFIELD_H
// \file BlobField
// \file BlobField.h
// Definition of a field in a blob.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBFIELDSET_H
#define LOFAR_COMMON_BLOBFIELDSET_H
// \file BlobFieldSet
// \file BlobFieldSet.h
// Definition all fields in a blob.
#include <Common/BlobField.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBHEADER_H
#define LOFAR_COMMON_BLOBHEADER_H
// \file BlobHeader
// \file BlobHeader.h
// Standard header for a blob.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBIBUFCHAR_H
#define LOFAR_COMMON_BLOBIBUFCHAR_H
// \file BlobIBufChar
// \file BlobIBufChar.h
// Input buffer for a blob using a plain pointer.
#include <Common/BlobIBuffer.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBIBUFSTREAM_H
#define LOFAR_COMMON_BLOBIBUFSTREAM_H
// \file BlobIBufStream
// \file BlobIBufStream.h
// Input buffer for a blob using an istream.
#include <Common/BlobIBuffer.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBIBUFSTRING_H
#define LOFAR_COMMON_BLOBIBUFSTRING_H
// \file BlobIBufString
// \file BlobIBufString.h
// Input buffer for a blob using a string.
#include <Common/BlobIBufChar.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBIBUFVECTOR_H
#define LOFAR_COMMON_BLOBIBUFVECTOR_H
// \file BlobIBufVector
// \file BlobIBufVector.h
// Input buffer for a blob using a vector.
#include <Common/BlobIBufChar.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBIBUFFER_H
#define LOFAR_COMMON_BLOBIBUFFER_H
// \file BlobIBuffer
// \file BlobIBuffer.h
// Abstract base class for input buffer for a blob.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBISTREAM_H
#define LOFAR_COMMON_BLOBISTREAM_H
// \file BlobIStream
// \file BlobIStream.h
// Input stream for a blob.
#include <Common/LofarTypes.h>
......
......@@ -23,7 +23,7 @@
#ifndef LOFAR_COMMON_BLOBOBUFCHAR_H
#define LOFAR_COMMON_BLOBOBUFCHAR_H
// \file BlobOBufChar
// \file BlobOBufChar.h
// Output buffer for a blob using a plain pointer.
#include <Common/BlobOBuffer.h>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment