C++/Java/JavaScript/Python: Make qldoc consistent.

This commit is contained in:
Max Schaefer
2019-12-17 07:29:00 +00:00
parent a2fe678464
commit 923e36ba4f
4 changed files with 192 additions and 75 deletions

View File

@@ -88,7 +88,10 @@ class XMLParent extends @xmlparent {
)
}
/** Append all the character sequences of this XML parent from left to right, separated by a space. */
/**
* Gets the result of appending all the character sequences of this XML parent from
* left to right, separated by a space.
*/
string allCharactersString() {
result = concat(string chars, int pos |
xmlChars(_, chars, this, pos, _, _)