From 58dab7bfb20a896abf8778c3146740f7a08f76e3 Mon Sep 17 00:00:00 2001 From: Thibault Dockx <thibault.dockx@fusiondirectory.org> Date: Tue, 11 Feb 2025 17:09:02 +0000 Subject: [PATCH] :sparkles: First commit - comment how to in code Comment how to in code p3 --- source/fusiondirectory/development/documentation/PHPDoc.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/fusiondirectory/development/documentation/PHPDoc.rst b/source/fusiondirectory/development/documentation/PHPDoc.rst index 24f8787..8e0f48b 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 -- GitLab