source: trunk/t3q-examples/CodeFormatting/multilinecomments.ttcn3 @ 32

Last change on this file since 32 was 4, checked in by phdmakk, 14 years ago
File size: 517 bytes
RevLine 
[4]1/**
2sum
3        top
4                level comment
5*/
6
7module 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
203
214*/
22        }
23       
24        template integer t2 := {
25       
26        }
27        /* 0
28         1
29        2
303
314*/
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.