File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -97,37 +97,37 @@ Documentables may contain other documentables. Class documentables, for
97
97
example, often contain the methods the class implements.
98
98
99
99
Definitions must be in one of the following forms to be recognized as
100
- the start of a documentable named, say, Z . First the code in the document source:
100
+ the start of a documentable named, say, þ . First the code in the document source:
101
101
102
102
= begin code :skip-test
103
103
104
- = item X < C < How to use the Z infix > | infix,Z > (This a special case, which
104
+ = item X < C < How to use the þ infix > | infix,þ > (This a special case, which
105
105
is always considered a definition)
106
106
107
- = item C < The Z Infix >
107
+ = item C < The þ Infix >
108
108
109
- = item B < The C < Z > Infix >
109
+ = item B < The C < þ > Infix >
110
110
111
- = item C < Infix Z >
111
+ = item C < Infix þ >
112
112
113
- = item B < Infix C < Z > >
113
+ = item B < Infix C < þ > >
114
114
115
115
= item C < trait is cached > (A special case for the L < trait|/language/functions#Traits > documentables)
116
116
117
117
= end code
118
118
119
119
Then the results on the rendered page:
120
120
121
- = item X < C < How to use the Z infix > | infix,Z > (This is a special case, which
121
+ = item X < C < How to use the þ infix > | infix,þ > (This is a special case, which
122
122
is always considered a definition)
123
123
124
- = item C < The Z Infix >
124
+ = item C < The þ Infix >
125
125
126
- = item B < The C < Z > Infix >
126
+ = item B < The C < þ > Infix >
127
127
128
- = item C < Infix Z >
128
+ = item C < Infix þ >
129
129
130
- = item B < Infix C < Z > >
130
+ = item B < Infix C < þ > >
131
131
132
132
= item C < trait is cached > (A special case for the L < trait|/language/functions#Traits > documentables)
133
133
You can’t perform that action at this time.
0 commit comments