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/cmFunctionBlocker.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/cmFunctionBlocker.h')
-rw-r--r-- | Source/cmFunctionBlocker.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmFunctionBlocker.h b/Source/cmFunctionBlocker.h index c3b29e1..9ee0b5c 100644 --- a/Source/cmFunctionBlocker.h +++ b/Source/cmFunctionBlocker.h @@ -17,11 +17,6 @@ #include "cmListFileCache.h" class cmMakefile; -/** \class cmFunctionBlocker - * \brief A class that defines an interface for blocking cmake functions - * - * This is the superclass for any classes that need to block a cmake function - */ class cmFunctionBlocker { public: |