Valadoc.Api.GirSourceComment – valadoc-0.56 Reference Manual
Packages
valadoc-0.56
Valadoc
Api
GirSourceComment
deprecated_comment
instance_param_name
return_comment
stability_comment
version_comment
GirSourceComment
add_parameter_content
get_parameter_comment
parameter_iterator
GirSourceComment
Object Hierarchy:
Description:
public
class
GirSourceComment
:
SourceComment
Namespace:
Valadoc.Api
Package:
valadoc-0.56
Content:
Properties:
public
SourceComment
?
deprecated_comment
{
get
;
set
; }
public
string
?
instance_param_name
{
get
;
set
; }
public
SourceComment
?
return_comment
{
get
;
set
; }
public
SourceComment
?
stability_comment
{
get
;
set
; }
public
SourceComment
?
version_comment
{
get
;
set
; }
Creation methods:
public
GirSourceComment
(
string
content,
SourceFile
file,
int
first_line,
int
first_column,
int
last_line,
int
last_column)
Methods:
public
void
add_parameter_content
(
string
param_name,
SourceComment
comment)
public
SourceComment
?
get_parameter_comment
(
string
param_name)
public
MapIterator
<
string
,
SourceComment
>
parameter_iterator
()
Inherited Members:
All known members inherited from class Valadoc.Api.SourceComment
content
file
first_column
first_line
last_column
last_line