*** empty log message ***

This commit is contained in:
hyung-hwan 2007-02-17 14:23:09 +00:00
parent 16823de514
commit 32fc6eabbf
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
= ASE =
ASE is a programming library implementing various programming languages for embedding purposes. The library is developed in the C programming language and provides the JNI binding to JAVA and the COM interface.
ASE is a programming library implementing various programming languages and text utilities for embedding purposes. The library is developed in the C programming language and provides the JNI binding to JAVA and the COM interface.
(Warning: This page has been created for the test purpose prior to proper release and the contents can be changed anytime without prior notice.)
(Warning: This page is only for the test purpose prior to proper release and the contents can be changed anytime without prior notice.)
== Download ==

View File

@ -1,5 +1,5 @@
/*
* $Id: doc.awk,v 1.10 2007-02-05 14:35:10 bacon Exp $
* $Id: doc.awk,v 1.11 2007-02-17 14:22:03 bacon Exp $
*
* {License}
*/
@ -121,7 +121,7 @@ header && !/^\.[[:alpha:]]+[[:space:]]/ {
para_started = 0;
}
text=substr($0, 5, length($0)-8);
print "<h34" text "</h4>";
print "<h4>" text "</h4>";
}
else if (/^\{\{\{$/)
{