making codec draft more compliant with IETF submission rules

This commit is contained in:
Jean-Marc Valin 2009-05-12 15:39:37 -04:00
parent 8161f9e969
commit fa4a3bf52c
2 changed files with 10 additions and 4 deletions

View file

@ -10,7 +10,13 @@ do
echo "<section anchor=\"$i\" title=\"$i\">" > source/$i
echo '<t>' >> source/$i
echo '<figure><artwork><![CDATA[' >> source/$i
cat ../../libcelt/$i >> source/$i
#cat ../../libcelt/$i >> source/$i
indent --no-tabs -l72 --format-all-comments ../../libcelt/$i -o tata.c
cat tata.c >> source/$i
echo ']]></artwork></figure>' >> source/$i
echo '</t>' >> source/$i
echo '</section>' >> source/$i