Skip to content

Commit

Permalink
add cannyposts node cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Mar 18, 2024
1 parent fd1efb2 commit 2101472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Packages/com.happyrobot33.vrcsdkdocumentation/Editor/Doc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ private static XmlNode ProcessMember(XmlDocument classDoc, XmlNode memberNode)
descriptionNode.InnerXml = description;
}
}

//remove the cannyPosts node
memberNode.RemoveChild(cannyPosts);
}

//clean up summary, by finding all new lines, and making the subsequent spaces into a single space
Expand Down

0 comments on commit 2101472

Please sign in to comment.