|
5/25 |
2001/7/26 [Uncategorized] UID:21952 Activity:nil |
7/25 Is there a way to tell etags to generate tag entries for function prototypes in .h files? I have some function prototypes in some .h files which I don't have the corresponding .c files containing the actual function. (It's the NT DDK.) Right now I can only tag the #define's and typedefs, but not the function prototypes. Thanks. (BTW I can't tag any enum values either, although I can tag the enum types.) --- yuen |