Skip to content

Commit

Permalink
Help message regarding layout file
Browse files Browse the repository at this point in the history
The name of the layout file can be omitted.
  • Loading branch information
albert-github committed Jan 1, 2015
1 parent ed39dab commit 7569f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doxygen.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 7569f42

Please sign in to comment.