abc

This module is for ABC

alias int myint;


myint f;
windy city

paragraph 2 about of F
 #include <stdio.h>
 void main()
 {
	printf("hello\n");
 }


Copyright:
1998

enum E;
comment1

int g;
comment2

wchar LS;
UTF line separator

wchar PS;
wchar _XX;
wchar YY;
UTF paragraph separator

int foo(char c, int argulid, char u);
Function foo takes argument c and adds it to argulid.

Then it munges argulid, u underline.

Params:
char c the character which adds c to argulid
int argulid the argument
char u the other argument

int barr();
doc for barr()

class Bar;
The Class Bar

int x;
member X

int y;
member Y

protected int z;
member Z

enum Easy;
The Enum Easy

red
the Red

blue
the Blue

green
the Green


Page generated by Ddoc. Copyright © 2013