File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,6 @@ documents:
43
43
- type : file
44
44
sourcePaths : ./Variable
45
45
46
- - description : Logging System
47
- outputPath : utilities/logger.md
48
- sources :
49
- - type : file
50
- sourcePaths : ./Logger
51
-
52
46
- description : HTML Utilities
53
47
outputPath : utilities/html.md
54
48
sources :
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ documents:
11
11
- ' PhpContentFilter.php'
12
12
- ' PhpSignature.php'
13
13
- ' ContextSanitizerModifier.php'
14
- showTreeView : true
15
- - type : file
16
- sourcePaths :
17
- - ../ModifierRegistryFactory.php
18
14
19
15
- description : PHP Content Modifiers
20
16
outputPath : modifiers/php-modifiers.md
@@ -24,14 +20,11 @@ documents:
24
20
filePattern :
25
21
- ' PhpContentFilter.php'
26
22
- ' PhpSignature.php'
27
- showTreeView : true
28
23
29
24
- description : Sanitizer Modifier
30
25
outputPath : modifiers/sanitizer.md
31
26
sources :
32
27
- type : file
33
28
sourcePaths :
34
- - ./ContextSanitizerModifier.php
35
- - ../Lib/Sanitizer
36
- filePattern : ' *.php'
37
- showTreeView : true
29
+ - ./Sanitizer
30
+ - ../Lib/Sanitizer
You can’t perform that action at this time.
0 commit comments