Skip to content

Commit

Permalink
[TCling] Clarify the description for GetCppName
Browse files Browse the repository at this point in the history
  • Loading branch information
devajithvs committed May 2, 2024
1 parent 0f8f2fe commit 5e30c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/clingutils/src/TClingUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@ llvm::StringRef ROOT::TMetaUtils::DataMemberInfo__ValidArrayIndex(const cling::I
}

////////////////////////////////////////////////////////////////////////////////
/// Return (in the argument 'output') a mangled version of the C++ symbol/type (pass as 'input')
/// Return (in the argument 'output') a valid name of the C++ symbol/type (pass as 'input')
/// that can be used in C++ as a variable name.

void ROOT::TMetaUtils::GetCppName(std::string &out, const char *in)
Expand Down

0 comments on commit 5e30c29

Please sign in to comment.