emacs-eclim / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim. Development from senny/emacs-eclim has moved here.
http://www.emacswiki.org/emacs/EmacsEclim
165 stars 29 forks source link

fix javadoc format to remove <code> tags for links #87

Closed nverno closed 6 years ago

nverno commented 6 years ago

Sometimes java_element_doc returns links whose text is wrapped in <code>...</code> blocks. This messes up the formatting function so it misses creating the appropriate links in the java doc buffer. This commit removes the code blocks from link text.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-4.8%) to 11.152% when pulling dfee87cb011a384b6cbfa3c998e02f278971b99b on nverno:fix-doc into 6396ad1cd25c0a197109343ec1cce5d5080acdff on emacs-eclim:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-4.8%) to 11.152% when pulling dfee87cb011a384b6cbfa3c998e02f278971b99b on nverno:fix-doc into 6396ad1cd25c0a197109343ec1cce5d5080acdff on emacs-eclim:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-4.8%) to 11.152% when pulling dfee87cb011a384b6cbfa3c998e02f278971b99b on nverno:fix-doc into 6396ad1cd25c0a197109343ec1cce5d5080acdff on emacs-eclim:master.