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/cmMacroCommand.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/cmMacroCommand.h')
-rw-r--r-- | Source/cmMacroCommand.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Source/cmMacroCommand.h b/Source/cmMacroCommand.h index 93e10b2..03aa72d 100644 --- a/Source/cmMacroCommand.h +++ b/Source/cmMacroCommand.h @@ -15,11 +15,6 @@ #include "cmCommand.h" #include "cmFunctionBlocker.h" -/** \class cmMacroFunctionBlocker - * \brief subclass of function blocker - * - * - */ class cmMacroFunctionBlocker : public cmFunctionBlocker { public: @@ -35,11 +30,7 @@ public: int Depth; }; -/** \class cmMacroCommand - * \brief starts an if block - * - * cmMacroCommand starts an if block - */ +/// Starts macro() ... endmacro() block class cmMacroCommand : public cmCommand { public: |