OSDN Git Service

modify javadoc paragraph.
[mikutoga/Pmd2XML.git] / src / main / java / jp / sfjp / mikutoga / pmd / model / binio / PmdExporterExt1.java
index c5ae1ac..150905d 100644 (file)
@@ -22,14 +22,15 @@ import jp.sfjp.mikutoga.pmd.model.PmdModel;
 
 /**
  * PMDファイルのエクスポーター(拡張1:英名対応)。
- * <p>
- * 任意のトゥーンファイル名対応以降のPMDファイルフォーマットを
+ *
+ * <p>任意のトゥーンファイル名対応以降のPMDファイルフォーマットを
  * 使いたくない場合はこのエクスポーターを用いて出力せよ。
  */
 public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * コンストラクタ。
+     *
      * @param stream 出力ストリーム
      * @throws NullPointerException 引数がnull
      */
@@ -41,6 +42,7 @@ public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * {@inheritDoc}
+     *
      * @param model {@inheritDoc}
      * @throws IOException {@inheritDoc}
      * @throws IllegalPmdDataException {@inheritDoc}
@@ -57,6 +59,7 @@ public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * 英語名情報を出力する。
+     *
      * @param model モデルデータ
      * @throws IOException 出力エラー
      * @throws IllegalPmdDataException 文字列が長すぎる。
@@ -87,6 +90,7 @@ public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * モデル基本情報を英語で出力する。
+     *
      * @param model モデルデータ
      * @throws IOException 出力エラー
      * @throws IllegalTextExportException 文字列が長すぎる。
@@ -106,6 +110,7 @@ public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * ボーン英語名情報を出力する。
+     *
      * @param model モデルデータ
      * @throws IOException 出力エラー
      * @throws IllegalTextExportException 文字列が長すぎる。
@@ -123,6 +128,7 @@ public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * モーフ英語名情報を出力する。
+     *
      * @param model モデルデータ
      * @throws IOException 出力エラー
      * @throws IllegalTextExportException 文字列が長すぎる。
@@ -147,6 +153,7 @@ public class PmdExporterExt1 extends PmdExporterBase{
 
     /**
      * ボーングループ英語名情報を出力する。
+     *
      * @param model モデルデータ
      * @throws IOException 出力エラー
      * @throws IllegalTextExportException 文字列が長すぎる