mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Scan C++ headers (.h) aswell when generating tags
This commit is contained in:
parent
e9cd546065
commit
a447f52d8c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ test:
|
|||
# Creates Exuberant Ctags tags file
|
||||
tags: posix.mak $(TAGS_FILES)
|
||||
ctags --sort=yes --links=no --excmd=number --languages=$(ECTAGS_LANGS) \
|
||||
--langmap='C++:.c' --extra=+f --file-scope=yes --fields=afikmsSt --totals=yes posix.mak $(TAGS_FILES)
|
||||
--langmap='C++:+.c,C++:+.h' --extra=+f --file-scope=yes --fields=afikmsSt --totals=yes posix.mak $(TAGS_FILES)
|
||||
|
||||
install: all
|
||||
$(MAKE) INSTALL_DIR=$(INSTALL_DIR) -C src -f posix.mak install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue