-
Enhancement
-
Resolution: Won't Fix
-
P4
-
1.4.2
-
generic
-
other
In Doc.getRawCommentText(), some might think that the word "raw" means
get the text as seen in the source file, but it actually excludes any
leading white space and asterisk. The "raw" text includes
everything following the leading white space and asterisk (if present),
including spaces between any leading asterisk and the comment text.
It also includes all block tags (compared to doc.commentText(), which
does not include block tags).
get the text as seen in the source file, but it actually excludes any
leading white space and asterisk. The "raw" text includes
everything following the leading white space and asterisk (if present),
including spaces between any leading asterisk and the comment text.
It also includes all block tags (compared to doc.commentText(), which
does not include block tags).