Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 662 Bytes

DokuGen

DokuGen is a C# program for generating DokuWiki files from .net assemblies and xml documentation.

  • Place Dll's and Xml files in Input Directory
  • Create dokuwiki compatible documentation in the output directory
  • Magic

Eventually Planning:

  • Drag and Drop support
  • Linking pages together automatically
  • Export different styles for dokuwiki

Installation

DokuGen requires .NET Framework 4.6.x+ to work properly.

Compile the application in x86 if you are reflecting 32 bit assemblies, or x64 if you are using 64 bit.

Usage: DokuGen

Created By

kiwidog - For automating Rime documentation