Name

Summary::AddSimpleSection — Add a simple section to an existing summary, consisting of a header and one single item.

Synopsis

Import Summary;
string Summary::AddSimpleSection ( string  summary ,
  string  header ,
  string  item );

Parameters

string summary

previous RichText (HTML) summary to add to

string header

section header (plain text, no HTML)

string item

section item (plain text, no HTML)

Return Value

string

the new summary including the new line