no message
This commit is contained in:
parent
b86c3cd693
commit
8557f20d21
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public abstract class DocElement {
|
||||||
return ct;
|
return ct;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DocTag[] listTags() { return listTags(-1); }
|
public DocTag[] listTags() { return tags; }
|
||||||
/** @return an array of tags that should get a special format
|
/** @return an array of tags that should get a special format
|
||||||
* expects a -1 if it should retrieve all tags! */
|
* expects a -1 if it should retrieve all tags! */
|
||||||
public DocTag[] listTags(int kind) {
|
public DocTag[] listTags(int kind) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue