[med-svn] [imagej] 02/10: d/patches/fix-javadocs-syntax.patch: fix typos on javadoc commands
Carnë Draug
carandraug+dev at gmail.com
Mon Aug 28 13:12:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
carandraug-guest pushed a commit to branch master
in repository imagej.
commit e328c43d829481fd010d3f380f18c336d6b3f1f7
Author: Carnë Draug <carandraug+dev at gmail.com>
Date: Wed Aug 23 18:08:37 2017 +0100
d/patches/fix-javadocs-syntax.patch: fix typos on javadoc commands
---
debian/patches/fix-javadocs-syntax.patch | 32 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 33 insertions(+)
diff --git a/debian/patches/fix-javadocs-syntax.patch b/debian/patches/fix-javadocs-syntax.patch
new file mode 100644
index 0000000..38a84c3
--- /dev/null
+++ b/debian/patches/fix-javadocs-syntax.patch
@@ -0,0 +1,32 @@
+Description: Fix syntax for javadoc
+Author: Carnë Draug <carandraug+dev at gmail.com>
+Last-Update: 2017-08-26
+--- a/ij/gui/Roi.java
++++ b/ij/gui/Roi.java
+@@ -569,7 +569,7 @@
+
+ /** Returns the coordinates of the pixels inside this ROI as a FloatPolygon.
+ * @see #getContainedPoints()
+- * @see #Iterator()
++ * @see #iterator()
+ */
+ public FloatPolygon getContainedFloatPoints() {
+ Roi roi2 = this;
+@@ -598,7 +598,7 @@
+ * ax, ay, bx, by: points A and B of line segment
+ * cx, cy, rad: Circle center and radius.
+ * ignoreOutside: if true, ignores intersections outside the line segment A-B
+- * @Returns an array of 0, 2 or 4 coordinates (for 0, 1, or 2 intersection
++ * @return an array of 0, 2 or 4 coordinates (for 0, 1, or 2 intersection
+ * points). If two intersection points are returned, they are listed in travel
+ * direction A->B
+ * </pre>
+@@ -2139,7 +2139,7 @@
+ }
+
+ /**
+- * Required by the {@link Interable} interface.
++ * Required by the {@link Iterable} interface.
+ * Use to iterate over the contained coordinates. Usage example:
+ * <pre>
+ * for (Point p : roi) {
diff --git a/debian/patches/series b/debian/patches/series
index 53f8ab4..d21153b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
exclude-quilt-from-ant.patch
drop-mac-plugins.patch
specify-javac-encoding.patch
+fix-javadocs-syntax.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git
More information about the debian-med-commit
mailing list