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/cmForEachCommand.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/cmForEachCommand.h')
-rw-r--r-- | Source/cmForEachCommand.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h index 026fd31..e702173 100644 --- a/Source/cmForEachCommand.h +++ b/Source/cmForEachCommand.h @@ -16,11 +16,6 @@ #include "cmFunctionBlocker.h" #include "cmListFileCache.h" -/** \class cmForEachFunctionBlocker - * \brief subclass of function blocker - * - * - */ class cmForEachFunctionBlocker : public cmFunctionBlocker { public: @@ -37,11 +32,7 @@ private: int Depth; }; -/** \class cmForEachCommand - * \brief starts an if block - * - * cmForEachCommand starts an if block - */ +/// Starts foreach() ... endforeach() block class cmForEachCommand : public cmCommand { public: |