doxygen: Small fixes in cmake.h apidocs

This commit is contained in:
Yury G. Kudryashov 2012-02-26 02:36:38 +04:00
parent 1e5b971ed0
commit 4a48be323b
1 changed files with 2 additions and 3 deletions

View File

@ -88,12 +88,11 @@ class cmake
}; };
typedef std::map<cmStdString, cmCommand*> RegisteredCommandsMap; typedef std::map<cmStdString, cmCommand*> RegisteredCommandsMap;
///! construct an instance of cmake /// Default constructor
cmake(); cmake();
///! destruct an instance of cmake /// Destructor
~cmake(); ~cmake();
///! construct an instance of cmake
static const char *GetCMakeFilesDirectory() {return "/CMakeFiles";}; static const char *GetCMakeFilesDirectory() {return "/CMakeFiles";};
static const char *GetCMakeFilesDirectoryPostSlash() { static const char *GetCMakeFilesDirectoryPostSlash() {
return "CMakeFiles/";}; return "CMakeFiles/";};