Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
dev-manual
Commits
58dab7bf
Verified
Commit
58dab7bf
authored
2 months ago
by
dockx thibault
Browse files
Options
Download
Patches
Plain Diff
First commit - comment how to in code
Comment how to in code p3
parent
b17b6deb
dev
92-migration-explain-how-obsolete-work-in-the-dev-manual-and-update-our-logic
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/fusiondirectory/development/documentation/PHPDoc.rst
+2
-3
source/fusiondirectory/development/documentation/PHPDoc.rst
with
2 additions
and
3 deletions
+2
-3
source/fusiondirectory/development/documentation/PHPDoc.rst
+
2
−
3
View file @
58dab7bf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets