File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#
66###################################################
77
8+ settings ={}
9+ RegExp = "RegExp::"
10+ @
11+
812plugins =[{}]
913 # include 'minify' plugin from plugins folder
1014 "minify" = "!plg:minify"
@@ -91,8 +95,8 @@ tasks =[{}]
9195 doc ={}
9296 "startdoc" = "/**[DOC_MD]"
9397 "enddoc" = "[/DOC_MD]**/"
94- "trimx " = "\\ s*\\*\\s?"
95- "output" = ".\ api-reference.md"
98+ "trim " = RegExp::^\ s*\*[ ]?
99+ "output" = "./ api-reference.md"
96100 @
97101
98102 # Minify the Package (map of lists)
@@ -178,14 +182,6 @@ tasks =[{}]
178182
179183 @
180184
181- # extract documentation
182- doc ={}
183- "startdoc" = "/**[DOC_MD]"
184- "enddoc" = "[/DOC_MD]**/"
185- "trimx" = "\\s*\\*\\s?"
186- "output" = ".\api-reference.md"
187- @
188-
189185 # Minify the Package (map of lists)
190186 minify ={}
191187
You can’t perform that action at this time.
0 commit comments