Record TRawDescriptionInfo
Unit
Declaration
type TRawDescriptionInfo = record
Description
Raw description, in other words: the contents of comment before given item. Besides the content, this also specifies filename, begin and end positions of given comment.
Source: source/component/PasDoc_Items.pas (line 138).
Overview
Fields
| Public | Content: string; |
| Public | StreamName: string; |
| Public | BeginPosition: Int64; |
| Public | EndPosition: Int64; |
Description
Fields
| Public | Content: string; |
|
This is the actual content the comment. | |
| Public | StreamName: string; |
|
| |
| Public | BeginPosition: Int64; |
|
| |
| Public | EndPosition: Int64; |
|
| |
Generated by PasDoc 0.17.0.snapshot.