Doxygen: Improve code documentation.

This commit is contained in:
Nicolas Despres 2011-03-20 12:16:43 +01:00
parent d0b3a7fa48
commit dd13ecd005
1 changed files with 1 additions and 0 deletions

View File

@ -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,