From 220be8333b7bd52cb02ec5da76eb5d62c4ee9a5b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 14 Jul 2002 00:30:44 +0000 Subject: doxygen comments --- src/NotCopyable.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/NotCopyable.hh b/src/NotCopyable.hh index 1d119f0..025d5dc 100644 --- a/src/NotCopyable.hh +++ b/src/NotCopyable.hh @@ -21,8 +21,11 @@ #ifndef NOTCOPYABLE_HH #define NOTCOPYABLE_HH -// inherit this class to -// disable assignment and copy + +/** Makes the inherited class not copyable. + inherit this class to + disable assignment and copy +*/ class NotCopyable { protected: @@ -33,4 +36,4 @@ private: NotCopyable &operator=(const NotCopyable &rhs); // assignment operator }; -#endif //_NOTCOPYBLE_HH_ +#endif //NOTCOPYBLE_HH -- cgit v0.11.2