doxygen: remove a few comments

These comments were either wrong or non-informative.
Replace some of them by brief comments
This commit is contained in:
Yury G. Kudryashov
2012-02-28 01:54:43 +04:00
parent 477459010f
commit 937bb4bebf
6 changed files with 5 additions and 55 deletions
+1 -10
View File
@@ -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: