mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-15 03:02:22 -06:00
Doxygen: Improve code documentation.
This commit is contained in:
@@ -143,6 +143,7 @@ public:
|
|||||||
void AddSharedFlags(std::string& flags, const char* lang, bool shared);
|
void AddSharedFlags(std::string& flags, const char* lang, bool shared);
|
||||||
void AddConfigVariableFlags(std::string& flags, const char* var,
|
void AddConfigVariableFlags(std::string& flags, const char* var,
|
||||||
const char* config);
|
const char* config);
|
||||||
|
///! Append flags to a string.
|
||||||
virtual void AppendFlags(std::string& flags, const char* newFlags);
|
virtual void AppendFlags(std::string& flags, const char* newFlags);
|
||||||
///! Get the include flags for the current makefile and language
|
///! Get the include flags for the current makefile and language
|
||||||
const char* GetIncludeFlags(const char* lang,
|
const char* GetIncludeFlags(const char* lang,
|
||||||
|
|||||||
Reference in New Issue
Block a user