*** empty log message ***
This commit is contained in:
parent
16823de514
commit
32fc6eabbf
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
= ASE =
|
= 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 ==
|
== Download ==
|
||||||
|
|
||||||
|
@ -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}
|
* {License}
|
||||||
*/
|
*/
|
||||||
@ -121,7 +121,7 @@ header && !/^\.[[:alpha:]]+[[:space:]]/ {
|
|||||||
para_started = 0;
|
para_started = 0;
|
||||||
}
|
}
|
||||||
text=substr($0, 5, length($0)-8);
|
text=substr($0, 5, length($0)-8);
|
||||||
print "<h34" text "</h4>";
|
print "<h4>" text "</h4>";
|
||||||
}
|
}
|
||||||
else if (/^\{\{\{$/)
|
else if (/^\{\{\{$/)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user