Doraku / DefaultDocumentation

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

Add `ItemListFile` parameter #85

Closed IdkGoodName closed 2 years ago

IdkGoodName commented 2 years ago

Made a mistake in the commit name, but yeah.

This basically adds -f/--ItemListFile flag and also <DefaultDocumentationItemListFile> tag that allow setting where item list will be written. It will be written as such:

- [Assembly](assembly.md 'Assembly')
  - [Type](type.md 'Assembly.Type')

Only items that have their own pages will be written.

Not sure if comments are minded here, but I added them regardless.

Only command line variant was tested.

Doraku commented 2 years ago

Sorry for the late comment and thanks you for the contribution but as you may have seen in #82 I have something like this in the pipe already ;) don't hesitate to comment there as I am not sure what the final form will be!