diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2014-01-02 15:12:24 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2014-01-02 15:12:24 +0100 |
commit | e06f8c8679a172102afff31798e15131ca2f5f03 (patch) | |
tree | 50cad72de96a99d20ec2ecec75d1f14a0fffaa56 | |
parent | 33e96015d92d5d25ddf874aba7d6fbf17e01539c (diff) |
Delete useless aliases from another project.
-rw-r--r-- | doc/Doxyfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 6b0267a..09451bf 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile | |||
@@ -218,8 +218,7 @@ TAB_SIZE = 8 | |||
218 | # "Side Effects:". You can put \n's in the value part of an alias to insert | 218 | # "Side Effects:". You can put \n's in the value part of an alias to insert |
219 | # newlines. | 219 | # newlines. |
220 | 220 | ||
221 | ALIASES = "xmpp=<blockquote class=\"xmpp\">" \ | 221 | ALIASES = |
222 | "endxmpp=</blockquote>" | ||
223 | 222 | ||
224 | # This tag can be used to specify a number of word-keyword mappings (TCL only). | 223 | # This tag can be used to specify a number of word-keyword mappings (TCL only). |
225 | # A mapping has the form "name=value". For example adding "class=itcl::class" | 224 | # A mapping has the form "name=value". For example adding "class=itcl::class" |