From: Chip Black Date: Sat, 6 Jun 2009 20:00:06 +0000 (-0500) Subject: Change ctags generation to include other useful things X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;ds=sidebyside;h=223e6cac5499d72fe30fd7c3da817362be7d9fef;hp=2d9338f4cb3c365945b10c0b3b30291582f37a2d;p=WebThing.git Change ctags generation to include other useful things --- diff --git a/Makefile b/Makefile index 8cf0ed8..893e5a2 100644 --- 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