An open API service indexing awesome lists of open source software.

https://github.com/brandonc/curtsy

A hyperlinked, readable, C#-to-annotated-html documentation generator.
https://github.com/brandonc/curtsy

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![Curtsy](https://s3.amazonaws.com/brandonc-img/curtsy.png)

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

[See example output][pages]

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

[docco]: http://jashkenas.github.com/docco/
[nocco]: http://dontangg.github.com/nocco/
[pages]: http://brandoncroft.com/curtsy/