summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-11-16 14:59:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-11-16 14:59:41 (GMT)
commit89eb624fec44c0f900d9035dfea950ceaf0ba76d (patch)
treeb234c0d00e4050556d8527e2de4d756be0027539 /src/pyscanner.l
parent0ec56b7aa2dd39e3cab71c2229d486161566e7f6 (diff)
downloadDoxygen-89eb624fec44c0f900d9035dfea950ceaf0ba76d.zip
Doxygen-89eb624fec44c0f900d9035dfea950ceaf0ba76d.tar.gz
Doxygen-89eb624fec44c0f900d9035dfea950ceaf0ba76d.tar.bz2
Bug 739056 - Python xml - argsstring is empty, while HTML have arguments
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 236be0d..1ac7b7a 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -938,6 +938,7 @@ STARTDOCSYMS "##"
}
")" { // end of parameter list
+ current->args = argListToString(current->argList);
}
":"{B} {