Skip to content

Commit

Permalink
Fix scaladoc ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jul 15, 2022
1 parent 4a5b58d commit 0e3a2de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ object TypelevelHeliumExtensions {
apply(license, related, false, None)

/**
* @param apiUrl
* url to API docs
* @param license
* name and [[java.net.URL]] of project license
* @param related
* name and [[java.net.URL]] of related projects
* @param scala3
* whether to use Scala 3 syntax highlighting
* @param apiUrl
* url to API docs
*/
def apply(
license: Option[(String, URL)],
Expand Down

0 comments on commit 0e3a2de

Please sign in to comment.