Files
asterisk/build_tools/get_moduleinfo
T

5 lines
159 B
Plaintext
Raw Normal View History

/\/\*\*\* +MODULEINFO/ {printit=1; next}
2015-04-29 07:39:22 -04:00
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0}
2008-08-25 21:32:10 +00:00
/.*/ {if (printit) print}