Description
I'm currently reorganizing the processing-sound
library reference/javadoc and ran into two issues/questions that people more knowledgable than me will hopefully be able to help me with...
-
the relevant code for this one is probably to be found over in the
processing-website
repo, but I'll ask it here anyway: the default order of the categories (and subcategories) within the reference listing is alphabetic, but ideally I would like a slightly different ordering for the sound library reference. I can see that the core processing reference also uses a custom ordering of categories, but I can't quite see where the order is actually specified in the current codebase? It seems to be somehow controlled by theShortcuts
component, but I can't seem to find where this is actually instantiated. Some ordering code was introduced by @runemadsen with processing/processing4@a8f9031 but taken out again by processing/processing4@48b326b, yet the custom ordering on the website is still in place... -
@fdoflorenzano probably knows more about this:
@webref
annotated methods that are inherited from superclasses are currently not rendered/written to json for the subclasses. Is there a way to turn on doclet generation of inherited methods, either on a per-case basis, or simply for the entire run of theprocessing-sound
doclet build? I tried using{@inheritDoc}
but it doesn't look like the doclet supports automatic expansion for this...
Many thanks!
Kevin
Activity