Standardised copy constructor documentation comment

This commit is contained in:
Henry Weller
2019-05-27 22:34:32 +01:00
parent dfe7b86e70
commit 3ecef91e72
295 changed files with 768 additions and 768 deletions

View File

@ -33,8 +33,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef CLASSNAME_H
#define CLASSNAME_H
#ifndef _Template_H
#define _Template_H
#include ".H"
@ -95,7 +95,7 @@ public:
//- Construct from Istream
CLASSNAME(Istream&);
//- Construct as copy
//- Copy constructor
CLASSNAME(const CLASSNAME&);