From 7b093ee4b3fbbde30b7a29779e6e6210125f06f6 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Sun, 3 Aug 2014 02:22:23 +0100 Subject: Lexicon filter: fix 'if' and 'for' special cases --- Doxyfile.user | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Doxyfile.user') diff --git a/Doxyfile.user b/Doxyfile.user index 3f5f6149..09683abd 100644 --- a/Doxyfile.user +++ b/Doxyfile.user @@ -257,10 +257,10 @@ ALIASES += "strg{1}=\1" ALIASES += "sglq{1}='\1'" ALIASES += "dblq{1}=\"\1\"" -ALIASES += "prmt{1}=\1 " -ALIASES += "sgst{1}=\1" -ALIASES += "eror{1}=\1" -ALIASES += "curs{1}=\1" +ALIASES += "prmt{1}=" +ALIASES += "sgst{1}=" +ALIASES += "eror{1}=" +ALIASES += "curs{1}=" ALIASES += "bold{1}=\1" ALIASES += "emph{1}=\1" -- cgit v1.2.3