Merge pull request #1828 from danra/patch-25

Make nodeToString brief comment clearer (NFC)
This commit is contained in:
Dmitri Gribenko
2016-03-24 10:24:41 -07:00

View File

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