Skip to content

Commit b54b554

Browse files
committed
docs(schema): improve WPPostType Javadoc formatting and readability
Signed-off-by: Yoham Gabriel B. @Urbine <yohamg@programmer.net>
1 parent 476e935 commit b54b554

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/main/java/net/ygbstudio/powerwp4j/models/schema/WPPostType.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@
2525
/**
2626
* Enum representing different types of WordPress posts.
2727
*
28-
* <p>This enum includes common post types such as standard posts, attachments, and photos. Each
29-
* enum constant is associated with its corresponding string representation used in WordPress.
28+
* <p>
29+
* This enum includes common post types such as standard posts, attachments, and
30+
* photos. Each
31+
* enum constant is associated with its corresponding string representation used
32+
* in WordPress.
3033
*
3134
* @see <a
32-
* href="https://developer.wordpress.org/reference/functions/get_post_type/">get_post_type()</a>
33-
* @author Yoham Gabriel @ YGB Studio
35+
* href=
36+
* "https://developer.wordpress.org/reference/functions/get_post_type/">get_post_type()</a>
37+
*
3438
*/
3539
public enum WPPostType implements PostTypeEnum {
3640
POST("post"),

0 commit comments

Comments
 (0)