Valadoc.Api.SourceComment – valadoc-0.56 Reference Manual
Packages
valadoc-0.56
Valadoc
Api
SourceComment
content
file
first_column
first_line
last_column
last_line
SourceComment
SourceComment
Object Hierarchy:
Description:
public
class
SourceComment
All known sub-classes:
GirSourceComment
Namespace:
Valadoc.Api
Package:
valadoc-0.56
Content:
Properties:
public
string
content
{
get
; }
public
SourceFile
file
{
get
; }
public
int
first_column
{
get
; }
public
int
first_line
{
get
; }
public
int
last_column
{
get
; }
public
int
last_line
{
get
; }
Creation methods:
public
SourceComment
(
string
content,
SourceFile
file,
int
first_line,
int
first_column,
int
last_line,
int
last_column)