added qse_sed_getlinnum() and qse_sed_setlinnum()
This commit is contained in:
@ -6,5 +6,15 @@ SED="../test/sed/sed01"
|
||||
/^OUTPUT_DIRECTORY[[:space:]]*=/s/qse/qse.ko/
|
||||
/^INPUT[[:space:]]*=/s/page/page.ko/' < Doxyfile > Doxyfile.ko
|
||||
|
||||
#"${SED}" '/^OUTPUT_LANGUAGE[[:space:]]*=/s/English/Chinese/
|
||||
# /^OUTPUT_DIRECTORY[[:space:]]*=/s/qse/qse.cn/
|
||||
# /^INPUT[[:space:]]*=/s/page/page.cn/' < Doxyfile > Doxyfile.cn
|
||||
|
||||
#"${SED}" '/^OUTPUT_LANGUAGE[[:space:]]*=/s/English/Japanese/
|
||||
# /^OUTPUT_DIRECTORY[[:space:]]*=/s/qse/qse.ja/
|
||||
# /^INPUT[[:space:]]*=/s/page/page.ja/' < Doxyfile > Doxyfile.ja
|
||||
|
||||
doxygen Doxyfile
|
||||
doxygen Doxyfile.ko
|
||||
#doxygen Doxyfile.cn
|
||||
#doxygen Doxyfile.ja
|
||||
|
@ -9,7 +9,7 @@ QSE는 여러가지 스크립팅 언어처리기와 유틸리티들을 포함하
|
||||
프로젝트 홈페이지: http://qse.googlecode.com/
|
||||
|
||||
더 많은 정보가 필요하면
|
||||
정형환 <b a c o n @ a b i y o . n e t>
|
||||
정형환 <bacon@abiyo.net>
|
||||
에게 연락하세요.
|
||||
|
||||
@section modules 구성요소
|
||||
|
@ -9,7 +9,7 @@ The library is licended under the Apache License, Version 2.0.
|
||||
The project webpage: http://qse.googlecode.com/
|
||||
|
||||
For furthur information, contact:
|
||||
Chung, Hyung-Hwan <b a c o n @ a b i y o . n e t>
|
||||
Chung, Hyung-Hwan <bacon@abiyo.net>
|
||||
|
||||
@section INSTALLATION
|
||||
Cross compiling for WIN32 with MINGW32
|
||||
|
Reference in New Issue
Block a user