aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/param.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/param.org')
-rw-r--r--org/param.org19
1 files changed, 10 insertions, 9 deletions
diff --git a/org/param.org b/org/param.org
index 147fc8e6..27a9520e 100644
--- a/org/param.org
+++ b/org/param.org
@@ -18,8 +18,9 @@
* dp.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/dp.rb"
-<<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/dp.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Param
begin
require 'uri'
@@ -1581,8 +1582,9 @@ __END__
* dp_make.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/dp_make.rb"
-<<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/dp_make.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Param_Make
class MdMake
def initialize(str,opt,env)
@@ -2198,8 +2200,9 @@ __END__
* dp_identify_markup.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/dp_identify_markup.rb"
-<<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/dp_identify_markup.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_MarkupType
class MarkupIdentify
@@version={}
@@ -2309,8 +2312,7 @@ __END__
#+NAME: sisu_document_header
#+BEGIN_SRC text
-#encoding: utf-8
-=begin
+encoding: utf-8
- Name: SiSU
- Description: documents, structuring, processing, publishing, search
@@ -2362,5 +2364,4 @@ __END__
<https://git.sisudoc.org/projects/>
<https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary>
<https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary>
-=end
#+END_SRC