I just finished updating the Rhino Mocks API documentation, and it can be found here.
As an aside, I just tested DoxyGen on a C# code base, and it seems to produce very good output for my code. I couldn't get the nice diagrams in PDF output, but the HTML output is very good.
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Comments
Thank you, Ayende! That will be very helpful!
But some of the link does not work, for example the links in the Constraints
I just tested it, and it does work, what links fail for you?
I think the links under "Rhino.Mocks.Tests" does not work. Thanks!
Comment preview