I am fairly new to doxygen, and I am trying to figure out how to do code snippets examples, as seen below:
http://www.doxygen.nl/manual/examples/example/html/example_test_8cpp-example.html
If I am not mistaken, this is how the documentation explains how to do such things:
http://www.doxygen.nl/manual/commands.html#cmdexample
Which does not work 100%, at least for me. I have found examples of how to do this with other languages, but not c#.
What I get is the examples tab, the page showing the files im using as examples, and I can even click on the link that "\example SomeFile.cs" provides. Except there is no code on the page, just the extra detail i provided.
Does anyone have any experience with having doxygen be able to generate the pages (like in the first link) with C#?