493 lines
17 KiB
XML
493 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<!-- Templates that control the style and layout of the Atomineer Documentation Viewer -->
|
|
|
|
<ViewerTemplates>
|
|
<Template name="Light">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList>
|
|
<Style name="h1" font="Segoe UI Light" style="" size="16" colour="#707070"/>
|
|
<Style name="h2" font="Segoe UI Light" style="" size="13" colour="Black"/>
|
|
<Style name="h3" font="Segoe UI Light" style="" size="10" colour="Black"/>
|
|
<Style name="text" font="Segoe UI" style="" size="9" colour="Black"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="9" colour="Black"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="9" colour="Black"/>
|
|
<Style name="link" font="Segoe UI" style="" size="9" colour="#00709f"/>
|
|
<Style name="code" font="Consolas" style="" size="9" colour="#324896"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="param,parameter,tparam,typeparam,typeparameter,returns,return,retval,value">
|
|
<Text text="Syntax" style="h2"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters" style="h3"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="italic" format=""/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters" style="h3"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="italic" format=""/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns" style="h3"/>
|
|
<Entry name="returns,return,retval" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value" style="h3"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions" style="h2"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks" style="h2"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples" style="h2"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also" style="h2"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
<Template name="Light (Inverted)">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList bgColour="#000000">
|
|
<Style name="h1" font="Segoe UI Light" style="" size="16" colour="#ffff98"/>
|
|
<Style name="h2" font="Segoe UI Light" style="" size="13" colour="#ffff98"/>
|
|
<Style name="h3" font="Segoe UI Light" style="" size="10" colour="#ffff98"/>
|
|
<Style name="text" font="Segoe UI" style="" size="9" colour="White"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="9" colour="White"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="9" colour="White"/>
|
|
<Style name="link" font="Segoe UI" style="" size="9" colour="#80d8ff"/>
|
|
<Style name="code" font="Consolas" style="" size="9" colour="#ff9030"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="param,parameter,tparam,typeparam,typeparameter,returns,return,retval,value">
|
|
<Text text="Syntax" style="h2"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters" style="h3"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="italic" format=""/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters" style="h3"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="italic" format=""/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns" style="h3"/>
|
|
<Entry name="returns,return,retval" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value" style="h3"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions" style="h2"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks" style="h2"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples" style="h2"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also" style="h2"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
<Template name="Heavy">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList>
|
|
<Style name="h1" font="Arial Black" style="" size="12" colour="#909090"/>
|
|
<Style name="h2" font="Arial Black" style="" size="11" colour="#303030"/>
|
|
<Style name="h3" font="Arial Black" style="" size="10" colour="#303030"/>
|
|
<Style name="text" font="Segoe UI" style="" size="9" colour="Black"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="9" colour="Black"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="9" colour="Black"/>
|
|
<Style name="link" font="Segoe UI" style="" size="9" colour="#30709f"/>
|
|
<Style name="code" font="Consolas" style="" size="9" colour="#707070"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters" style="h3"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="bold" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters" style="h3"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="bold" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions" style="h3"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns" style="h3"/>
|
|
<Entry name="returns,return,retval" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value" style="h3"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples" style="h3"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks" style="h3"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also" style="h3"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
<Template name="Heavy (Inverted)">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList bgColour="#000000">
|
|
<Style name="h1" font="Arial Black" style="" size="12" colour="#ffff98"/>
|
|
<Style name="h2" font="Arial Black" style="" size="11" colour="#ffff98"/>
|
|
<Style name="h3" font="Arial Black" style="" size="10" colour="#ffff98"/>
|
|
<Style name="text" font="Segoe UI" style="" size="9" colour="White"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="9" colour="White"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="9" colour="White"/>
|
|
<Style name="link" font="Segoe UI" style="" size="9" colour="#80d8ff"/>
|
|
<Style name="code" font="Consolas" style="" size="9" colour="#ff9030"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters" style="h3"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="bold" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters" style="h3"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="bold" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions" style="h3"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns" style="h3"/>
|
|
<Entry name="returns,return,retval" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value" style="h3"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples" style="h3"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks" style="h3"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also" style="h3"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
<Template name="Black">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList>
|
|
<Style name="h1" font="Segoe UI" style="bold" size="12" colour="Black"/>
|
|
<Style name="h2" font="Segoe UI" style="bold" size="11" colour="Black"/>
|
|
<Style name="h3" font="Segoe UI" style="bold" size="10" colour="Black"/>
|
|
<Style name="text" font="Segoe UI" style="" size="10" colour="Black"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="10" colour="Black"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="10" colour="Black"/>
|
|
<Style name="link" font="Segoe UI" style="" size="10" colour="#1277cc"/>
|
|
<Style name="code" font="Segoe UI" style="" size="10" colour="#2f427c"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters:" style="h2"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters:" style="h2"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns:" style="h2"/>
|
|
<Entry name="returns,return,retval" style="text" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value:" style="h2"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions:" style="h2"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks:" style="h2"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples:" style="h2"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also:" style="h2"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
|
|
<Template name="Blue">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList>
|
|
<Style name="h1" font="Segoe UI" style="bold" size="14" colour="#3f529c"/>
|
|
<Style name="h2" font="Segoe UI" style="bold" size="12" colour="#3f529c"/>
|
|
<Style name="h3" font="Segoe UI" style="bold" size="11" colour="#3f529c"/>
|
|
<Style name="text" font="Segoe UI" style="" size="10" colour="Black"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="10" colour="Black"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="10" colour="Black"/>
|
|
<Style name="link" font="Segoe UI" style="" size="10" colour="#1277cc"/>
|
|
<Style name="code" font="Segoe UI" style="" size="10" colour="DarkGreen"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters" style="h2"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters" style="h2"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions" style="h2"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns" style="h2"/>
|
|
<Entry name="returns,return,retval" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value" style="h2"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks" style="h2"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples" style="h2"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also" style="h2"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
|
|
<Template name="Orange">
|
|
<!-- Shared styles for the template. Note that the style name="" attributes must not be edited -->
|
|
<StyleList>
|
|
<Style name="h1" font="Segoe UI" style="bold" size="14" colour="#ff8200"/>
|
|
<Style name="h2" font="Segoe UI" style="bold" size="12" colour="#ff8200"/>
|
|
<Style name="h3" font="Segoe UI" style="bold" size="11" colour="#ff8200"/>
|
|
<Style name="text" font="Segoe UI" style="" size="10" colour="Black"/>
|
|
<Style name="bold" font="Segoe UI" style="bold" size="10" colour="Black"/>
|
|
<Style name="italic" font="Segoe UI" style="italic" size="10" colour="Black"/>
|
|
<Style name="link" font="Segoe UI" style="" size="10" colour="#1277cc"/>
|
|
<Style name="code" font="Segoe UI" style="" size="10" colour="DarkGreen"/>
|
|
</StyleList>
|
|
|
|
<Text text="%declaration%" style="h1"/>
|
|
|
|
<Entry name="summary,brief,description,details" />
|
|
<Blank style="text"/>
|
|
|
|
<If entryExists="tparam,typeparam,typeparameter">
|
|
<Text text="Type Parameters" style="h2"/>
|
|
<Entry name="tparam,typeparam,typeparameter" style="text" attr="name" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="param,parameter">
|
|
<Text text="Parameters" style="h2"/>
|
|
<Entry name="param,parameter" style="text" attr="name" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="except,exception,throws">
|
|
<Text text="Exceptions" style="h2"/>
|
|
<Entry name="except,exception,throws" style="text" attr="cref" attrStyle="italic" format="indent"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="returns,return,retval">
|
|
<Text text="Returns" style="h2"/>
|
|
<Entry name="returns,return,retval" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="value">
|
|
<Text text="Value" style="h2"/>
|
|
<Entry name="value" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="remarks,notes">
|
|
<Text text="Remarks" style="h2"/>
|
|
<Entry name="remarks,notes" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="example,examples">
|
|
<Text text="Examples" style="h2"/>
|
|
<Entry name="example,examples" style="text"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
<If entryExists="seealso,see,sa">
|
|
<Text text="See Also" style="h2"/>
|
|
<Entry name="seealso,see,sa" style="text" attr="cref" attrStyle="italic"/>
|
|
<Blank style="text"/>
|
|
</If>
|
|
|
|
</Template>
|
|
|
|
</ViewerTemplates>
|