Skip to content

Commit

Permalink
Update template to display CompiledName
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomszasa committed Dec 29, 2015
1 parent 33432ec commit de4d80d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion misc/templates/reference/part-members.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@
</a>
}
@it.Comment.FullText
@if (!String.IsNullOrEmpty(it.Details.FormatCompiledName))
{
@:<p>CompiledName: <strong>@it.Details.FormatCompiledName</strong></p>
}
</td>
</tr>
}
</tbody>
</table>
}
}

0 comments on commit de4d80d

Please sign in to comment.