DocTreeGenerator icon indicating copy to clipboard operation
DocTreeGenerator copied to clipboard

Combine the help pages of your PS cmdlets into a tree-structured HTML web site

Results 6 DocTreeGenerator issues
Sort by recently updated
recently updated
newest added

Examples don't get properly indented even after applying one of the workarounds mentioned in README.md. We've found a fix for this in DocTreeGenerator source. We need to add the following...

This fixes indentation issues with Example section in function documentation. /cc @prithvibv

While trying out DocTreeGenerator, I seem to have found a problem: DocTreeGenerator imports all modules before extracting documentation from each module. If two modules both contain a function having the...

If _multiple_ namespaces are specified for the `Namespaces` parameter, the page title for the home and contents pages is just the `DocTitle` parameter (or default). But if there is only...

One is supposed to be able to introduce a link (.LINK) for either standard PowerShell cmdlets, standard PowerShell topics, or one's own custom functions. The documentation generator correctly recognizes standard...

Regular parameters are all emboldened in the Parameters section. The final one (added automatically), "", is not. Need to add support to the recognizer for that.