Browse Source

Doxygen: Improve code documentation.

Nicolas Despres 14 years ago
parent
commit
dd13ecd005
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmLocalGenerator.h

+ 1 - 0
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,