summaryrefslogtreecommitdiffstats
path: root/src/emoji.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-22 12:40:09 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-22 12:40:09 (GMT)
commit351d64c35502c64ff446458e8ad6892b3f22ead4 (patch)
tree0876cc45871e0865e570f8dd6a6773e6a2c4900d /src/emoji.cpp
parentd562d7a4bf3cec36858bdc8b01245da042024817 (diff)
downloadDoxygen-351d64c35502c64ff446458e8ad6892b3f22ead4.zip
Doxygen-351d64c35502c64ff446458e8ad6892b3f22ead4.tar.gz
Doxygen-351d64c35502c64ff446458e8ad6892b3f22ead4.tar.bz2
Remove some doxygen warnings in internal documentation
Generating the doxygen internal documentation gave some warning messages, these have been corrected.
Diffstat (limited to 'src/emoji.cpp')
-rw-r--r--src/emoji.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emoji.cpp b/src/emoji.cpp
index c332083..311f748 100644
--- a/src/emoji.cpp
+++ b/src/emoji.cpp
@@ -1578,7 +1578,7 @@ void EmojiEntityMapper::writeEmojiFile(QFile &file)
/*! @brief Access routine to the unicode sequence for the Emoji entity
*
- * @param symb code of the requested Emoji entity returned by symbol2index()
+ * @param index code of the requested Emoji entity returned by symbol2index()
* @return the unicode sequence of the Emoji entity,
*/
const char *EmojiEntityMapper::unicode(int index) const
@@ -1588,7 +1588,7 @@ const char *EmojiEntityMapper::unicode(int index) const
/*! @brief Access routine to the name of the Emoji entity
*
- * @param symb code of the requested Emoji entity returned by symbol2index()
+ * @param index code of the requested Emoji entity returned by symbol2index()
* @return the name of the Emoji entity in GitHub format (i.e. :smile:)
*/
const char *EmojiEntityMapper::name(int index) const