diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-07-20 10:33:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 10:33:28 (GMT) |
commit | 128ea149c79c565f6c06ac7a6928629b75195744 (patch) | |
tree | 3ee078db56c56f3ac051995d1c122682b5c42447 /src | |
parent | b118de2f38cfcb91888db571b5d9fd1a85731cd5 (diff) | |
parent | b636a0bf1d3cb0b0d3675ea047c41373ab44d40c (diff) | |
download | Doxygen-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')
-rw-r--r-- | src/doxygen.cpp | 2 |
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"); |