From dd13ecd00528b8d8041145e278cb7590d943f9de Mon Sep 17 00:00:00 2001 From: Nicolas Despres Date: Sun, 20 Mar 2011 12:16:43 +0100 Subject: Doxygen: Improve code documentation. --- Source/cmLocalGenerator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmLocalGenerator.h') diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 7fe5d93907..0c5b9d0741 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -143,6 +143,7 @@ public: void AddSharedFlags(std::string& flags, const char* lang, bool shared); void AddConfigVariableFlags(std::string& flags, const char* var, const char* config); + ///! Append flags to a string. virtual void AppendFlags(std::string& flags, const char* newFlags); ///! Get the include flags for the current makefile and language const char* GetIncludeFlags(const char* lang, -- cgit v1.2.1