summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-25 22:36:38 (GMT)
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-28 20:18:22 (GMT)
commit4a48be323bfc9e7e3089bd1bef3141cd1b397f7f (patch)
tree44eb36be90ce7096614f9f28786ea3e1ee5f8f68 /Source/cmake.h
parent1e5b971ed0346849243ecbcd05443404ebf7a3cb (diff)
downloadCMake-4a48be323bfc9e7e3089bd1bef3141cd1b397f7f.zip
CMake-4a48be323bfc9e7e3089bd1bef3141cd1b397f7f.tar.gz
CMake-4a48be323bfc9e7e3089bd1bef3141cd1b397f7f.tar.bz2
doxygen: Small fixes in cmake.h apidocs
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index cfa747e..3558374 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -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/";};