more jDoc
authorNiki Roo <niki@nikiroo.be>
Wed, 18 Sep 2019 20:32:23 +0000 (22:32 +0200)
committerNiki Roo <niki@nikiroo.be>
Wed, 18 Sep 2019 20:32:23 +0000 (22:32 +0200)
src/be/nikiroo/fanfix/supported/BasicSupportHelper.java
src/be/nikiroo/fanfix/supported/BasicSupportPara.java

index 62006f41790ed6771c4e952cde667ccb00d18a2b..41716df4e4d17952cd0e77aeac28eee20e837aca 100644 (file)
@@ -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
         * 
index 2f657237a1acbb742e72757272ec3dc258a770ba..ef4d7d778f192ed10335366886768517399d9f3a 100644 (file)
@@ -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