Commit 89eb624f authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 739056 - Python xml - argsstring is empty, while HTML have arguments

parent 0ec56b7a
......@@ -938,6 +938,7 @@ STARTDOCSYMS "##"
}
")" { // end of parameter list
current->args = argListToString(current->argList);
}
":"{B} {
......
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