From 4642806ae0cb3ba333e8a7ae3d856153323ef59c Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Wed, 18 Sep 2019 22:32:23 +0200 Subject: [PATCH] more jDoc --- .../fanfix/supported/BasicSupportHelper.java | 6 ++++-- .../fanfix/supported/BasicSupportPara.java | 17 ++++++++++------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/be/nikiroo/fanfix/supported/BasicSupportHelper.java b/src/be/nikiroo/fanfix/supported/BasicSupportHelper.java index 62006f4..41716df 100644 --- a/src/be/nikiroo/fanfix/supported/BasicSupportHelper.java +++ b/src/be/nikiroo/fanfix/supported/BasicSupportHelper.java @@ -63,7 +63,8 @@ public class BasicSupportHelper { * @param support * the linked {@link BasicSupport} (can be NULL) * @param source - * the story source + * the source of the story (for image lookup in the same path if + * the source is a file, can be NULL) * @param line * the resource to check * @@ -103,7 +104,8 @@ public class BasicSupportHelper { * @param support * the linked {@link BasicSupport} (can be NULL) * @param source - * the story source + * the source of the story (for image lookup in the same path if + * the source is a file, can be NULL) * @param line * the resource to check * diff --git a/src/be/nikiroo/fanfix/supported/BasicSupportPara.java b/src/be/nikiroo/fanfix/supported/BasicSupportPara.java index 2f65723..ef4d7d7 100644 --- a/src/be/nikiroo/fanfix/supported/BasicSupportPara.java +++ b/src/be/nikiroo/fanfix/supported/BasicSupportPara.java @@ -51,7 +51,8 @@ public class BasicSupportPara { * @param support * the linked {@link BasicSupport} * @param source - * the source of the story + * the source of the story (for image lookup in the same path if + * the source is a file, can be NULL) * @param number * the chapter number * @param name @@ -415,10 +416,11 @@ public class BasicSupportPara { * Convert the given content into {@link Paragraph}s. * * @param support - * the linked {@link BasicSupport} (can be NULL), - * used to download optional image content in [] + * the linked {@link BasicSupport} (can be NULL), used to + * download optional image content in [] * @param source - * the source URL of the story + * the source URL of the story (for image lookup in the same path + * if the source is a file, can be NULL) * @param content * the textual content * @param html @@ -507,10 +509,11 @@ public class BasicSupportPara { * Convert the given line into a single {@link Paragraph}. * * @param support - * the linked {@link BasicSupport} (can be NULL), - * used to download optional image content in [] + * the linked {@link BasicSupport} (can be NULL), used to + * download optional image content in [] * @param source - * the source URL of the story + * the source URL of the story (for image lookup in the same path + * if the source is a file, can be NULL) * @param line * the textual content of the paragraph * @param html -- 2.27.0