mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++/Java/JavaScript/Python: Make qldoc consistent.
This commit is contained in:
@@ -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, _, _)
|
||||
|
||||
Reference in New Issue
Block a user