angular-highlightjs icon indicating copy to clipboard operation
angular-highlightjs copied to clipboard

end element is getting added automatically

Open mkranjan opened this issue 8 years ago • 1 comments

An extra element </String> is getting added automatically. how to highligh java code having generic expression within the code... package com.app.config public interface ListConfig { /** * @return configuration list */ List <String> getValues(); /** * @return configuration list */ **</String>**

mkranjan avatar Feb 06 '17 16:02 mkranjan

Check out the similar issue #59 happened in C++ code and how to solve it.

pc035860 avatar Feb 07 '17 07:02 pc035860