If you're reading this file from within your editor, there's a good chance 
that you've figured out how to use the PenPoint tags facility from within 
your editor.

Instructions on installing tags are in the file readme.txt.  Tag on the 
word readme here to read these now.


Things you can look up in tags
==============================

There's no mystery as to what will work.  The tags facility will only load 
files from the tags in the file \PENPOINT\SDK\UTIL\TAGS\TAGS_B (or the file 
TAGS in the current directory for vi/emacs).  You can add your own tags to 
this file, so long as they are sorted correctly (the current BRIEF macro 
doesn't assume a sorted file, but future versions might).

So what is in the tags file?  Here are the tags, and what they do.

tag help    This file.

tag `symbol'    Many of the symbols in the header files in 
	\penpoint\sdk\inc, including
	*	nearly all #defines
	*	most typedefs, including the Enum16() and Enum32() macros (but
		not function prototype typedefs)
	*	most messages
	*	many functions
	*	functions defined with FunctionPtr() or CFunctionPtr() macro


tag readme    Instructions on installing tags.

We welcome your suggestions and feedback on tags and on-line help.  The GO 
Developer bulletin board may have the (unsupported) scripts we used to 
build the tags file, plus tag macros for other editors.

