
\see{test}
This is some test text.
\see[{"Sin","Cos","Tan"}]

/*
\anchor{cmd}
\cmddescription[{"cmd","desc"}]
\package{builtin \ standardlib}
\topical{Calling Sequence}
calling sequence
\topical{Parameters}
\parm[{"parm","desc"}]
\topical{Description}
description
\topical{Examples}
\command{
example
}
\topical{See Also}
\seealso[{"cmd1","cmd2"}]


ManP(text,_t) <-- Text()t;
ManP(anchor,_t) <-- AddBody(HtmlAnchor() t);
ManP(package,"builtin") <-- BuiltIn();
ManP(package,"standardlib") <-- StandardLib();
ManP(topical,_t) <-- Topical()t;
ManP(command,_t) <-- Text()HtmlCommand(t);
ManP(seealso,t_IsList) <-- SeeAlso(t);
ManP(cmddescription,{_cmd,_desc}) <-- CmdDescription(cmd,desc);
ManP(parm,{_parm,_desc}) <-- Text()(parm:" - ":desc:HtmlNewParagraph());


SeeAlso({"",""})

AddAnchor("");
SubSection()"";
BuiltIn()/StandardLib();
Topical()"Calling Sequence";
Text()"";

Topical()"Parameters";
Text()"";

Topical()"Description";
Text()
"";

Topical()"Examples";
Text()
HtmlCommand(
"
");

Topical()"See Also"; 
SeeAlso({"",""});
*/

