I have just seen, the javadoc tool has a command line option (provided by the Standard doclet) :

--main-stylesheet <file>, -stylesheetfile <file>
                 File to change style of the generated documentation


On 30.01.23 19:15, Bernd Michaely wrote:
Don't know for sure, but I guess NB has no such mechanism …

I guess NB and pretty much any build system uses the standard way of generating javadoc, which is the javadoc tool of JDK (command line javadoc or tool API or whatever …) which creates a <jdk>/api/stylesheet.css which you can adapt to your liking.

Once created you might want to extend your build system to copy the adapted stylesheet.css over the original one after the javadoc build.

On 30.01.23 09:12, Amn Ojee Uw wrote:
Hello everyone!
I'd like to change the white background colour of the generated web pages by JavaDoc.
Is there a mechanism within NB16 to do this?

If NB16 does not have this feature, how do I go about getting JavaDoc to change the color/font outputs.

Thanks in advance.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to