Skip to content

Commit bfc49d3

Browse files
author
Nikos M
committed
beeld.config
1 parent 2df4d12 commit bfc49d3

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

beeld.config

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#
66
###################################################
77

8+
settings ={}
9+
RegExp = "RegExp::"
10+
@
11+
812
plugins =[{}]
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

0 commit comments

Comments
 (0)