summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionCommand.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/cmFunctionCommand.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/cmFunctionCommand.h')
-rw-r--r--Source/cmFunctionCommand.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/Source/cmFunctionCommand.h b/Source/cmFunctionCommand.h
index a169244..9873964 100644
--- a/Source/cmFunctionCommand.h
+++ b/Source/cmFunctionCommand.h
@@ -15,11 +15,6 @@
#include "cmCommand.h"
#include "cmFunctionBlocker.h"
-/** \class cmFunctionFunctionBlocker
- * \brief subclass of function blocker
- *
- *
- */
class cmFunctionFunctionBlocker : public cmFunctionBlocker
{
public:
@@ -35,11 +30,7 @@ public:
int Depth;
};
-/** \class cmFunctionCommand
- * \brief starts an if block
- *
- * cmFunctionCommand starts an if block
- */
+/// Starts function() ... endfunction() block
class cmFunctionCommand : public cmCommand
{
public: