anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

Preview doxygen documentation on-hover, like JavaDoc by default. #245

Open jaggujajamensan opened 1 year ago

jaggujajamensan commented 1 year ago

Expected Behavior

When hovering over a function documented with Doxygen, it's supposed to show a preview of the documentation. This doesn't work by default in CodeComposer or Eclipse, because it only supports JavaDoc previewing.

Actual Behavior

The source code is shown instead

Steps to Reproduce the Problem

Hover over a call to a documented C function

Your Environment

anb0s commented 10 months ago

thanks for the report!

I'm not using and not maintaining this anymore, contributions are welcome...