Fix Documentation typo when showAnnotations is used with doclava
Bug: 18711752 Change-Id: I1b5fce05063733388f65a6ddddf2522ea14e9e5f
This commit is contained in:
parent
bf644aa564
commit
c6e8a05f49
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<?cs each:anno = obj.showAnnotations ?>
|
||||
<?cs if:first(anno) ?>
|
||||
<span class='annotation-message'>
|
||||
Included in documention by the annotations:
|
||||
Included in documentation by the annotations:
|
||||
<?cs /if ?>
|
||||
@<?cs var:anno.type.label ?>
|
||||
<?cs if:last(anno) == 0 ?>
|
||||
|
|
Loading…
Reference in a new issue