summaryrefslogtreecommitdiffstats
path: root/src/linguist/linguist/messageeditor.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-04-29 10:37:34 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2019-05-03 11:47:40 +0000
commit1c9613fcad7eea0e0ba6a537ecb6c2d6205dbb8c (patch)
tree55e7c5af76f5988780c549d56b84cacbce59017a /src/linguist/linguist/messageeditor.cpp
parent7203e6a94ced619eadbc14aedf73d40530671662 (diff)
Doc: Clear 'moduleheader' for tool manuals
These manuals contain no C++ API documentation, and there is no associated module headers - clearing the moduleheader variable in documentation configuration stops QDoc from warning about them. Change-Id: I71b8ec81800025d9de18b83871a9881c1246f153 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/linguist/linguist/messageeditor.cpp')
-rw-r--r--src/linguist/linguist/messageeditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/linguist/linguist/messageeditor.cpp b/src/linguist/linguist/messageeditor.cpp
index 5dad19f21..b02aa1859 100644
--- a/src/linguist/linguist/messageeditor.cpp
+++ b/src/linguist/linguist/messageeditor.cpp
@@ -318,7 +318,8 @@ void MessageEditor::reallyFixTabOrder()
}
}
-/*! internal
+/*
+ \internal
Returns all translations for an item.
The number of translations is dependent on if we have a plural form or not.
If we don't have a plural form, then this should only contain one item.