Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(15)

Unified Diff: scm/document-markup.scm

Issue 573000044: Improve generated documentation.
Patch Set: Handle case where function name already starts with a backslash. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm/document-identifiers.scm ('k') | scripts/build/xelatex-with-options.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/document-markup.scm
diff --git a/scm/document-markup.scm b/scm/document-markup.scm
index 8f284e1207ccfd8f2cf3c6334b6f112c988bf4fb..2f95414dcee9f5a0ed57fa82478a75f941db4c6b 100644
--- a/scm/document-markup.scm
+++ b/scm/document-markup.scm
@@ -63,7 +63,6 @@
(string-append
"\n\n@item @code{\\" c-name "} " signature-str
"\n@funindex \\" c-name "\n"
- "\n@cindex \\" c-name "\n"
(if (string? doc-str)
doc-str
"")
« no previous file with comments | « scm/document-identifiers.scm ('k') | scripts/build/xelatex-with-options.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b