-
Notifications
You must be signed in to change notification settings - Fork 0
/
robodoc.rc
135 lines (135 loc) · 2.31 KB
/
robodoc.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#****iB* Build/robodoc.rc
# PURPOSE
# Defines robodoc's configuration for this project.
# Robodoc is a documentation compiler. It does the following in this project:
# - parse source files for specially formatted comments
# - run any external tools as directed in the comments
# - compile HTML documentation from the output of the previous steps
# SEE ALSO
# - [ROBOdoc Manual](https://rfsber.home.xs4all.nl/Robo/pages/robodoc-49942-user-manual.html#header_types)
#******
items:
COPYRIGHT
LICENSE
ATTRIBUTION
NAME
USAGE
PURPOSE
DESCRIPTION
TAGS
ENVIRONMENT VARIABLES
INPUTS
RETURN VALUES
ERRORS
SIDE EFFECTS
PRECONDITIONS
POSTCONDITIONS
INVARIANTS
SECURITY
ATTACK SURFACE
THREATS
PERFORMANCE
NOTES
TESTS
EXAMPLE
DERIVED FROM
SEE ALSO
HISTORY
ENUM VALUES
FIELDS
BUGS
TODO
TODOS
IGNORE
ignore items:
IGNORE
item order:
NAME
PURPOSE
COPYRIGHT
LICENSE
ATTRIBUTION
USAGE
DESCRIPTION
TAGS
ENVIRONMENT VARIABLES
INPUTS
RETURN VALUES
ERRORS
SIDE EFFECTS
PRECONDITIONS
POSTCONDITIONS
INVARIANTS
SECURITY
ATTACK SURFACE
THREATS
PERFORMANCE
NOTES
TESTS
EXAMPLE
DERIVED FROM
SEE ALSO
HISTORY
BUGS
TODO
TODOS
ENUM VALUES
FIELDS
source items:
ENUM VALUES
FIELDS
preformatted items:
format items:
NOTES
options:
--src .
--doc htmldocs/index
# --css ./doc/robodoc.css
--index
--sections
--singledoc
--html
--internal
--tabsize 2
--nogeneratedwith
--sectionnameonly
--syntaxcolors
headertypes:
B "Build Modules" robo_build_modules 3
J "Projects" robo_projects 2
F "Files" robo_files 1
e "Makefile Entries" robo_mk_entries
x "System Tests" robo_syst_tests
q Queries robo_queries
ignore files:
dep
build
issues
todo
.git
.history
htmldocs
accept files:
header markers:
/****
#****
remark markers:
*
##
#*
end markers:
****
/****
#****
header separate characters:
header ignore characters:
remark begin markers:
/*
#[
remark end markers:
*/
]#
source line comments:
//
#
keywords: