diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-02-26 20:22:21 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-03-11 21:12:28 +0100 |
| commit | 7a4542b01152eb5a3f9fe1ec7192531d8a5ae009 (patch) | |
| tree | 28ffbf1fbfc429f63e1fd742a3db14f752cc8c74 /doc | |
| parent | 98b258724ad24e456638ea5006684a399e95ecd7 (diff) | |
doc: Also include XEP title into XEP links
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index bcb62eca..d592bb9c 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -5,7 +5,8 @@ INPUT = @PROJECT_SOURCE_DIR@/doc/index.doc \ @PROJECT_SOURCE_DIR@/doc/xep.doc \ @PROJECT_SOURCE_DIR@/src -ALIASES = "xep{1}=<a href=\"https://xmpp.org/extensions/xep-\1.html\">XEP-\1</a>" +ALIASES = "xep{1}=<a href=\"https://xmpp.org/extensions/xep-\1.html\">XEP-\1</a>" \ + "xep{2}=<a href=\"https://xmpp.org/extensions/xep-\1.html\">XEP-\1: \2</a>" ALPHABETICAL_INDEX = NO EXCLUDE_PATTERNS = */moc_* */mod_* */*_p.h */QXmppCodec.cpp */QXmppSasl.cpp FULL_PATH_NAMES = NO |
