summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-20 10:33:28 (GMT)
committerGitHub <noreply@github.com>2019-07-20 10:33:28 (GMT)
commit128ea149c79c565f6c06ac7a6928629b75195744 (patch)
tree3ee078db56c56f3ac051995d1c122682b5c42447 /src/doxygen.cpp
parentb118de2f38cfcb91888db571b5d9fd1a85731cd5 (diff)
parentb636a0bf1d3cb0b0d3675ea047c41373ab44d40c (diff)
downloadDoxygen-128ea149c79c565f6c06ac7a6928629b75195744.zip
Doxygen-128ea149c79c565f6c06ac7a6928629b75195744.tar.gz
Doxygen-128ea149c79c565f6c06ac7a6928629b75195744.tar.bz2
Merge pull request #7112 from arm-in/master
Correct spelling "build in" vs. "built-in"
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index c7fce01..85ed747 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -10146,7 +10146,7 @@ static void usage(const char *name)
msg(" RTF: %s -e rtf extensionsFile\n\n",name);
msg("7) Use doxygen to compare the used configuration file with the template configuration file\n");
msg(" %s -x [configFile]\n\n",name);
- msg("8) Use doxygen to show a list of build in emoji.\n");
+ msg("8) Use doxygen to show a list of built-in emojis.\n");
msg(" %s -f emoji outputFileName\n\n",name);
msg(" If - is used for outputFileName doxygen will write to standard output.\n\n");
msg("If -s is specified the comments of the configuration items in the config file will be omitted.\n");