summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commentscan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index e636aa6..767b964 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -185,7 +185,7 @@ static const std::map< std::string, DocCmdMap > docCmdMap =
{ "date", { 0, CommandSpacing::Block }},
{ "def", { &handleDef, CommandSpacing::Invisible }},
{ "defgroup", { &handleDefGroup, CommandSpacing::Invisible }},
- { "deprecated", { &handleDeprecated, CommandSpacing::Block }},
+ { "deprecated", { &handleDeprecated, CommandSpacing::XRef }},
{ "details", { &handleDetails, CommandSpacing::Block }},
{ "dir", { &handleDir, CommandSpacing::Invisible }},
{ "docbookinclude", { 0, CommandSpacing::Inline }},