diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-01 14:12:13 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | ba1712e77b31704fd9ba16d14e15518e7a7dd104 (patch) | |
tree | 1a0d3233fb611b68dbf43e098a41a0d9378e9ace /docs | |
parent | update sdlang, start looking to using dub remote dependencies (diff) |
0.7.0 using dub remote dependencies (local src related to sdlang removed)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ao_abstract_doc_source.html | 17 | ||||
-rw-r--r-- | docs/ao_ansi_colors.html | 15 | ||||
-rw-r--r-- | docs/ao_conf_make_meta.html | 22 | ||||
-rw-r--r-- | docs/ao_conf_make_meta_native.html | 16 | ||||
-rw-r--r-- | docs/ao_conf_make_meta_sdlang.html | 16 | ||||
-rw-r--r-- | docs/ao_defaults.html | 15 | ||||
-rw-r--r-- | docs/ao_object_setter.html | 17 | ||||
-rw-r--r-- | docs/ao_output_debugs.html | 15 | ||||
-rw-r--r-- | docs/ao_read_config_files.html | 17 | ||||
-rw-r--r-- | docs/ao_read_source_files.html | 17 | ||||
-rw-r--r-- | docs/ao_rgx.html | 16 | ||||
-rw-r--r-- | docs/compile_time_info.html | 15 | ||||
-rw-r--r-- | docs/output_html.html | 10 | ||||
-rw-r--r-- | docs/output_hub.html | 16 | ||||
-rw-r--r-- | docs/sdp.html | 25 |
15 files changed, 249 insertions, 0 deletions
diff --git a/docs/ao_abstract_doc_source.html b/docs/ao_abstract_doc_source.html new file mode 100644 index 0000000..bbd7f34 --- /dev/null +++ b/docs/ao_abstract_doc_source.html @@ -0,0 +1,17 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_abstract_doc_source.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_abstract_doc_source</title>
+ </head><body>
+ <h1>ao_abstract_doc_source</h1>
+<br><br>
+<dl><dt><big><a name="SiSUdocAbstraction"></a>template <u>SiSUdocAbstraction</u>()</big></dt>
+<dd>document abstraction:
+ abstraction of sisu markup for downstream processing
+ ao_abstract_doc_source.d<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_ansi_colors.html b/docs/ao_ansi_colors.html new file mode 100644 index 0000000..dac2751 --- /dev/null +++ b/docs/ao_ansi_colors.html @@ -0,0 +1,15 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_ansi_colors.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_ansi_colors</title>
+ </head><body>
+ <h1>ao_ansi_colors</h1>
+<br><br>
+<dl><dt><big><a name="ScreenTxtColors"></a>template <u>ScreenTxtColors</u>()</big></dt>
+<dd>ansi colors, depreciate use<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_conf_make_meta.html b/docs/ao_conf_make_meta.html new file mode 100644 index 0000000..a807764 --- /dev/null +++ b/docs/ao_conf_make_meta.html @@ -0,0 +1,22 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_conf_make_meta.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_conf_make_meta</title>
+ </head><body>
+ <h1>ao_conf_make_meta</h1>
+<br><br>
+<dl><dt><big><a name="SiSUheaderExtractHub"></a>template <u>SiSUheaderExtractHub</u>()</big></dt>
+<dd>extract native/orig header return associative array<BR>
+<br><br>
+the header is passed as text (lopped off top of a sisu markup file until the
+ required first heading ^A~), determine whether is a native header or sdlang one
+ with a regex check if whether it contains the "native header" required tag/field
+ @title: then process accordingly as a "native header" or "sdlang header"
+ converting the metadata and make instructions to a common json format used by
+ program internally. Moved to associative array.<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_conf_make_meta_native.html b/docs/ao_conf_make_meta_native.html new file mode 100644 index 0000000..387e379 --- /dev/null +++ b/docs/ao_conf_make_meta_native.html @@ -0,0 +1,16 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_conf_make_meta_native.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_conf_make_meta_native</title>
+ </head><body>
+ <h1>ao_conf_make_meta_native</h1>
+<br><br>
+<dl><dt><big><a name="SiSUheaderExtractNative"></a>template <u>SiSUheaderExtractNative</u>()</big></dt>
+<dd>native headers using<br>@title:<BR>:subtitle:<BR>type tags<BR>
+ extract native/orig header return associative array<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_conf_make_meta_sdlang.html b/docs/ao_conf_make_meta_sdlang.html new file mode 100644 index 0000000..cfb6f24 --- /dev/null +++ b/docs/ao_conf_make_meta_sdlang.html @@ -0,0 +1,16 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_conf_make_meta_sdlang.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_conf_make_meta_sdlang</title>
+ </head><body>
+ <h1>ao_conf_make_meta_sdlang</h1>
+<br><br>
+<dl><dt><big><a name="SiSUheaderExtractSDLang"></a>template <u>SiSUheaderExtractSDLang</u>()</big></dt>
+<dd>sdlang headers<BR>
+ extract sdlang header return sdlang<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_defaults.html b/docs/ao_defaults.html new file mode 100644 index 0000000..280220e --- /dev/null +++ b/docs/ao_defaults.html @@ -0,0 +1,15 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_defaults.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_defaults</title>
+ </head><body>
+ <h1>ao_defaults</h1>
+<br><br>
+<dl><dt><big><a name="SiSUregisters"></a>template <u>SiSUregisters</u>()</big></dt>
+<dd>default settings<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_object_setter.html b/docs/ao_object_setter.html new file mode 100644 index 0000000..05e4e67 --- /dev/null +++ b/docs/ao_object_setter.html @@ -0,0 +1,17 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_object_setter.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_object_setter</title>
+ </head><body>
+ <h1>ao_object_setter</h1>
+<br><br>
+<dl><dt><big><a name="ObjectSetter"></a>template <u>ObjectSetter</u>()</big></dt>
+<dd>object setter:
+ setting of sisu objects for downstream processing
+ ao_object_setter.d<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_output_debugs.html b/docs/ao_output_debugs.html new file mode 100644 index 0000000..d57e800 --- /dev/null +++ b/docs/ao_output_debugs.html @@ -0,0 +1,15 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_output_debugs.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_output_debugs</title>
+ </head><body>
+ <h1>ao_output_debugs</h1>
+<br><br>
+<dl><dt><big><a name="SiSUoutputDebugs"></a>template <u>SiSUoutputDebugs</u>()</big></dt>
+<dd>output debugs<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_read_config_files.html b/docs/ao_read_config_files.html new file mode 100644 index 0000000..d5db7c1 --- /dev/null +++ b/docs/ao_read_config_files.html @@ -0,0 +1,17 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_read_config_files.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_read_config_files</title>
+ </head><body>
+ <h1>ao_read_config_files</h1>
+<br><br>
+<dl><dt><big><a name="SiSUconfigIn"></a>template <u>SiSUconfigIn</u>()</big></dt>
+<dd> read configuration files<BR>
+ - read config files<BR>
+ ao_config_files.d<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_read_source_files.html b/docs/ao_read_source_files.html new file mode 100644 index 0000000..a77a5b2 --- /dev/null +++ b/docs/ao_read_source_files.html @@ -0,0 +1,17 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_read_source_files.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_read_source_files</title>
+ </head><body>
+ <h1>ao_read_source_files</h1>
+<br><br>
+<dl><dt><big><a name="SiSUmarkupRaw"></a>template <u>SiSUmarkupRaw</u>()</big></dt>
+<dd> module ao_read_source_files;<BR>
+ - open markup files<BR>
+ - if master file scan for addional files to import/insert<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/ao_rgx.html b/docs/ao_rgx.html new file mode 100644 index 0000000..eedd524 --- /dev/null +++ b/docs/ao_rgx.html @@ -0,0 +1,16 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/ao_rgx.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ao_rgx</title>
+ </head><body>
+ <h1>ao_rgx</h1>
+<br><br>
+<dl><dt><big><a name="RgxInit"></a>template <u>RgxInit</u>()</big></dt>
+<dd><b>regex:</b><br>
+regular expressions used in sisu document parser<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/compile_time_info.html b/docs/compile_time_info.html new file mode 100644 index 0000000..5e992f8 --- /dev/null +++ b/docs/compile_time_info.html @@ -0,0 +1,15 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/compile_time_info.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>compile_time_info</title>
+ </head><body>
+ <h1>compile_time_info</h1>
+<br><br>
+<dl><dt><big><a name="CompileTimeInfo"></a>template <u>CompileTimeInfo</u>()</big></dt>
+<dd>compile_time_info<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/output_html.html b/docs/output_html.html new file mode 100644 index 0000000..041521b --- /dev/null +++ b/docs/output_html.html @@ -0,0 +1,10 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/output_html.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>output_html</title>
+ </head><body>
+ <h1>output_html</h1>
+<br><br>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/output_hub.html b/docs/output_hub.html new file mode 100644 index 0000000..fd1c3b3 --- /dev/null +++ b/docs/output_hub.html @@ -0,0 +1,16 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp/output_hub.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>output_hub</title>
+ </head><body>
+ <h1>output_hub</h1>
+<br><br>
+<dl><dt><big><a name="SiSUoutputHub"></a>template <u>SiSUoutputHub</u>()</big></dt>
+<dd>output hub<BR>
+ check & generate output types requested<br><br>
+
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
diff --git a/docs/sdp.html b/docs/sdp.html new file mode 100644 index 0000000..3559b90 --- /dev/null +++ b/docs/sdp.html @@ -0,0 +1,25 @@ +<html><head>
+ <!-- Generated by Ddoc from src/sdp.d -->
+ <META http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>sdp</title>
+ </head><body>
+ <h1>sdp</h1>
+<br><br>
+<dl><dt><big><a name="main"></a>void <u>main</u>(string[] <i>args</i>);
+</big></dt>
+<dd>A SiSU document parser writen in D.<br><br>
+<b>Examples:</b><br>
+sdp sisu document parser
+<pre class="d_code">
+<font color=green>/++
+name "sdp"
+description "A SiSU document parser writen in D."
+homepage "http://sisudoc.org"
++/</font>
+</pre>
+<br><br>
+</dd>
+</dl>
+
+ <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
+ </body></html>
|