tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Inspector- help links #183

Open tzachshabtay opened 6 years ago

tzachshabtay commented 6 years ago

Would be cool to have help links for properties in the inspector which will show the code comments.

For that we need:

  1. API project to generate xml comments.
  2. HTML rendering from #87
  3. We can then add markdown rendering- https://github.com/lunet-io/markdig, as that project converts markdown to html
  4. Parse the comments from the xml, associate with the correct property and render the markdown when clicking the help link on the property.