Skip to content

Commit 0e3a2de

Browse files
committed
Fix scaladoc ordering
1 parent 4a5b58d commit 0e3a2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/main/scala/org/typelevel/sbt/site/TypelevelHeliumExtensions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ object TypelevelHeliumExtensions {
4545
apply(license, related, false, None)
4646

4747
/**
48-
* @param apiUrl
49-
* url to API docs
5048
* @param license
5149
* name and [[java.net.URL]] of project license
5250
* @param related
5351
* name and [[java.net.URL]] of related projects
5452
* @param scala3
5553
* whether to use Scala 3 syntax highlighting
54+
* @param apiUrl
55+
* url to API docs
5656
*/
5757
def apply(
5858
license: Option[(String, URL)],

0 commit comments

Comments
 (0)