Skip to content

Commit

Permalink
Merge pull request #82 from TylerBrinkley/patch-1
Browse files Browse the repository at this point in the history
Color this in property indexer definitions
  • Loading branch information
praeclarum committed Oct 14, 2019
2 parents b49ddc8 + 8117ebb commit 7fef80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/CecilExtensions.cs
Expand Up @@ -419,7 +419,7 @@ public static void WritePrototypeHtml (this PropertyDefinition member, TextWrite
var id = member.GetXmlName ();
var href = GetHref (member, framework, linkToCode);
if (member.GetMethod != null && member.GetMethod.Parameters.Count > 0) {
w.Write ($" <a {href} id=\"{id}\" class=\"c-pd\">this</a>[");
w.Write ($" <a {href} id=\"{id}\" class=\"c-cd\">this</a>[");
var head = "";
foreach (var p in member.GetMethod.Parameters) {
w.Write (head);
Expand Down

0 comments on commit 7fef80b

Please sign in to comment.