diff options
Diffstat (limited to 'org/param.org')
| -rw-r--r-- | org/param.org | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/org/param.org b/org/param.org index 2f17b338..147fc8e6 100644 --- a/org/param.org +++ b/org/param.org @@ -19,7 +19,7 @@  * dp.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/dp.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_Param    begin      require 'uri' @@ -1582,7 +1582,7 @@ __END__  * dp_make.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/dp_make.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_Param_Make    class MdMake      def initialize(str,opt,env) @@ -2199,7 +2199,7 @@ __END__  * dp_identify_markup.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/dp_identify_markup.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_MarkupType    class MarkupIdentify      @@version={} @@ -2309,7 +2309,8 @@ __END__  #+NAME: sisu_document_header  #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin  - Name: SiSU    - Description: documents, structuring, processing, publishing, search @@ -2361,4 +2362,5 @@ encoding: utf-8      <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 | 
