Hello, since Doxygen is my favorite source code documenter I have added some
build code to generate it for myself.
The nice thing about doxygen imo is the graphical call and collaboration
diagrams it generates as well as information about which functions
references each other. It also has a really nice source code view where
almost everything is clickable.

If you'd like to take it for a spin apply the attached patch and run: "nant
docs"
The build rule generates the documentation in "docs/doxygen".
When it's complete open index.html and browse away :)

You will have to install doxygen and dot (a tool in the graphviz package)
for it to work:
http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
http://www.graphviz.org/Download..php

After installation you have to add the path to "dot.exe" to the global Path
variable.

I hope the patch works, TortoiseSVN was not behaving when I made it so I had
to copy and paste some..

Good luck!
Sebastian

Attachment: doxygen.patch
Description: Binary data

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to