udbCommentRaw |
Returns a raw comment string based on comments associated with a given entity.
#include “udb/udb.h” void udbCommentRaw(UdbEntity entity, UdbCommentStyle style, UdbKindList kinds, char ***commentString, int *)
UdbEntity specifies the entity for which comments are to be returned.
UdbCommentStyle specifies which comments are to be used. By default, comments after the entity declaration are processed. The valid values are:
UdbKindList is a language-specific reference filter string to specify which kinds of entities should be matched.
There is no return value.
Scientific Toolworks, Inc. http://www.scitools.com |