Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentBlock ¶
CommentBlock includes methods to get comments pulled from an FCE and return the path they were received from
func NewCommentBlock ¶
func NewCommentBlock(sourceFile []byte, comments []Comment) CommentBlock
NewCommentBlock creates a new comment block
type Reader ¶
type Reader interface { Read(string) (CommentBlock, error) // takes filepath and returns CommentBlock // contains filtered or unexported methods }
A Reader takes a filepath to an FDF document and outputs a CommentBlock
Click to show internal directories.
Click to hide internal directories.