aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-09-05 02:34:44 +0200
committerSven Gothel <[email protected]>2023-09-05 02:34:44 +0200
commitf39a084c6a34a083698ca56e9122642e839234c2 (patch)
treeb86b4481d3e89552a34ad6f2dd7444803b4fb312 /src/graphui/classes/com
parent8439522d73b60bcf61cc59550df6297bbafe73fb (diff)
GraphUI Layout: Html'ify API header of Gap and Padding
Diffstat (limited to 'src/graphui/classes/com')
-rw-r--r--src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java3
-rw-r--r--src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java b/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
index 4b8caef7a..35174a87d 100644
--- a/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
+++ b/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java
@@ -31,8 +31,9 @@ import com.jogamp.opengl.math.FloatUtil;
/**
* GraphUI CSS property Gap, spaceing between (grid) cells not belonging to the element.
- *
+ * <p>
* The CSS gap property defines the size of the gap between the rows and columns in a grid layout.
+ * </p>
*/
public class Gap {
/** Row gap value, vertical spacing. */
diff --git a/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java b/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java
index c0fac409c..25caf57dc 100644
--- a/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java
+++ b/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java
@@ -31,8 +31,9 @@ import com.jogamp.opengl.math.FloatUtil;
/**
* GraphUI CSS property Padding, space belonging to the element and included in the element's size.
- *
+ * <p>
* The CSS padding properties are used to generate space around an element's content, inside of any defined borders.
+ * </p>
*/
public class Padding {
/** Top value */