diff --git a/source/fusiondirectory/development/documentation/PHPDoc.rst b/source/fusiondirectory/development/documentation/PHPDoc.rst index 24f878709c3e2142698ffd9584a515611b05668e..8e0f48b775397d8053c19ec17ee7ebb62d80967e 100644 --- a/source/fusiondirectory/development/documentation/PHPDoc.rst +++ b/source/fusiondirectory/development/documentation/PHPDoc.rst @@ -15,7 +15,6 @@ Introduction to PHPDoc ---------------------- PHPDoc is a standardized way of documenting PHP code using special comment blocks (`/** ... */`). - Doxygen can parse these comments to generate structured documentation. **Basic Example:** @@ -88,9 +87,9 @@ A PHPDoc comment starts with `/**` and ends with `*/`. Each line inside the bloc - Indicates when a feature was added - ``@since 2.0`` --------------------------- +--------------------------- Documenting Classes & Files --------------------------- +--------------------------- ### Documenting a Class