1 repositorio
Generates API documentation by performing MSBuild design-time builds of .csproj, .vbproj, or solution files.
Distinct from API Documentation Generators: Distinct from general API Documentation Generators: this feature specifically compiles project files via MSBuild rather than reflecting pre-built assemblies or parsing source files directly.
Explore 1 awesome GitHub repository matching development tools & productivity · Project-Based Generators. Refine with filters or upvote what's useful.
Docfx is a documentation build tool that generates structured API reference pages from compiled .NET assemblies and XML documentation comments, while also functioning as a markdown static site generator for technical documentation. It combines automated API metadata extraction with markdown rendering to build developer portals and documentation sites, producing output simultaneously in HTML, JSON, and PDF formats from a single build configuration. The tool provides fine-grained control over which APIs appear in the generated documentation through visibility-based filtering, attribute-based ex
Uses MSBuild to perform a design-time build of .csproj, .vbproj, or solution files before generating API documentation.