xref: /Universal-ctags/man/README (revision 766769290b1c6b0f76ae1d96b2268075502ead80)
1Read docs/README.md and the "Writing Documents" section of
2docs/contributions.rst for information on how to write man pages.
3
4
5Testing and verification
6---------------------------------------------------------------------
7* pick reserved words
8
9  - "default"
10  - "all"
11  - "NONE"
12  - '-'
13
14* verify whether + and - can be used as part of language names:
15
16  --langmap
17	languages like C++ and/or Objective-C can be specified.
18
19  --languages
20	languages like C++ and/or Objective-C can be specified.
21
22* TODO
23
24  - strcasecmp must be used when comparing the name of languages.
25