xamarin / java.interop

Java.Interop provides open-source bindings of Java's Java Native Interface (JNI) for use with .NET managed languages such as C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle javadoc translation for {@usesMathJax} tags

pjcollins opened this issue · comments

Attempts to process Javadoc containing the {@usesMathJax} are not well handled, we may want to omit this tag.

A couple of other instances that currently produce an empty summary and should likely be omitted:

<javadoc>
  <![CDATA[{@hide}]]>
</javadoc>

<javadoc>
  <![CDATA[{@removed}]]>
</javadoc>