File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,34 @@ JDK 8 Build b128に基いています。
7
7
次の場所に生成したドキュメントを置きました。
8
8
http://www.tatapa.org/~takuo/lambda_ja/javadoc/index.html
9
9
10
+ Javadocの生成には https://github.com/taku0/translation_doclet が必要です。
11
+
12
+ ## 利用方法
13
+
14
+ JDK 8のソースを適当なディレクトリに展開する。
15
+
16
+ sbt ( http://www.scala-sbt.org/ )をインストールする。
17
+
18
+ https://github.com/taku0/translation_doclet をダウンロードしてビルド(sbt package)する。
19
+
20
+ extract.shを適切に書換え、実行する。
21
+
22
+ 出来上がったtranslation.en.htmlをこのディレクトリのsourceディレクトリに置く。
23
+
24
+ OmegaT ( http: www .omegat.org/ )をインストールし、このディレクトリを開く。
25
+
26
+ 翻訳結果を生成する。
27
+
28
+ 翻訳結果をtranslation_docletのディレクトリにtranslation.ja.htmlとして置く。
29
+
30
+ inject.shを適切に書換え、実行する。
31
+
32
+ stylesheet_override.cssの内容をstylesheet.cssに追記する。
33
+
10
34
## License
11
35
12
36
Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
13
- Copyright 2013 taku0 ( https://github.com/taku0 )
37
+ Copyright 2014 taku0 ( https://github.com/taku0 )
14
38
15
39
GPL 2.0によってライセンスされます。
16
40
詳細はLICENSEを参照してください。
You can’t perform that action at this time.
0 commit comments