summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-09-15 15:07:31 (GMT)
committerGitHub <noreply@github.com>2018-09-15 15:07:31 (GMT)
commit7a24844b214005b4a12005c4d3e3c2c998dd8ae5 (patch)
tree96173a9ac7b45ec2e7868ff46909b33870363021 /src/pyscanner.l
parent61f2db14b4c725223d797c68eed69d58141025cc (diff)
parentab80e5dff5e3f3f1e9ce473ea25894ca08d1f739 (diff)
downloadDoxygen-7a24844b214005b4a12005c4d3e3c2c998dd8ae5.zip
Doxygen-7a24844b214005b4a12005c4d3e3c2c998dd8ae5.tar.gz
Doxygen-7a24844b214005b4a12005c4d3e3c2c998dd8ae5.tar.bz2
Merge pull request #6499 from albert-github/feature/bug_python_linebreak
Namespace with name docstrings_linebreak
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 19dc1ad..3743712 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -1429,7 +1429,7 @@ STARTDOCSYMS "##"
actualDoc.prepend("\\verbatim ");
actualDoc.append("\\endverbatim ");
}
- actualDoc.prepend("\\namespace "+g_moduleScope+"\\_linebr ");
+ actualDoc.prepend("\\namespace "+g_moduleScope+" ");
handleCommentBlock(actualDoc, FALSE);
}
if ((docBlockContext==ClassBody /*&& !g_hideClassDocs*/) ||