cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

support @throw/@throws/@exception #518

Closed sdkrystian closed 6 months ago

alandefreitas commented 6 months ago

Since we're here, it would be good to support @return already. It's a simple one.

sdkrystian commented 6 months ago

@alandefreitas I thought we do?

alandefreitas commented 6 months ago

I thought we do?

I put something there but it's just a placeholder using the return type. It doesn't get anything from the javadoc.

alandefreitas commented 6 months ago

It doesn't get anything from the javadoc.

At least last time I tried.