diff options
author | albert-github <albert.tests@gmail.com> | 2015-01-01 12:22:22 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-01-01 12:22:22 (GMT) |
commit | 7569f42d95332a5948e9d35e94e88d56d11634a9 (patch) | |
tree | c3dd548107d13e4a63ab1ff4269038bd79e1a9d9 | |
parent | ed39dab59f8af2c5b42cfac0b3140cf594412121 (diff) | |
download | Doxygen-7569f42d95332a5948e9d35e94e88d56d11634a9.zip Doxygen-7569f42d95332a5948e9d35e94e88d56d11634a9.tar.gz Doxygen-7569f42d95332a5948e9d35e94e88d56d11634a9.tar.bz2 |
Help message regarding layout file
The name of the layout file can be omitted.
-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 e127b8e..b1b7c08 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -9962,7 +9962,7 @@ static void usage(const char *name) msg(" If - is used for configName doxygen will read from standard input.\n\n"); msg("4) Use doxygen to generate a template file controlling the layout of the\n"); msg(" generated documentation:\n"); - msg(" %s -l layoutFileName.xml\n\n",name); + msg(" %s -l [layoutFileName.xml]\n\n",name); msg("5) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.\n"); msg(" RTF: %s -w rtf styleSheetFile\n",name); msg(" HTML: %s -w html headerFile footerFile styleSheetFile [configFile]\n",name); |