[llvm] 97d7283 - [TextAPI] Fix -Wdocumentation error, NFC
Cyndy Ishida via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 10:55:48 PST 2024
Author: Cyndy Ishida
Date: 2024-01-30T10:55:32-08:00
New Revision: 97d72839301e6fd005fb258322b96bd46086daa1
URL: https://github.com/llvm/llvm-project/commit/97d72839301e6fd005fb258322b96bd46086daa1
DIFF: https://github.com/llvm/llvm-project/commit/97d72839301e6fd005fb258322b96bd46086daa1.diff
LOG: [TextAPI] Fix -Wdocumentation error, NFC
Added:
Modified:
llvm/include/llvm/TextAPI/Symbol.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/TextAPI/Symbol.h b/llvm/include/llvm/TextAPI/Symbol.h
index e6514f01971ad..5a5eb0eb48325 100644
--- a/llvm/include/llvm/TextAPI/Symbol.h
+++ b/llvm/include/llvm/TextAPI/Symbol.h
@@ -188,7 +188,7 @@ struct SimpleSymbol {
/// Get symbol classification by parsing the name of a symbol.
///
-/// \param Name The name of symbol.
+/// \param SymName The name of symbol.
SimpleSymbol parseSymbol(StringRef SymName);
} // end namespace MachO.
More information about the llvm-commits
mailing list