@@ -10723,12 +10723,12 @@ static void usage(const QCString &name,const QCString &versionString)
10723
10723
{
10724
10724
msg (" Doxygen version %s\n Copyright Dimitri van Heesch 1997-2021\n\n " ,qPrint (versionString));
10725
10725
msg (" You can use doxygen in a number of ways:\n\n " );
10726
- msg (" 1) Use doxygen to generate a template configuration file:\n " );
10726
+ msg (" 1) Use doxygen to generate a template configuration file* :\n " );
10727
10727
msg (" %s [-s] -g [configName]\n\n " ,qPrint (name));
10728
- msg (" 2) Use doxygen to update an old configuration file:\n " );
10728
+ msg (" 2) Use doxygen to update an old configuration file* :\n " );
10729
10729
msg (" %s [-s] -u [configName]\n\n " ,qPrint (name));
10730
10730
msg (" 3) Use doxygen to generate documentation using an existing " );
10731
- msg (" configuration file:\n " );
10731
+ msg (" configuration file* :\n " );
10732
10732
msg (" %s [configName]\n\n " ,qPrint (name));
10733
10733
msg (" 4) Use doxygen to generate a template file controlling the layout of the\n " );
10734
10734
msg (" generated documentation:\n " );
@@ -10750,9 +10750,9 @@ static void usage(const QCString &name,const QCString &versionString)
10750
10750
msg (" 8) Use doxygen to show a list of built-in emojis.\n " );
10751
10751
msg (" %s -f emoji outputFileName\n\n " ,qPrint (name));
10752
10752
msg (" If - is used for outputFileName doxygen will write to standard output.\n\n " );
10753
- msg (" If -s is specified the comments of the configuration items in the config file will be omitted.\n " );
10754
- msg (" If configName is omitted 'Doxyfile' will be used as a default.\n " );
10755
- msg (" If - is used for configFile doxygen will write / read the configuration to /from standard output / input.\n\n " );
10753
+ msg (" *) If -s is specified the comments of the configuration items in the config file will be omitted.\n " );
10754
+ msg (" If configName is omitted 'Doxyfile' will be used as a default.\n " );
10755
+ msg (" If - is used for configFile doxygen will write / read the configuration to /from standard output / input.\n\n " );
10756
10756
msg (" If -q is used for a doxygen documentation run, doxygen will see this as if QUIET=YES has been set.\n\n " );
10757
10757
msg (" -v print version string, -V print extended version information\n " );
10758
10758
}
0 commit comments