|
31 | 31 | <dt id="<%= const.name %>"><%= const.name %></dt> |
32 | 32 | <%- if const.comment then -%> |
33 | 33 | <dd> |
34 | | - <%- if const.mixin_from then -%> |
| 34 | + <!-- commented future feature |
| 35 | + <%#- if const.mixin_from then -%> |
35 | 36 | <div class="mixin-from"> |
36 | | - Included from <a href="<%= klass.aref_to(const.mixin_from.path)%>"><%= const.mixin_from.full_name %></a> |
| 37 | + Included from <a href="<%#= klass.aref_to(const.mixin_from.path)%>"><%#= const.mixin_from.full_name %></a> |
37 | 38 | </div> |
38 | | - <%- end -%> |
| 39 | + <%#- end -%> |
| 40 | + --> |
39 | 41 | <%= const.description.strip %> |
40 | 42 | </dd> |
41 | 43 | <%- else -%> |
|
61 | 63 | </div> |
62 | 64 |
|
63 | 65 | <div class="method-description"> |
64 | | - <%- if attrib.mixin_from then -%> |
| 66 | + <!-- commented future feature |
| 67 | + <%#- if attrib.mixin_from then -%> |
65 | 68 | <div class="mixin-from"> |
66 | | - <%= attrib.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(attrib.mixin_from.path)%>"><%= attrib.mixin_from.full_name %></a> |
| 69 | + <%#= attrib.singleton ? "Extended" : "Included" %> from <a href="<%#= klass.aref_to(attrib.mixin_from.path)%>"><%#= attrib.mixin_from.full_name %></a> |
67 | 70 | </div> |
68 | | - <%- end -%> |
| 71 | + <%#- end -%> |
| 72 | + --> |
69 | 73 | <%- if attrib.comment then -%> |
70 | 74 | <%= attrib.description.strip %> |
71 | 75 | <%- else -%> |
|
119 | 123 |
|
120 | 124 | <%- unless method.skip_description? then -%> |
121 | 125 | <div class="method-description"> |
122 | | - <%- if method.mixin_from then -%> |
| 126 | + <!-- commented future feature |
| 127 | + <%#- if method.mixin_from then -%> |
123 | 128 | <div class="mixin-from"> |
124 | | - <%= method.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(method.mixin_from.path)%>"><%= method.mixin_from.full_name %></a> |
| 129 | + <%#= method.singleton ? "Extended" : "Included" %> from <a href="<%#= klass.aref_to(method.mixin_from.path)%>"><%#= method.mixin_from.full_name %></a> |
125 | 130 | </div> |
126 | | - <%- end -%> |
| 131 | + <%#- end -%> |
| 132 | + --> |
127 | 133 | <%- if method.comment then -%> |
128 | 134 | <%= method.description.strip %> |
129 | 135 | <%- else -%> |
|
0 commit comments