Commit fdd1c3f1 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed typos and formatting in Doxyfile (thanks to Armin Mueller)

parent 45cfc44d
This diff is collapsed.
......@@ -26,6 +26,7 @@ def transformDocs(doc):
doc = doc.replace("\r", " ")
doc = doc.replace("\t", " ")
doc = doc.replace("\\&", "&")
doc = doc.replace("(\\c ", "(")
doc = doc.replace("\\c ", " ")
doc = doc.replace("\\b ", " ")
doc = doc.replace("\\e ", " ")
......
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