Doraku / DefaultDocumentation

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

Add Assembly Copyright Attributes #159

Closed danatcofo closed 1 month ago

danatcofo commented 6 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?

Doraku commented 1 month ago

hello, you should be able to create your own section like in the plugin sample, see the plugins documentation for more info if needed.