Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

Add Assembly Copyright Attributes #159

Open danatcofo opened 3 months ago

danatcofo commented 3 months ago

Is there a way to add assembly attributes to the pages... this is explicitly for legal requirements.

the project properties allows us to add the following tags to the assemblies and I'd like to have them optionally output them in a footer of some nature. The important one there is Copyright?

  <PropertyGroup>
       <Authors></Authors>
        <Company></Company>
        <Product></Product>
        <Copyright></Copyright>
  </PropertyGroup>

Or is there an alternative approach I can use to output specific text on every MD file generated?