comparison lib-src/etags.c @ 49360:d257d0cb93b4

(Cplusplus_help, Cjava_help): Re-phrase and avoid column-0 `('.
author Dave Love <fx@gnu.org>
date Tue, 21 Jan 2003 18:28:35 +0000
parents 7ce72b4a2d94
children c21ab9f401a9 d7ddb3e565de
comparison
equal deleted inserted replaced
49359:14cf50ecf91a 49360:d257d0cb93b4
587 { "C", "c++", "cc", "cpp", "cxx", "H", "h++", "hh", "hpp", "hxx", 587 { "C", "c++", "cc", "cpp", "cxx", "H", "h++", "hh", "hpp", "hxx",
588 "M", /* Objective C++ */ 588 "M", /* Objective C++ */
589 "pdb", /* Postscript with C syntax */ 589 "pdb", /* Postscript with C syntax */
590 NULL }; 590 NULL };
591 static char Cplusplus_help [] = 591 static char Cplusplus_help [] =
592 "In C++ code, all the tag constructs of C code are tagged\n\ 592 "In C++ code, all the tag constructs of C code are tagged. (Use\n\
593 (use --help --lang=c --lang=c++ for full help).\n\ 593 --help --lang=c --lang=c++ for full help.)\n\
594 In addition to C tags, member functions are also recognized, and\n\ 594 In addition to C tags, member functions are also recognized, and\n\
595 optionally member variables if you use the `--members' option.\n\ 595 optionally member variables if you use the `--members' option.\n\
596 Tags for variables and functions in classes are named `CLASS::VARIABLE'\n\ 596 Tags for variables and functions in classes are named `CLASS::VARIABLE'\n\
597 and `CLASS::FUNCTION'. `operator' definitions have tag names like\n\ 597 and `CLASS::FUNCTION'. `operator' definitions have tag names like\n\
598 `operator+'."; 598 `operator+'.";
599 599
600 static char *Cjava_suffixes [] = 600 static char *Cjava_suffixes [] =
601 { "java", NULL }; 601 { "java", NULL };
602 static char Cjava_help [] = 602 static char Cjava_help [] =
603 "In Java code, all the tags constructs of C and C++ code are\n\ 603 "In Java code, all the tags constructs of C and C++ code are\n\
604 tagged (use --help --lang=c --lang=c++ --lang=java for full help)."; 604 tagged. (Use --help --lang=c --lang=c++ --lang=java for full help.)";
605 605
606 606
607 static char *Cobol_suffixes [] = 607 static char *Cobol_suffixes [] =
608 { "COB", "cob", NULL }; 608 { "COB", "cob", NULL };
609 static char Cobol_help [] = 609 static char Cobol_help [] =