Function
addSection
Add section to ToolDoc object.
Begins a new section of ArgParseOption the help output of the ArgumentParser.
addSection(doc, title)
addSection(parser, text)
Include Headers
seqan/arg_parse.h, seqan/arg_parse/tool_doc.h
Parameters
doc
Tool documentation object to add section to.
Types: ToolDoc
title
Section title.
Types: CharString
parser
The ArgumentParser object.
text
A section header that will be added to the help output.
Types: CharString
Return Values
void
Examples
ArgumentParser parser;
 
[...] // init parser
 
addSection(parser, "In-/Output-Options");
addOption("i", ... );
addOption("o", ... );
 
addSection(parser, "Other Options");
addOption("x", ... );
SeqAn - Sequence Analysis Library - www.seqan.de
 

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