aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_xmls.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_xmls.org')
-rw-r--r--org/output_xmls.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/org/output_xmls.org b/org/output_xmls.org
index a1b166e..12b37a1 100644
--- a/org/output_xmls.org
+++ b/org/output_xmls.org
@@ -16,9 +16,9 @@
- [[./doc_reform.org][doc_reform]] [[./][org/]]
- [[./output_hub.org][output_hub]]
-* xml offspring (xhtml html epub) :module:
+* xml offspring (xhtml html epub)
** format xhtml objects :format:
-*** 0. module template
+*** 0. module template :module:
#+BEGIN_SRC d :tangle ../src/doc_reform/output/xmls.d
module doc_reform.output.xmls;
@@ -1401,8 +1401,8 @@ auto endnote(M,O)(
}
#+END_SRC
-* _html_ [#A] :module:doc_reform:output_html:
-** module template
+* _html_ [#A] :html:
+** module template :module:
#+BEGIN_SRC d :tangle ../src/doc_reform/output/html.d
module doc_reform.output.html;
@@ -1920,7 +1920,7 @@ void images_cp(M)(
}
#+END_SRC
-* _epub_ [#B] :module:doc_reform:output_epub3:
+* _epub_ [#B] :epub:
|-----------------------+--------------------------+---------------------------+----------------------------------|
| function | filename | module | variable |
@@ -1938,7 +1938,7 @@ void images_cp(M)(
| | | | doc_epub3_endnotes[seg_filename] |
|-----------------------+--------------------------+---------------------------+----------------------------------|
-** module template
+** module template :module:
#+BEGIN_SRC d :tangle ../src/doc_reform/output/epub3.d
module doc_reform.output.epub3;
@@ -2564,7 +2564,7 @@ void outputEPub3(D,I)(
}
#+END_SRC
-** write output files
+** write output files :write:zip:
#+name: output_epub3_xhtml_seg
#+BEGIN_SRC d
@@ -2763,7 +2763,7 @@ void epub3_write_output_files(M,D,E,Mt,Mic,Otnx,Otn,Oc)(
}
#+END_SRC
-** zip debug, read zip archive
+** zip debug, read zip archive :zip:
#+name: output_epub3_xhtml_seg
#+BEGIN_SRC d