aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sdp/ao_read_markup_source.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-24 22:08:24 -0400
committerRalph Amissah <ralph@amissah.com>2016-04-24 22:08:24 -0400
commited302d1be74d2b4e69ee4b6e3834637ed531eaea (patch)
tree0f605c3756788d2fda6fe0782a7a472172a285b9 /lib/sdp/ao_read_markup_source.d
parentbase ... tag (diff)
Diffstat (limited to 'lib/sdp/ao_read_markup_source.d')
-rw-r--r--lib/sdp/ao_read_markup_source.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sdp/ao_read_markup_source.d b/lib/sdp/ao_read_markup_source.d
index 1c574ea..6eaecbe 100644
--- a/lib/sdp/ao_read_markup_source.d
+++ b/lib/sdp/ao_read_markup_source.d
@@ -1,10 +1,10 @@
-/*
+/+
read markup source
ao_read_markup_source.d
-*/
++/
mixin template SiSUmarkupRaw() {
- class MarkupRaw {
- auto rgx = new Rgx();
+ struct MarkupRaw {
+ auto rgx = Rgx();
final private string markupSourceString(in char[] fn_src) {
enforce(
exists(fn_src)!=0,