From ff19f76e5b66d64e33e2613840eb55b955fdbbe2 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Wed, 1 Feb 2017 16:46:20 +0100
Subject: [PATCH] Adding HTML tags to Javadoc

---
 .../java/de/hdm_stuttgart/de/sd1/math/Math.java    | 11 ++++-------
 .../java/de/hdm_stuttgart/de/sd1/math/Math.java    | 14 ++++++--------
 .../java/de/hdm_stuttgart/de/sd1/math/Math.java    | 13 +++++--------
 .../java/de/hdm_stuttgart/de/sd1/math/Math.java    | 14 ++++++--------
 4 files changed, 21 insertions(+), 31 deletions(-)

diff --git a/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index 40eecfb88..0c829cd23 100644
--- a/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -1,11 +1,8 @@
 package de.hdm_stuttgart.de.sd1.math;
 
 /**
- * Hint: Embedded formulas can only be viewed correctly when
- * using Firefox or Safari web browsers.
- * 
- * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} using power series expansions.
+ * <p>This class implements a subset of functions from class
+ * {@link java.lang.Math} using power series expansions.</p>
  *
  */
 public class Math {
@@ -22,8 +19,8 @@ public class Math {
   }
   
   /**
-   * Approximating the natural exponential function by a finite
-   * number of terms using power series expansion:
+   * <p>Approximating the natural exponential function by a finite
+   * number of terms using power series expansion.</p>
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
diff --git a/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index 824e8e17b..cc3de52fa 100644
--- a/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -1,11 +1,8 @@
 package de.hdm_stuttgart.de.sd1.math;
 
 /**
- * Hint: Embedded formulas can only be viewed correctly when
- * using Firefox or Safari web browsers.
- * 
- * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of power series expansion.
+ * <p>This class implements a subset of functions from class
+ * {@link java.lang.Math} using power series expansions.</p>
  *
  */
 public class Math {
@@ -22,8 +19,8 @@ public class Math {
   }
   
   /**
-   * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series expansion:
+   * <p>Approximating the natural exponential function by a finite
+   * number of terms from the corresponding power series expansion</p>
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -147,7 +144,8 @@ public class Math {
   }
   
   /**
-   * Calculating the sine by means of the corresponding power series: 
+   * <p>Calculating the sine by means of the corresponding power series.</p>
+   *
    {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
   <mtable>
diff --git a/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index 6351ec76f..fc7419c2d 100644
--- a/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -1,11 +1,8 @@
 package de.hdm_stuttgart.de.sd1.math;
 
 /**
- * Hint: Embedded formulas can only be viewed correctly when
- * using Firefox or Safari web browsers.
- * 
- * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of power series expansion.
+ * <p>This class implements a subset of functions from class
+ * {@link java.lang.Math} using power series expansions.</p>
  *
  */
 public class Math {
@@ -22,8 +19,8 @@ public class Math {
   }
   
   /**
-   * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series expansion:
+   * <p>Approximating the natural exponential function by a finite
+   * number of terms using power series expansion.</p>
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -147,7 +144,7 @@ public class Math {
   }
   
   /**
-   * Calculating the sine by means of the corresponding power series: 
+   * <p>Calculating the sine by means of the corresponding power series.</p>
    {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
   <mtable>
diff --git a/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index 13b3038a4..f38cafe35 100644
--- a/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -1,11 +1,8 @@
 package de.hdm_stuttgart.de.sd1.math;
 
 /**
- * Hint: Embedded formulas can only be viewed correctly when
- * using Firefox or Safari web browsers.
- * 
- * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of power series expansion.
+ * <p>This class implements a subset of functions from class
+ * {@link java.lang.Math} using power series expansions.</p>
  *
  */
 public class Math {
@@ -24,8 +21,8 @@ public class Math {
   }
   
   /**
-   * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series expansion:
+   * <p>Approximating the natural exponential function by a finite
+   * number of terms from the corresponding power series expansion.</p>
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -149,7 +146,8 @@ public class Math {
   }
   
   /**
-   * Calculating the sine by means of the corresponding power series: 
+   * <p>Calculating the sine by means of the corresponding power series.</p>
+   *
    {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
   <mtable>
-- 
GitLab