| Rev | Line | |
|---|
| [4] | 1 | /** |
|---|
| 2 | sum |
|---|
| 3 | top |
|---|
| 4 | level comment |
|---|
| 5 | */ |
|---|
| 6 | |
|---|
| 7 | module multilinecomments { |
|---|
| 8 | /**jhkjhgkhh |
|---|
| 9 | |
|---|
| 10 | *** asdf |
|---|
| 11 | ;kj;lkj;kk |
|---|
| 12 | k';ugg |
|---|
| 13 | */ |
|---|
| 14 | //lgftf |
|---|
| 15 | //iut76riug |
|---|
| 16 | function f_1(){ |
|---|
| 17 | /* 0 |
|---|
| 18 | 1 |
|---|
| 19 | 2 |
|---|
| 20 | 3 |
|---|
| 21 | 4*/ |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | template integer t2 := { |
|---|
| 25 | |
|---|
| 26 | } |
|---|
| 27 | /* 0 |
|---|
| 28 | 1 |
|---|
| 29 | 2 |
|---|
| 30 | 3 |
|---|
| 31 | 4*/ |
|---|
| 32 | function t2(){ |
|---|
| 33 | } //end function f_sendEchoRequest |
|---|
| 34 | |
|---|
| 35 | /* * @desc |
|---|
| 36 | *........ |
|---|
| 37 | */ |
|---|
| 38 | function f_receiveEchoRequest() { |
|---|
| 39 | } |
|---|
| 40 | //some some |
|---|
| 41 | /*********************************************************************/ |
|---|
| 42 | //then some |
|---|
| 43 | /*********************************************************************/ |
|---|
| 44 | |
|---|
| 45 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.