Function
addListItem
Add list item to ToolDoc object.
Appends a list item to the ArgumentParser.
This method adds a list item to the parser's output.
addListItem(doc, key, value)
addListItem(parser, item, description)
Include Headers
seqan/arg_parse.h, seqan/arg_parse/tool_doc.h
Parameters
doc
Tool documentation object to add subsection to.
Types: ToolDoc
key
List item key.
List item value.
parser
The ArgumentParser object.
item
The item text.
description
The description text.
Remarks
You can add formatting to both key and value. See ToolDoc for information on formatting of text.
Return Values
void
void
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:30