Table of Contents

Wiki Help

To be a page for help editing this wiki, especially those unfamiliar with DokuWiki.

Useful Links

Code Samples

There is a plugin installed to provide nice syntax highlighting for code samples.

<code lang |title> some code </code>

Some C# code

public class MyClass
{
    public void DoStuff()
    {
        // code that does stuff
    }
}

Back to top
wiki/help.txt · Last modified: 2009/01/11 00:58 by ortzinator