Subversion Repositories wimsdev

Rev

Rev 4158 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!if $wims_read_parm!=slib_header
2
 !goto proc
3
!endif
4
slib_title=Extract comment from a c source code.
5
slib_parms=1\
6
,code
7
slib_author=Gang Xiao
8
slib_out=The resulting source
9
slib_comment=Only comments within one line will be extracted.
10
!exit
11
 
12
:proc
13
slib_out=!replace \/\*.*\*\/ by $ in $wims_read_parm
14