Skip to content

djungelorm/sphinx-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sphinx-csharp Build Status

C# domain for Sphinx.

Note: Work-in-progress. Only a subset of C# is currently supported.

Usage

Install using pip:

pip install sphinx-csharp

To enable the extension, add the following to your conf.py:

extensions = ['sphinx_csharp.csharp']

See this example of how to document C# code.