doxygen, comments

This commit is contained in:
Hans Joachim Gurt 2007-09-13 00:04:52 +00:00
parent d757ccd8f2
commit ae0e04e2ec
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,9 @@
See the COPYING file for more details.
*/
//! @file array.hpp
//! Template for arrays.
#ifndef ARRAY_HPP_INCLUDED
#define ARRAY_HPP_INCLUDED
@ -63,7 +66,7 @@ private:
T a[N];
};
}
} // end namespace util
#endif

View File

@ -12,7 +12,7 @@
See the COPYING file for more details.
*/
//! @file clipboard.cpp
//! @file clipboard.hpp
//!
#ifndef CLIPBOARD_HPP_INCLUDED