docs: Fix all docs from one <p> represents for a paragraph
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@
|
||||
* Commonly used exceptions will be used in JDevKit.
|
||||
*
|
||||
* @author Zihlu Wang
|
||||
* @since 29 Jul 2023
|
||||
* @since 1.0.0
|
||||
*/
|
||||
package cn.org.codecrafters.devkit.core.exceptions;
|
||||
@@ -16,16 +16,20 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* This package is a part of JDevKit, an open-source Java Development Kit that
|
||||
* provides a set of convenient tools to streamline code development and
|
||||
* enhance productivity. This package serves as the core package containing
|
||||
* common exceptions that are used throughout the entireJDevKit project.
|
||||
* </p>
|
||||
* <p>
|
||||
* JDevKit is designed to be modular, and other specific feature modules within
|
||||
* the library may rely on these exceptions from the core package.
|
||||
* </p>
|
||||
* <p>
|
||||
* For more information and the latest version of JDevKit, please visit our
|
||||
* website <a href="https://codecrafters.org.cn">codecrafters.org.cn</a>.
|
||||
* </p>
|
||||
* <p>
|
||||
* <h4>Contact</h4>
|
||||
* <ul>
|
||||
@@ -37,6 +41,7 @@
|
||||
* <a href="https://discord.gg/">Discord Community</a>
|
||||
* </li>
|
||||
* </ul>
|
||||
* </p>
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
@@ -22,9 +22,11 @@
|
||||
* that provides a set of convenient tools to streamline code development and
|
||||
* enhance productivity. This package serves as the root package for several
|
||||
* modules, containing devkit-core, guid and dev-utils module.
|
||||
* </p>
|
||||
* <p>
|
||||
* For more information and the latest version of JDevKit, please visit our
|
||||
* website <a href="https://codecrafters.org.cn">codecrafters.org.cn</a>.
|
||||
* </p>
|
||||
* <p>
|
||||
* <h4>Contact</h4>
|
||||
* <ul>
|
||||
@@ -36,5 +38,8 @@
|
||||
* <a href="https://discord.gg/">Discord Community</a>
|
||||
* </li>
|
||||
* </ul>
|
||||
* </p>
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
package cn.org.codecrafters.devkit;
|
||||
Reference in New Issue
Block a user