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 caa73b6 commit 6be8388
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 @@ -59,7 +59,7 @@ case class HugoContext(

def renderTypeSrc(fullName: String): String =
fileName match {
case Some(fn) => s"[$fullName]($prefix/$fn) {#${fullName.toLowerCase.replaceAll("[^a-z]+", "")}}"
case Some(fn) => s"[$fullName]($prefix/$fn) {#${fullName.toLowerCase.replaceAll("[^a-z]+", "")}} (${typeMap(fullName)._1}.${fullName})"
case None => fullName
}

Expand Down

0 comments on commit 6be8388

Please sign in to comment.