Get rid of most doxygen warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@421 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-10-10 11:14:09 +00:00
parent efca170161
commit 0ee8f9f0b3
6 changed files with 21 additions and 20 deletions

View File

@@ -83,7 +83,9 @@ public:
// ------------------------------------------------------------- windows 32 ----
#if defined(WIN32) && (defined(_MSC_VER) || defined(__INTEL_COMPILER))
#ifndef DOXY_IGNORE_THIS
#include <windows.h>
#endif
class TimerImplWin32 : public TimerImpl
{
@@ -143,7 +145,9 @@ double TimerImplWin32::seconds(void) const
// ------------------------------------------------------------- posix time ----
#elif defined(__GNUC__) && defined(__POSIX__)
#ifndef DOXY_IGNORE_THIS
# include <time.h>
#endif
template <clockid_t N>
class TimerImplPosix : public TimerImpl