Skip to content

Commit

Permalink
Address review feedback, simplify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed May 31, 2024
1 parent 1468be3 commit ea959c5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ private void addOverviewLink(Content target) {
}

/**
* Adds a breadcrumb navigation link for {@code element} to {@code contents} after
* having recursively invoked itself with its {@code element}'s containing element.
* Only module, package and type elements are supported in breadcrumb navigation.
* Adds breadcrumb navigation links for {@code element} and its containing elements
* to {@code contents}. Only module, package and type elements are supported in
* breadcrumb navigation.
*
* @param elem a module, package or type element
* @param contents the list to which links are added
Expand Down

0 comments on commit ea959c5

Please sign in to comment.