From ba1712e77b31704fd9ba16d14e15518e7a7dd104 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 1 Oct 2016 14:12:13 -0400 Subject: 0.7.0 using dub remote dependencies (local src related to sdlang removed) --- docs/ao_abstract_doc_source.html | 17 +++++++++++++++++ docs/ao_ansi_colors.html | 15 +++++++++++++++ docs/ao_conf_make_meta.html | 22 ++++++++++++++++++++++ docs/ao_conf_make_meta_native.html | 16 ++++++++++++++++ docs/ao_conf_make_meta_sdlang.html | 16 ++++++++++++++++ docs/ao_defaults.html | 15 +++++++++++++++ docs/ao_object_setter.html | 17 +++++++++++++++++ docs/ao_output_debugs.html | 15 +++++++++++++++ docs/ao_read_config_files.html | 17 +++++++++++++++++ docs/ao_read_source_files.html | 17 +++++++++++++++++ docs/ao_rgx.html | 16 ++++++++++++++++ docs/compile_time_info.html | 15 +++++++++++++++ docs/output_html.html | 10 ++++++++++ docs/output_hub.html | 16 ++++++++++++++++ docs/sdp.html | 25 +++++++++++++++++++++++++ 15 files changed, 249 insertions(+) create mode 100644 docs/ao_abstract_doc_source.html create mode 100644 docs/ao_ansi_colors.html create mode 100644 docs/ao_conf_make_meta.html create mode 100644 docs/ao_conf_make_meta_native.html create mode 100644 docs/ao_conf_make_meta_sdlang.html create mode 100644 docs/ao_defaults.html create mode 100644 docs/ao_object_setter.html create mode 100644 docs/ao_output_debugs.html create mode 100644 docs/ao_read_config_files.html create mode 100644 docs/ao_read_source_files.html create mode 100644 docs/ao_rgx.html create mode 100644 docs/compile_time_info.html create mode 100644 docs/output_html.html create mode 100644 docs/output_hub.html create mode 100644 docs/sdp.html (limited to 'docs') 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 @@ + + + + ao_abstract_doc_source + +

ao_abstract_doc_source

+

+
template SiSUdocAbstraction()
+
document abstraction: + abstraction of sisu markup for downstream processing + ao_abstract_doc_source.d

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_ansi_colors + +

ao_ansi_colors

+

+
template ScreenTxtColors()
+
ansi colors, depreciate use

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_conf_make_meta + +

ao_conf_make_meta

+

+
template SiSUheaderExtractHub()
+
extract native/orig header return associative array
+

+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.

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_conf_make_meta_native + +

ao_conf_make_meta_native

+

+
template SiSUheaderExtractNative()
+
native headers using
@title:
:subtitle:
type tags
+ extract native/orig header return associative array

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_conf_make_meta_sdlang + +

ao_conf_make_meta_sdlang

+

+
template SiSUheaderExtractSDLang()
+
sdlang headers
+ extract sdlang header return sdlang

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_defaults + +

ao_defaults

+

+
template SiSUregisters()
+
default settings

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_object_setter + +

ao_object_setter

+

+
template ObjectSetter()
+
object setter: + setting of sisu objects for downstream processing + ao_object_setter.d

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_output_debugs + +

ao_output_debugs

+

+
template SiSUoutputDebugs()
+
output debugs

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_read_config_files + +

ao_read_config_files

+

+
template SiSUconfigIn()
+
read configuration files
+ - read config files
+ ao_config_files.d

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_read_source_files + +

ao_read_source_files

+

+
template SiSUmarkupRaw()
+
module ao_read_source_files;
+ - open markup files
+ - if master file scan for addional files to import/insert

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + ao_rgx + +

ao_rgx

+

+
template RgxInit()
+
regex:
+regular expressions used in sisu document parser

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + compile_time_info + +

compile_time_info

+

+
template CompileTimeInfo()
+
compile_time_info

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + output_html + +

output_html

+

+ +
Page generated by Ddoc. + 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 @@ + + + + output_hub + +

output_hub

+

+
template SiSUoutputHub()
+
output hub
+ check & generate output types requested

+ +
+
+ +
Page generated by Ddoc. + 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 @@ + + + + sdp + +

sdp

+

+
void main(string[] args); +
+
A SiSU document parser writen in D.

+Examples:
+sdp sisu document parser +
+/++
+name        "sdp"
+description "A SiSU document parser writen in D."
+homepage    "http://sisudoc.org"
++/
+
+

+
+
+ +
Page generated by Ddoc. + -- cgit v1.2.3