ebarboni opened a new pull request, #4397:
URL: https://github.com/apache/netbeans/pull/4397
Hi,
I just started apidoc polish :D. Will take sometime I guess. To not alter
release I choose the release100 to startwith.
Attempt so far
1)I reduced a lot of links issue by changing the
nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java pattern to tackle the id
parameter and h3 element.
2)The following code on element are no more tolerated on javadoc by default
onclick="target='_blank'". I removed them in arch/apichanges.
3) Replacing all http://bits.netbeans.org/html+java by
https://bits.netbeans.org/html+java/dev/ in arch/apichanges
that lead to a shorter
[checklinks-errors.txt](https://github.com/apache/netbeans/files/9132010/checklinks-errors.txt)
But know I have issues on a more highlevel matter.
One type of issue is for example
org-netbeans-modules-editor-codetemplate would need the org-openide-options
apidoc but we don't generate org-openide-options.
same issue for editor-lib we only have editor-libs2.
What could be the good practice to get apidoc consitent again.
Second issue
org-openide-awt/org/openide/awt/ActionState.html because ActionState.java is
in another subfolder (package is ok )
[ org.openide.awt.awt folder
](https://github.com/apache/netbeans/tree/release100/platform/openide.awt/src/org/openide/awt/awt)
Could we move the file to fix ? (we will never cut a release from the old
branch I guess)
Any tips appreciated, and will later fix for other branches (once I have the
good advices)
All the best
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists