Verified Commit 58dab7bf authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: First commit - comment how to in code

Comment how to in code p3
Showing with 2 additions and 3 deletions
+2 -3
...@@ -15,7 +15,6 @@ Introduction to PHPDoc ...@@ -15,7 +15,6 @@ Introduction to PHPDoc
---------------------- ----------------------
PHPDoc is a standardized way of documenting PHP code using special comment blocks (`/** ... */`). PHPDoc is a standardized way of documenting PHP code using special comment blocks (`/** ... */`).
Doxygen can parse these comments to generate structured documentation. Doxygen can parse these comments to generate structured documentation.
**Basic Example:** **Basic Example:**
...@@ -88,9 +87,9 @@ A PHPDoc comment starts with `/**` and ends with `*/`. Each line inside the bloc ...@@ -88,9 +87,9 @@ A PHPDoc comment starts with `/**` and ends with `*/`. Each line inside the bloc
- Indicates when a feature was added - Indicates when a feature was added
- ``@since 2.0`` - ``@since 2.0``
-------------------------- ---------------------------
Documenting Classes & Files Documenting Classes & Files
-------------------------- ---------------------------
### Documenting a Class ### Documenting a Class
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment