You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the JSDoc3 tool, I can link from tutorials written in HTML to the API docs, because JSDoc3 allows {@link} tags in .html files. JSDoc3 resolves {@link} tags across any file it processes, and it processes files in a special "tutorials" directory even if the files don't have the standard JavaScript with comments format.
I would like to have the same functionality in YUIdoc. Having this functionality would allow me to create an integrated set of documentation that contains a concepts guide, a developers guide, a set of tutorials, and a reference guide. An integrated documentation set is much easier to implement and manage than a set of documents that are generated with different tools.
As part of an integrated documentation set functionality, YUIdoc should have the ability to generate a table of contents across all the different types of documents.
The text was updated successfully, but these errors were encountered:
Sure! I'm no longer working with yuidoc, since I was laid off from the
company that needed it. I'm also recovering from a severe illness.
And even so, I'll do my darndest to help in any way I can. You might want
to look at the specs for doclava. It was written at Google, but it's now
OSS. It's mostly an improvement for the standard Java doclet, but it also
supports federation.
If I use the JSDoc3 tool, I can link from tutorials written in HTML to the API docs, because JSDoc3 allows {@link} tags in .html files. JSDoc3 resolves {@link} tags across any file it processes, and it processes files in a special "tutorials" directory even if the files don't have the standard JavaScript with comments format.
I would like to have the same functionality in YUIdoc. Having this functionality would allow me to create an integrated set of documentation that contains a concepts guide, a developers guide, a set of tutorials, and a reference guide. An integrated documentation set is much easier to implement and manage than a set of documents that are generated with different tools.
As part of an integrated documentation set functionality, YUIdoc should have the ability to generate a table of contents across all the different types of documents.
The text was updated successfully, but these errors were encountered: