EWSoftware / SHFB

Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
Other
2.19k stars 367 forks source link

How to include JSDoc files to project #543

Closed larsmarkussen closed 6 years ago

larsmarkussen commented 6 years ago

Hi I've generated some JSDoc from my javacripts files. How can i include this generated HTML into my project? i tried simply adding all the files, but (obviously) they dont appear in the toc. Searching for some of the content do however reveal that the hhtml files are included. Accessing any of them will throw an error... Optimal i would like to extract the JSDoc comments to XML files, and then include this, but there dont seem to a be a tool or plugin for this?

EWSoftware commented 6 years ago

Add a site map file to the project and add entries to it to lay out the HTML files in the order you want them to appear in the TOC.

If the HTML files reference any script or style sheet files, you'll need to add them to the project as well with a Build Action of "Content" so that they are included as well.