diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-02-27 21:54:43 (GMT) |
---|---|---|
committer | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-02-29 22:33:13 (GMT) |
commit | 937bb4bebf560fddeb2a1438939fd50d177ae2bf (patch) | |
tree | 8fb6318746f8a27277c32df8c92e2df92ef0bfce /Source/cmIfCommand.h | |
parent | 477459010f78d0d6d563080466a63490b6b99eb9 (diff) | |
download | CMake-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/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 4996bc4..f412442 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -15,11 +15,6 @@ #include "cmCommand.h" #include "cmFunctionBlocker.h" -/** \class cmIfFunctionBlocker - * \brief subclass of function blocker - * - * - */ class cmIfFunctionBlocker : public cmFunctionBlocker { public: @@ -39,11 +34,7 @@ public: unsigned int ScopeDepth; }; -/** \class cmIfCommand - * \brief starts an if block - * - * cmIfCommand starts an if block - */ +/// Starts an if block class cmIfCommand : public cmCommand { public: |