comparison etc/NEWS @ 36407:bd93619c67d4

Mention that etags switches to C++ when meets `template'.
author Francesco Potortì <pot@gnu.org>
date Mon, 26 Feb 2001 18:26:39 +0000
parents 080a94708b56
children 858e6a94f442
comparison
equal deleted inserted replaced
36406:f5bdd1200e0e 36407:bd93619c67d4
1417 1417
1418 *** In C++, tags are created for "operator". The tags have the form 1418 *** In C++, tags are created for "operator". The tags have the form
1419 "operator+", without spaces between the keyword and the operator. 1419 "operator+", without spaces between the keyword and the operator.
1420 1420
1421 *** You shouldn't generally need any more the -C or -c++ option: etags 1421 *** You shouldn't generally need any more the -C or -c++ option: etags
1422 automatically detects a C++ file when it meets the `class' keyword. 1422 automatically switches to C++ parsing when it meets the `class' or
1423 `template' keywords.
1423 1424
1424 *** Etags now is able to delve at arbitrary deeps into nested structures in 1425 *** Etags now is able to delve at arbitrary deeps into nested structures in
1425 C-like languages. Previously, it was limited to one or two brace levels. 1426 C-like languages. Previously, it was limited to one or two brace levels.
1426 1427
1427 *** New language Ada: tags are functions, procedures, packages, tasks, and 1428 *** New language Ada: tags are functions, procedures, packages, tasks, and