File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ example, often contain the methods the class implements.
98
98
Definitions must be in one of the following forms to be recognized as
99
99
the start of a documentable named, say, þ. First the code in the document source:
100
100
101
- = begin code :skip-test
101
+ = begin code
102
102
103
103
= item X < C < How to use the þ infix > | infix,þ> (This a special case, which
104
104
is always considered a definition)
@@ -136,7 +136,7 @@ You can add emphasis with bold (B<V< B<> >>) or italicized (B<V< I<> >>),
136
136
with or without code formatting (B < V < C <> > > ). Due to current parser limitations,
137
137
special steps have to be taken to use B < V < X <> > > with other formatting codes; for example:
138
138
139
- = begin code :skip-test
139
+ = begin code
140
140
= item X < B < foo > |foo> a fancy subroutine
141
141
= end code
142
142
You can’t perform that action at this time.
0 commit comments