Searched defs:innerIndent (Results 1 – 1 of 1) sorted by relevance
387 private int innerIndent() { in innerIndent() method in JavadocWriter388 int innerIndent = continuingListItemCount.value() * 4 + continuingListCount.value() * 2; in innerIndent() local