processing-website icon indicating copy to clipboard operation
processing-website copied to clipboard

Core reference and Libraries reference entries share the same template

Open REAS opened this issue 10 years ago • 0 comments

Because there's a single template to build all of the reference pages, the Library reference pages have the wrong left-nav option selected (Reference and not Libraries). Also, they can't have a custom message at the top of the page about the Javadoc. I think this requires digging into java-generate and rebuilding the Java classes.

In addition, the non-core Libraries from the Processing Foundation (Video and Sound) can't have a separate header message. They link to the Libraries Javadoc, but the code isn't there. Thinking about this more, we could probably build those Javadocs and add them while the rest are built.

REAS avatar Oct 21 '15 21:10 REAS