Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Apr 16, 2020
1 parent 6be8388 commit e305319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scala/io/bazeltools/proto3docgen/HugoContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ case class HugoContext(
def renderTypeSrc(fullName: String): String =
fileName match {
case Some(fn) => s"[$fullName]($prefix/$fn) {#${fullName.toLowerCase.replaceAll("[^a-z]+", "")}} (${typeMap(fullName)._1}.${fullName})"
case None => fullName
case None => s"${fullName} (${typeMap(fullName)._1}.${fullName})"
}

private[this] def initializeParents(outputP: Path): Unit = {
Expand Down

0 comments on commit e305319

Please sign in to comment.