From 4a48be323bfc9e7e3089bd1bef3141cd1b397f7f Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 26 Feb 2012 02:36:38 +0400 Subject: doxygen: Small fixes in cmake.h apidocs --- Source/cmake.h | 5 ++--- 1 file 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 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/";}; -- cgit v0.12