commit:223e6cac5499d72fe30fd7c3da817362be7d9fef
author:Chip Black
committer:Chip Black
date:Sat Jun 6 15:00:06 2009 -0500
parents:2d9338f4cb3c365945b10c0b3b30291582f37a2d
Change ctags generation to include other useful things
diff --git a/Makefile b/Makefile
line changes: +1/-1
index 8cf0ed8..893e5a2
--- 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