Skip to content

Instantly share code, notes, and snippets.

View sebastianewak's full-sized avatar

Sebastian Ewak sebastianewak

  • Iron Byte Studio
  • Poland
View GitHub Profile
@sebastianewak
sebastianewak / gist:5600266
Created May 17, 2013 16:28
An example class in Objective-C with comments prepared specifically for generating documentation from code using tool called appledoc: http://gentlebytes.com/appledoc/
//
// ExampleClass.h
//
// Created by Sebastian Ewak on 5/17/13.
//
#import <Foundation/Foundation.h>
/** Example class for appledoc documentation generation tool commenting style guidelines.
using System;
using System.IO;
using System.Text;
using System.Linq;
using System.Collections.Generic;
class Program
{
static void Main(string[] args)
{