Add FullSkeleton example
This commit is contained in:
parent
51095a9d7d
commit
c315c3f0d3
75 changed files with 4452 additions and 0 deletions
48
samples/FullSkeleton/candydoc/candy.ddoc
Normal file
48
samples/FullSkeleton/candydoc/candy.ddoc
Normal file
|
@ -0,0 +1,48 @@
|
|||
DDOC =
|
||||
<html><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta content="text/javascript" http-equiv="content-script-type">
|
||||
<title>$(TITLE)</title>
|
||||
<link rel="stylesheet" type="text/css" href="candydoc/style.css">
|
||||
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="candydoc/ie56hack.css"><![endif]-->
|
||||
<script language="JavaScript" src="candydoc/util.js" type="text/javascript"></script>
|
||||
<script language="JavaScript" src="candydoc/tree.js" type="text/javascript"></script>
|
||||
<script language="JavaScript" src="candydoc/explorer.js" type="text/javascript"></script>
|
||||
</head><body>
|
||||
<div id="tabarea"></div><div id="explorerclient"></div>
|
||||
<div id="content"><script>explorer.initialize("$(TITLE)");</script>
|
||||
<table class="content" width="99%">
|
||||
<tr><td id="docbody"><h1>$(TITLE)</h1>$(BODY)</td></tr>
|
||||
<tr><td id="docfooter">
|
||||
Page was generated with CandyDoc on $(DATETIME)
|
||||
</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
$(ADD_MODULES)
|
||||
</body></html>
|
||||
|
||||
|
||||
DDOC_DECL =
|
||||
<script>explorer.outline.writeEnabled = true;</script>
|
||||
$(DT <span class="decl">$0</span>)
|
||||
<script>explorer.outline.writeEnabled = false;</script>
|
||||
|
||||
|
||||
DDOC_PSYMBOL =
|
||||
<span class="currsymbol">$0</span>
|
||||
<script>explorer.outline.addDecl('$0');</script>
|
||||
|
||||
|
||||
DDOC_MEMBERS =
|
||||
<script>explorer.outline.incSymbolLevel();</script>
|
||||
$(DL $0)
|
||||
<script>explorer.outline.decSymbolLevel();</script>
|
||||
|
||||
|
||||
DDOC_PARAM_ID =
|
||||
<td nowrap valign="top" style="padding-right: 8px">$0</td>
|
||||
|
||||
|
||||
DDOC_PARAM =<span class="funcparam">$0</span>
|
||||
ADD_MODULES =<script>$(MODULES)</script>
|
||||
MODULE =explorer.packageExplorer.addModule("$0");
|
Loading…
Add table
Add a link
Reference in a new issue