FransBouma / DocNet

Your friendly static documentation generator, using markdown files to build the content.
http://fransbouma.github.io/DocNet/
248 stars 36 forks source link

Can reference classes but not interfaces #86

Closed Grauenwolf closed 4 years ago

Grauenwolf commented 4 years ago

This works as expected

@snippet cs [..\Project\Foo.cs] Foo

But it doesn't work for interfaces

@snippet cs [..\Project\IFoo.cs] IFoo
Grauenwolf commented 4 years ago

My appologies. After reviewing the code, I see the problem is that it wants this syntax:

@snippet cs [..\Project\IFoo.cs] IFoo{T}