File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,29 @@ inputs:
12
12
include-cpp :
13
13
description : ' Include .cpp files'
14
14
default : false
15
+ type : boolean
15
16
access-level :
16
17
description : ' The minimum access level to be considered in the documentation'
17
18
default : ' public'
18
19
show-access-modifiers :
19
20
description : ' Show access modifiers in the documentation'
20
21
default : false
22
+ type : boolean
21
23
fail-on-warnings :
22
24
description : ' Fail when documentation warnings are issued.'
23
25
default : false
26
+ type : boolean
24
27
commit :
25
28
description : ' Boolean flag to indicate whether to commit changes'
26
29
default : true
30
+ type : boolean
27
31
commit-message :
28
32
description : ' Commit message'
29
33
default : ' Update documentation'
30
34
debug :
31
35
description : ' Enable debugging mode to provide additional output'
32
36
default : false
37
+ type : boolean
33
38
34
39
runs :
35
40
using : " composite"
You can’t perform that action at this time.
0 commit comments