Change ctags generation to include other useful things
authorChip Black <bytex64@bytex64.net>
Sat, 6 Jun 2009 20:00:06 +0000 (15:00 -0500)
committerChip Black <bytex64@bytex64.net>
Sat, 6 Jun 2009 20:00:06 +0000 (15:00 -0500)
Makefile

index 8cf0ed8..893e5a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: WebThingMain.exe plugins
 
 .PHONY: tags
 tags:
-       ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnp' *.cs
+       ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnpfes' *.cs
 
 WebThingMain.exe: WebThingMain.cs WebThing.dll SoupSettings.so
        $(CS) $(CSFLAGS) -r:WebThing.dll -out:$@ WebThingMain.cs