Files
asterisk/build_tools/get_documentation
T

4 lines
95 B
Plaintext
Raw Normal View History

2008-11-01 21:10:07 +00:00
/\/\*\*\* DOCUMENTATION/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
2009-10-28 20:50:52 +00:00
{if (printit) print}