mirror of https://github.com/asterisk/asterisk
commit
8e1b747284
@ -1,4 +1,4 @@
|
||||
/\/\*\*\* MODULEINFO/ {printit=1; next}
|
||||
/\/\*\*\* +MODULEINFO/ {printit=1; next}
|
||||
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
|
||||
/\*\*\*\// {printit=0}
|
||||
/.*/ {if (printit) print}
|
||||
|
Loading…
Reference in new issue