From dcef1a55932db5ad4394eb6fbcb76d63d8ab520d Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 24 Apr 2016 15:02:52 -0700 Subject: more doxygen lexicon changes to eliminate errors I noticed that Doxygen was also complaining about the "" and "" tags. So convert those to the backslash form like we did for "" in the previous commit. --- lexicon_filter.in | 43 ++++++++++--------------------------------- 1 file changed, 10 insertions(+), 33 deletions(-) (limited to 'lexicon_filter.in') diff --git a/lexicon_filter.in b/lexicon_filter.in index 13e8b6d7..b618a1b7 100644 --- a/lexicon_filter.in +++ b/lexicon_filter.in @@ -72,7 +72,16 @@ b html } # Preprocess specially recognized commands. + s/\\asis/@asis/g + s/\\bksl/@bksl/g + s/\\bold/@bold/g + s/\\emph/@emph/g + s/\\eror/@eror/g + s/\\mtch/@mtch/g s/\\outp/@outp/g + s/\\sgst/@sgst/g + s/\\smtc/@smtc/g + s/\\undr/@undr/g # Process the rest b process } @@ -96,7 +105,7 @@ s||@bold{| s|]*>|@bold{| s||}| #. -# Strong (synonimous with emphasis) +# Strong (synonymous with emphasis) s||@bold{| s|]*>|@bold{| s||}| @@ -115,39 +124,7 @@ s||}| s||@undr{| s|]*>|@undr{| s||}| -# Backslash (when escaping output) -s||@bksl{| -s||}| -t html #. -# Some handy non-standard extensions -# autoSuGgeSTion -s||@sgst{| -s|]*>|@sgst{| -s||}| -#. -# MaTCH -s||@mtch{| -s|]*>|@mtch{| -s||}| -#. -# SearchMaTCh -s||@smtc{| -s|]*>|@smtc{| -s||}| -#. -# ERrOR -s||@eror{| -s|]*>|@eror{| -s||}| -#. -# AsIs - protect from auto-formatting -s||@asis{| -s||}| -#. -# OUTPut - protect from auto-formatting -s||@outp{| -s||}| t html #. # Clean other unhandled html -- cgit v1.2.3