You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jcabi-doclint-java8-disable enables ignoring of all javadoc related issues in the code (e.g. when someone forgets to add a @param for some method parameter, or when < is used without proper escaping).
It should be removed and projects depending on jcabi-parent should fix their javadoc issues.
Without removal of this profile projects depending on jcabi-parent might generate (or not generate at all) javadoc documentation.
The text was updated successfully, but these errors were encountered:
@krzyk/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot!
@krzyk the problem is that it conflicts with Qulice tags. Try to enable it and run the build, you will see the problems. If you have a solution, please contribute.
jcabi-doclint-java8-disable enables ignoring of all javadoc related issues in the code (e.g. when someone forgets to add a
@param
for some method parameter, or when<
is used without proper escaping).It should be removed and projects depending on jcabi-parent should fix their javadoc issues.
Without removal of this profile projects depending on jcabi-parent might generate (or not generate at all) javadoc documentation.
The text was updated successfully, but these errors were encountered: