Skip to content

brandonc/curtsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curtsy

A hyperlinked, readable, c#-to-annotated-html documentation generator.

See example output

Curtsy is a fork of nocco that does some lexical analysis in order to provide type hyperlinking for c#.

Running this: curtsy ClassLibrary1.csproj

will generate linked HTML documentation for the named source files, saving it into a new folder called "docs".

Caveats

This is a work in progress.

To do

  1. Type mapping is weak because namespace scope isn't taken into account.
  2. Hyperlinks within same file between sections
  3. Test weirder code and code with syntax errors

About

A hyperlinked, readable, C#-to-annotated-html documentation generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published