Closed PlagueHO closed 3 years ago
@johlju - as part of this I might refactor New-DscResourceWikiPage.ps1
here to split it into several smaller functions as it is getting large.
New-DscMofResourceWikiPage
New-DscClassResourceWikiPage
New-DscCompositeResourceWikiPage
new
New-DscMofResourceWikiPage
will just call each of these in turn.
The xPSDesiredStateConfiguration module has several Composite resources. Auto-documentation generation does not currently work with these resources.
We should add support for these.