Since I updated my Android Studio (2.3.1) and build tools (2.3.1), I get a warning,
Warning: comment by Dangling Javadoc
for comments such as
setNameText(getFormattedName(FORMAT_NAME));
As you can see, I use javadoc style comment for links and others. I am wondering if there are other comment alternatives that have a snap function.
Thank.
source
share