Skip to content

Commit

Permalink
Fix internal link
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 13, 2017
1 parent 6cae707 commit d9bbef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/codingstandards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Please follow the order defined below:
Parameters documentation
^^^^^^^^^^^^^^^^^^^^^^^^

Each parameter must be documented in its own line, begining with the ``@param`` tag, followed by the `Variable types`_, followed by the param name (``$param``), and finally with the description itself.
Each parameter must be documented in its own line, begining with the ``@param`` tag, followed by the `Variables types`_, followed by the param name (``$param``), and finally with the description itself.
If your parameter can be of different types, you can list them separated with a ``|`` or you can use the ``mixed`` type; it's up to you!

All parameters names and description must be aligned vertically on the longest (plu one character); see the above example.
Expand Down

0 comments on commit d9bbef0

Please sign in to comment.