diff --git a/ase/awk/Awk.hpp b/ase/awk/Awk.hpp index c82f4373..7c2a5f93 100644 --- a/ase/awk/Awk.hpp +++ b/ase/awk/Awk.hpp @@ -1,5 +1,5 @@ /* - * $Id: Awk.hpp,v 1.54 2007/09/18 14:30:41 bacon Exp $ + * $Id: Awk.hpp,v 1.55 2007/09/19 11:38:12 bacon Exp $ */ #ifndef _ASE_AWK_AWK_HPP_ @@ -576,6 +576,8 @@ protected: * -1, the source code reading is aborted and Awk::closeSource is * called. * + * \image html awk-extio.png + * * The interpter is able to write back the internal parse tree * if openSource returns 1 when the mode of the Source object * is set to Awk::Source::WRITE. Then it calls writeSource until diff --git a/ase/doc/ase-en.man b/ase/doc/ase-en.man index d23f975b..580a792d 100644 --- a/ase/doc/ase-en.man +++ b/ase/doc/ase-en.man @@ -2,7 +2,7 @@ = ASE = -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. +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, the COM and .NET interface. (Warning: This page is only for the test purpose prior to proper release and the contents can be changed anytime without prior notice.) diff --git a/ase/doc/ase-ko.man b/ase/doc/ase-ko.man index 5cfc48c1..e3a4f054 100644 --- a/ase/doc/ase-ko.man +++ b/ase/doc/ase-ko.man @@ -2,7 +2,7 @@ = ASE = -ASE는 임베딩을 목적으로 여러가지 프로그래밍언어를 구현하는 라이브러리이다. C언어로 개발되며 자바 JNI인터페이스와 COM인터페이스를 제공한다. +ASE는 임베딩을 목적으로 여러가지 프로그래밍언어를 구현하는 라이브러리이다. C언어로 개발되며 자바 JNI인터페이스와 COM 및 .NET 인터페이스를 제공한다. (경고: 본 페이지는 정식 배포전에 시험용으로 제작된것이므로, 언제든지 내용이 변경될 수 있다.) diff --git a/ase/doc/imgs/awk-extio.dia b/ase/doc/imgs/awk-extio.dia new file mode 100644 index 00000000..9abed5d8 Binary files /dev/null and b/ase/doc/imgs/awk-extio.dia differ diff --git a/ase/doc/imgs/awk-extio.png b/ase/doc/imgs/awk-extio.png new file mode 100644 index 00000000..5bfba30a Binary files /dev/null and b/ase/doc/imgs/awk-extio.png differ