forked from OSchip/llvm-project
Use correct parameter names in comments [-Wdocumentation]
llvm-svn: 181478
This commit is contained in:
parent
aa9b280c79
commit
d0b963e839
|
@ -1710,8 +1710,8 @@ void PrintVersionMessage();
|
||||||
///
|
///
|
||||||
/// NOTE: THIS FUNCTION TERMINATES THE PROGRAM!
|
/// NOTE: THIS FUNCTION TERMINATES THE PROGRAM!
|
||||||
///
|
///
|
||||||
/// \param hidden if true will print hidden options
|
/// \param Hidden if true will print hidden options
|
||||||
/// \param categorized if true print options in categories
|
/// \param Categorized if true print options in categories
|
||||||
void PrintHelpMessage(bool Hidden=false, bool Categorized=false);
|
void PrintHelpMessage(bool Hidden=false, bool Categorized=false);
|
||||||
|
|
||||||
|
|
||||||
|
@ -1722,7 +1722,7 @@ void PrintHelpMessage(bool Hidden=false, bool Categorized=false);
|
||||||
/// \brief Use this to get a StringMap to all registered named options
|
/// \brief Use this to get a StringMap to all registered named options
|
||||||
/// (e.g. -help). Note \p Map Should be an empty StringMap.
|
/// (e.g. -help). Note \p Map Should be an empty StringMap.
|
||||||
///
|
///
|
||||||
/// \param [out] map will be filled with mappings where the key is the
|
/// \param [out] Map will be filled with mappings where the key is the
|
||||||
/// Option argument string (e.g. "help") and value is the corresponding
|
/// Option argument string (e.g. "help") and value is the corresponding
|
||||||
/// Option*.
|
/// Option*.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue