Loading tools/droiddoc/templates-sdk/class.cs +10 −10 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ Summary: <?cs /if ?> <?cs set:colspan = colspan-1 ?> <?cs /each ?> <?cs call:show_annotations_list(class, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(class) ?> </div><!-- end header --> Loading Loading @@ -197,7 +197,7 @@ Summary: <?cs if:subcount(method.shortDescr) || subcount(method.deprecated) ?> <div class="jd-descrdiv"> <?cs call:short_descr(method) ?> <?cs call:show_annotations_list(method, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(method) ?> </div> <?cs /if ?> </td></tr> Loading @@ -217,7 +217,7 @@ Summary: <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(field) ?> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading @@ -232,7 +232,7 @@ Summary: <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(field) ?> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading @@ -255,7 +255,7 @@ Summary: </td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(attr) ?> <?cs call:show_annotations_list(attr, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(attr) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading @@ -275,7 +275,7 @@ Summary: <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(cl) ?> <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(cl) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading Loading @@ -354,7 +354,7 @@ Summary: <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, cl.included) ?> </td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(field) ?> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading Loading @@ -524,7 +524,7 @@ From <?cs var:cl.kind ?> <?cs call:federated_refs(field) ?> </div> <div class="jd-details-descr"> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> <?cs call:description(field) ?> <?cs if:subcount(field.constantValue) ?> <div class="jd-tagdata"> Loading Loading @@ -567,7 +567,7 @@ From <?cs var:cl.kind ?> <?cs call:federated_refs(method) ?> </div> <div class="jd-details-descr"> <?cs call:show_annotations_list(method, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(method) ?> <?cs call:description(method) ?> </div> </div> Loading @@ -582,7 +582,7 @@ From <?cs var:cl.kind ?> <h4 class="jd-details-title"><?cs var:attr.name ?> </h4> <div class="jd-details-descr"> <?cs call:show_annotations_list(attr, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(attr) ?> <?cs call:description(attr) ?> <div class="jd-tagdata"> Loading tools/droiddoc/templates-sdk/classes.cs +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(cl) ?> <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(cl) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading tools/droiddoc/templates-sdk/macros_override.cs +5 −4 Original line number Diff line number Diff line Loading @@ -2,17 +2,18 @@ <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?> <?cs # for example call:show_annotations_list(cl, "<td>Annotations: ", "</td>") ?> <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?> <?cs def:show_annotations_list(obj, pre, post) ?> <?cs def:show_annotations_list(obj) ?> <?cs each:anno = obj.showAnnotations ?> <?cs if:first(anno) ?> <?cs var:pre ?> <span class='annotation-message'> Included in documention by the annotations: <?cs /if ?> @<?cs var:anno.type.label ?> <?cs if:last(anno) == 0 ?> , <?cs /if ?> <?cs if:last(anno)?> <?cs var:post ?> </span> <?cs /if ?> <?cs /each ?> <?cs /def ?> Loading @@ -26,7 +27,7 @@ <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(cl) ?> <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(cl) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading Loading
tools/droiddoc/templates-sdk/class.cs +10 −10 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ Summary: <?cs /if ?> <?cs set:colspan = colspan-1 ?> <?cs /each ?> <?cs call:show_annotations_list(class, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(class) ?> </div><!-- end header --> Loading Loading @@ -197,7 +197,7 @@ Summary: <?cs if:subcount(method.shortDescr) || subcount(method.deprecated) ?> <div class="jd-descrdiv"> <?cs call:short_descr(method) ?> <?cs call:show_annotations_list(method, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(method) ?> </div> <?cs /if ?> </td></tr> Loading @@ -217,7 +217,7 @@ Summary: <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(field) ?> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading @@ -232,7 +232,7 @@ Summary: <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(field) ?> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading @@ -255,7 +255,7 @@ Summary: </td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(attr) ?> <?cs call:show_annotations_list(attr, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(attr) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading @@ -275,7 +275,7 @@ Summary: <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(cl) ?> <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(cl) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading Loading @@ -354,7 +354,7 @@ Summary: <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, cl.included) ?> </td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(field) ?> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading Loading @@ -524,7 +524,7 @@ From <?cs var:cl.kind ?> <?cs call:federated_refs(field) ?> </div> <div class="jd-details-descr"> <?cs call:show_annotations_list(field, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(field) ?> <?cs call:description(field) ?> <?cs if:subcount(field.constantValue) ?> <div class="jd-tagdata"> Loading Loading @@ -567,7 +567,7 @@ From <?cs var:cl.kind ?> <?cs call:federated_refs(method) ?> </div> <div class="jd-details-descr"> <?cs call:show_annotations_list(method, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(method) ?> <?cs call:description(method) ?> </div> </div> Loading @@ -582,7 +582,7 @@ From <?cs var:cl.kind ?> <h4 class="jd-details-title"><?cs var:attr.name ?> </h4> <div class="jd-details-descr"> <?cs call:show_annotations_list(attr, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(attr) ?> <?cs call:description(attr) ?> <div class="jd-tagdata"> Loading
tools/droiddoc/templates-sdk/classes.cs +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(cl) ?> <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(cl) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading
tools/droiddoc/templates-sdk/macros_override.cs +5 −4 Original line number Diff line number Diff line Loading @@ -2,17 +2,18 @@ <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?> <?cs # for example call:show_annotations_list(cl, "<td>Annotations: ", "</td>") ?> <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?> <?cs def:show_annotations_list(obj, pre, post) ?> <?cs def:show_annotations_list(obj) ?> <?cs each:anno = obj.showAnnotations ?> <?cs if:first(anno) ?> <?cs var:pre ?> <span class='annotation-message'> Included in documention by the annotations: <?cs /if ?> @<?cs var:anno.type.label ?> <?cs if:last(anno) == 0 ?> , <?cs /if ?> <?cs if:last(anno)?> <?cs var:post ?> </span> <?cs /if ?> <?cs /each ?> <?cs /def ?> Loading @@ -26,7 +27,7 @@ <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td> <td class="jd-descrcol" width="100%"> <?cs call:short_descr(cl) ?> <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?> <?cs call:show_annotations_list(cl) ?> </td> </tr> <?cs set:count = count + #1 ?> Loading