File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ Documentables may contain other documentables. Class documentables, for
82
82
example, often contain the methods the class implements.
83
83
84
84
Definitions must be in one of the following forms to be recognized as
85
- the start of a documentable:
85
+ the start of a documentable named, say, Z :
86
86
87
- = item C < X < How to use the X infix | infix,X > > (This a special case, which
87
+ = item C < X < How to use the Z infix | infix,Z > > (This a special case, which
88
88
is always considered a definition)
89
- = item C < The X Infix >
90
- = item C < The C < X > Infix >
91
- = item C < Infix X >
92
- = item C < Infix C < X > >
89
+ = item C < The Z Infix >
90
+ = item C < The C < Z > Infix >
91
+ = item C < Infix Z >
92
+ = item C < Infix C < Z > >
93
93
= item C < trait is cached > (A special case for the L < trait|/language/functions#Traits > documentables)
94
94
95
95
= end pod
You can’t perform that action at this time.
0 commit comments