-
Notifications
You must be signed in to change notification settings - Fork 0
/
robodoc.rc
106 lines (106 loc) · 1.42 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
# robodoc.rc for colporter
#
items:
SOURCE
NAME
COPYRIGHT
SYNOPSIS
USAGE
FUNCTION
DESCRIPTION
PURPOSE
AUTHOR
CREATION DATE
CREATED
DATE
MODIFICATION HISTORY
HISTORY
INPUTS
INPUT
ARGUMENTS
OPTIONAL ARGUMENTS
OPTIONS
PARAMETERS
SWITCHES
OUTPUT
SIDE EFFECTS
RESULTS
RESULT
RETURN VALUE
EXAMPLE
NOTE
NOTES
DIAGNOSTICS
WARNINGS
ERRORS
BUGS
TODO
IDEAS
PORTABILITY
SEE ALSO
METHODS
NEW METHODS
ATTRIBUTES
NEW ATTRIBUTES
TAGS
COMMANDS
DERIVED FROM
DERIVED BY
USES
CHILDREN
USED BY
PARENTS
ignore items:
HISTORY
source items:
SYNOPSIS
EXAMPLE
options:
--src src
--doc doc
--multidoc
--html
--index
--tell
headertypes:
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:
README
CVS
*.bak
*~
"a test_*"
accept files:
*.lsp
*.lisp
*.py
header markers:
****
;;; ****
;; ****
remark markers:
;;;
;;
#|
|#
remark begin markers:
#|
remark end markers:
|#
end markers:
;;; ****
;; ****
source line comments:
;
;;
;;;
#|
keywords:
if
loop
defun
defmethod