Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 49 forks source link

Example for "Raises:" (@exception) doesn't link exception class #34

Open rmcfatter opened 8 years ago

rmcfatter commented 8 years ago

I've been using a syntax for documenting exceptions that looks like:

Raises:
    SomeException: Something bad happened.

This works correctly in that SomeException becomes a link to the exception class' documentation. The example syntax, though, has just the exception name followed immediately by a period, which won't get linked correctly.