DCDInterface.DocCommentsTask

DCD doc comments task

Constructors

this
this(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index, void delegate(DocCommentsResultSet output) callback)
Undocumented in source.

Members

Functions

performRequest
void performRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
postResults
void postResults()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_callback
void delegate(DocCommentsResultSet output) _callback;
Undocumented in source.
result
DocCommentsResultSet result;
Undocumented in source.

Inherited Members

From DCDTask

_cancelled
bool _cancelled;
Undocumented in source.
_guiExecutor
CustomEventTarget _guiExecutor;
Undocumented in source.
_importPaths
string[] _importPaths;
Undocumented in source.
_filename
string _filename;
Undocumented in source.
_content
string _content;
Undocumented in source.
_index
int _index;
Undocumented in source.
request
AutocompleteRequest request;
Undocumented in source.
cancelled
bool cancelled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cancel
void cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
createRequest
void createRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
performRequest
void performRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
postResults
void postResults()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta