mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #1828 from danra/patch-25
Make nodeToString brief comment clearer (NFC)
This commit is contained in:
@@ -332,7 +332,7 @@ void mangleIdentifier(const char *data, size_t length,
|
||||
/// This should always round-trip perfectly with demangleSymbolAsNode.
|
||||
std::string mangleNode(const NodePointer &root);
|
||||
|
||||
/// \brief Transform the node structure in a string.
|
||||
/// \brief Transform the node structure to a string.
|
||||
///
|
||||
/// Typical usage:
|
||||
/// \code
|
||||
|
||||
Reference in New Issue
Block a user