mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
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:
+1
-10
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user