diff options
Diffstat (limited to 'lib/godoc/package.html')
-rw-r--r-- | lib/godoc/package.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/godoc/package.html b/lib/godoc/package.html index e39899008..4bb005257 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -38,14 +38,14 @@ {.end} {.section Funcs} {.repeated section @} - <h2>func <a href="{Decl|link}" class="noline">{Name|html}</a></h2> + <h2>func <a href="{Decl|link}">{Name|html}</a></h2> <p><code>{Decl|html}</code></p> {Doc|html-comment} {.end} {.end} {.section Types} {.repeated section @} - <h2>type <a href="{Decl|link}" class="noline">{Type.Name|html}</a></h2> + <h2>type <a href="{Decl|link}">{Type.Name|html}</a></h2> {Doc|html-comment} <p><pre>{Decl|html}</pre></p> {.repeated section Consts} @@ -57,12 +57,12 @@ <pre>{Decl|html}</pre> {.end} {.repeated section Factories} - <h3>func <a href="{Decl|link}" class="noline">{Name|html}</a></h3> + <h3>func <a href="{Decl|link}">{Name|html}</a></h3> <p><code>{Decl|html}</code></p> {Doc|html-comment} {.end} {.repeated section Methods} - <h3>func ({Recv|html}) <a href="{Decl|link}" class="noline">{Name|html}</a></h3> + <h3>func ({Recv|html}) <a href="{Decl|link}">{Name|html}</a></h3> <p><code>{Decl|html}</code></p> {Doc|html-comment} {.end} @@ -87,7 +87,7 @@ {.repeated section List} <tr> {Depth|padding} - <td align="left" colspan="{Height|html}"><a href="{Path|html}" class="noline">{Name|html}<a></td> + <td align="left" colspan="{Height|html}"><a href="{Path|html}">{Name|html}<a></td> <td></td> <td align="left">{Synopsis|html}</td> </tr> |