mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
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
Block a user