doxygen: Small fixes in cmake.h apidocs
This commit is contained in:
parent
1e5b971ed0
commit
4a48be323b
|
@ -88,12 +88,11 @@ class cmake
|
|||
};
|
||||
typedef std::map<cmStdString, cmCommand*> RegisteredCommandsMap;
|
||||
|
||||
///! construct an instance of cmake
|
||||
/// Default constructor
|
||||
cmake();
|
||||
///! destruct an instance of cmake
|
||||
/// Destructor
|
||||
~cmake();
|
||||
|
||||
///! construct an instance of cmake
|
||||
static const char *GetCMakeFilesDirectory() {return "/CMakeFiles";};
|
||||
static const char *GetCMakeFilesDirectoryPostSlash() {
|
||||
return "CMakeFiles/";};
|
||||
|
|
Loading…
Reference in New Issue