asciidoctor / asciidoclet

:clipboard: A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoclet
Apache License 2.0
133 stars 40 forks source link

Added special handling for tag angle brackets #54

Closed johncarl81 closed 8 years ago

johncarl81 commented 8 years ago

Addresses #50

johncarl81 commented 8 years ago

@mojavelinux would you mind doing a quick review?

johncarl81 commented 8 years ago

Thanks for reviewing @mojavelinux, I think I addressed everything.

mojavelinux commented 8 years ago

I'll review. Stay tuned!

mojavelinux commented 8 years ago

As it turns out, there's an API for this in Javadoc after all. All this information is on the ParamTag API. I switched to that API and added a test. It all seems to be working great.

https://github.com/johncarl81/asciidoclet/pull/1

johncarl81 commented 8 years ago

Nice find Dan!

johncarl81 commented 8 years ago

Looking at the API, I will eventually need to make sure we are handling all the Tag special cases (@see @link, @throws).