summaryrefslogtreecommitdiffstats
path: root/Source/cmWhileCommand.h
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-27 21:54:43 (GMT)
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-29 22:33:13 (GMT)
commit937bb4bebf560fddeb2a1438939fd50d177ae2bf (patch)
tree8fb6318746f8a27277c32df8c92e2df92ef0bfce /Source/cmWhileCommand.h
parent477459010f78d0d6d563080466a63490b6b99eb9 (diff)
downloadCMake-937bb4bebf560fddeb2a1438939fd50d177ae2bf.zip
CMake-937bb4bebf560fddeb2a1438939fd50d177ae2bf.tar.gz
CMake-937bb4bebf560fddeb2a1438939fd50d177ae2bf.tar.bz2
doxygen: remove a few comments
These comments were either wrong or non-informative. Replace some of them by brief comments
Diffstat (limited to 'Source/cmWhileCommand.h')
-rw-r--r--Source/cmWhileCommand.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/Source/cmWhileCommand.h b/Source/cmWhileCommand.h
index 04649a3..1947fcf 100644
--- a/Source/cmWhileCommand.h
+++ b/Source/cmWhileCommand.h
@@ -16,11 +16,6 @@
#include "cmFunctionBlocker.h"
#include "cmListFileCache.h"
-/** \class cmWhileFunctionBlocker
- * \brief subclass of function blocker
- *
- *
- */
class cmWhileFunctionBlocker : public cmFunctionBlocker
{
public:
@@ -37,11 +32,7 @@ private:
int Depth;
};
-/** \class cmWhileCommand
- * \brief starts a while loop
- *
- * cmWhileCommand starts a while loop
- */
+/// \brief Starts a while loop
class cmWhileCommand : public cmCommand
{
public: