Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jun 20, 2015
1 parent 04ea109 commit edd299a
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 65 deletions.
8 changes: 3 additions & 5 deletions docs/files/noctua/context-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@



<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="context.js"></a>context.js</h1><div class=CBody><p>A handful of functions for drawing entities in different contexts.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#context.js" >context.js</a></td><td class=SDescription>A handful of functions for drawing entities in different contexts.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#context.js.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#context.js.type_to_minimal" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">type_to_minimal</a></td><td class=SDescription>Return a single-line text-only one-level representation of a type.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#context.js.type_to_span" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">type_to_span</a></td><td class=SDescription>Essentially, minimal rendered as a usable span, with a color option.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#context.js.type_to_full" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">type_to_full</a></td><td class=SDescription>A recursive writer for when we no longer care--a table that goes on and on...</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="context.js"></a>context.js</h1><div class=CBody><p>A handful of functions for drawing entities in different contexts.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#context.js" >context.js</a></td><td class=SDescription>A handful of functions for drawing entities in different contexts.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#context.js.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#context.js.type_to_span" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">type_to_span</a></td><td class=SDescription>Essentially, minimal rendered as a usable span, with a color option.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#context.js.type_to_full" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">type_to_full</a></td><td class=SDescription>A recursive writer for when we no longer care--a table that goes on and on...</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>

<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="context.js.Functions"></a>Functions</h3></div></div>

<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="context.js.type_to_minimal"></a>type_to_minimal</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_minimal = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Return a single-line text-only one-level representation of a type.</p></div></div></div>

<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="context.js.type_to_span"></a>type_to_span</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_span = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>color_p</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Essentially, minimal rendered as a usable span, with a color option.</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="context.js.type_to_span"></a>type_to_span</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_span = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>color</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Essentially, minimal rendered as a usable span, with a color option.</p></div></div></div>

<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="context.js.type_to_full"></a>type_to_full</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_full = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>A recursive writer for when we no longer care--a table that goes on and on...</p></div></div></div>

Expand All @@ -34,7 +32,7 @@


<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_minimal = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Return a single-line text-only one-level representation of a type.</div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_span = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>color_p</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Essentially, minimal rendered as a usable span, with a color option.</div></div><div class=CToolTip id="tt3"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_full = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>A recursive writer for when we no longer care--a table that goes on and on...</div></div><!--END_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_span = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>color</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Essentially, minimal rendered as a usable span, with a color option.</div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>bbopx.noctua.type_to_full = function(</td><td class="PParameter prettyprint " nowrap>in_type,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>aid</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>A recursive writer for when we no longer care--a table that goes on and on...</div></div><!--END_ND_TOOLTIPS-->



Expand Down
Loading

0 comments on commit edd299a

Please sign in to comment.