Commit cfaa1c89 by Jonathan Wakely Committed by Jonathan Wakely

* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.

From-SVN: r264127
parent 24c49431
2018-09-05 Jonathan Wakely <jwakely@redhat.com>
* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.
2018-09-03 Jonathan Wakely <jwakely@redhat.com> 2018-09-03 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/78179 PR libstdc++/78179
......
...@@ -165,10 +165,11 @@ namespace __cxxabiv1 ...@@ -165,10 +165,11 @@ namespace __cxxabiv1
* in that case, the demangled name is placed in a region of memory * in that case, the demangled name is placed in a region of memory
* allocated with malloc. * allocated with malloc.
* *
* @param __length If @a __length is non-NULL, the length of the * @param __length If @a __length is non-null, the length of the
* buffer containing the demangled name is placed in @a *__length. * buffer containing the demangled name is placed in @a *__length.
* *
* @param __status @a *__status is set to one of the following values: * @param __status If @a __status is non-null, @a *__status is set to
* one of the following values:
* 0: The demangling operation succeeded. * 0: The demangling operation succeeded.
* -1: A memory allocation failure occurred. * -1: A memory allocation failure occurred.
* -2: @a mangled_name is not a valid name under the C++ ABI mangling rules. * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment