Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken 'Related' links in the Network and Serial library web reference #778

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kevinstadler
Copy link

Location of currently broken links (bottom of the page):

Known issue: the link to serialEvent_.html is still broken because the doclet actually creates the documentation at Serial_serialEvent_.html based on an internal library function that calls the user-defined serialEvent() function that the documentation is actually for. Either this file needs to be moved after generation (by the doclet script), or alternatively the documentation could be moved from the Javadoc to a static JSON file (this is also how it is done for the Network library callback).

Also lets processing/processing-doclet/pull/6 choose an appropriate @instanceName (which closes processing/processing-website/issues/397)

reference.

Known issue: the link to serialEvent_.html is still broken because the
target documentation is actually created at Serial_serialEvent_.html
based on an internal library function that calls the user-defined
`serialEvent()` function that the documentation is actually for. Either
this file needs to be moved after generation, or alternatively the
documentation could be moved from the Javadoc to a static JSON file
(this is also how it is done for the Network library callback)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reference: Ability to overwrite @syntax
1 participant