making codec draft more compliant with IETF submission rules
This commit is contained in:
parent
8161f9e969
commit
fa4a3bf52c
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue