dsccommunity / DscResource.DocGenerator

Module for generation of DSC resource documentation
MIT License
9 stars 10 forks source link

Added Additional Functions to prepare Composite Resource support #83

Closed PlagueHO closed 3 years ago

PlagueHO commented 3 years ago

Pull Request

Pull Request (PR) description

This PR adds the requisite support functions to enable Composite resource support. The actual support is not yet included as I wanted to limit the amount of change (still too much change for one PR really). Relates to #79

This Pull Request (PR) fixes the following issues

Task list

@johlju - would you mind reviewing this when you have time? Once this one is through it should be a reasonably straight shot to enable composite support.


This change is Reviewable

johlju commented 3 years ago

@PlagueHO conflicting files that also needs to resolved since I merged a PR.

codecov[bot] commented 3 years ago

Codecov Report

Merging #83 (d524798) into main (c03c040) will increase coverage by 0%. The diff coverage is 98%.

Impacted file tree graph

@@        Coverage Diff         @@
##           main   #83   +/-   ##
==================================
  Coverage    97%   97%           
==================================
  Files        34    38    +4     
  Lines       802   865   +63     
==================================
+ Hits        784   846   +62     
- Misses       18    19    +1     
johlju commented 3 years ago

This is merged now.

johlju commented 3 years ago

@PlagueHO awesome work on this! 😃