root/trunk/src/tutorials/examples/ddoc/ex_priv_test.d

Revision 6, 235 bytes (checked in by jcc7, 3 years ago)

Made more progress in developing convertToWiki and added some files.

Line 
1 Ddoc
2 ---
3
4 bit SomeVariable6; /// bit6
5
6 version(testVersion)
7 {
8     public:
9 }
10 else
11 {
12     private:
13 }
14
15 extern(C) void func() {return;} /// Some function
16
17 public extern(C) void func2() {return;} /// Some function (too)
18 ---
Note: See TracBrowser for help on using the browser.