Skip to content

Commit

Permalink
Updated links to phpdoc manual in all other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 2, 2014
1 parent 40d9f3d commit 16fcffd
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 46 deletions.
22 changes: 11 additions & 11 deletions fr/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,17 @@ décrire le block de code commenté.
Les commentaires doivent inclure les tags de
`phpDocumentor <http://phpdoc.org>`_ suivants:

* `@author <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.author.pkg.html>`_
* `@copyright <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.copyright.pkg.html>`_
* `@deprecated <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.deprecated.pkg.html>`_
* `@example <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.example.pkg.html>`_
* `@ignore <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.ignore.pkg.html>`_
* `@internal <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.internal.pkg.html>`_
* `@link <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.link.pkg.html>`_
* `@see <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.see.pkg.html>`_
* `@since <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.since.pkg.html>`_
* `@tutorial <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.tutorial.pkg.html>`_
* `@version <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.version.pkg.html>`_
* `@author <http://phpdoc.org/docs/latest/references/phpdoc/tags/author.html>`_
* `@copyright <http://phpdoc.org/docs/latest/references/phpdoc/tags/copyright.html>`_
* `@deprecated <http://phpdoc.org/docs/latest/references/phpdoc/tags/deprecated.html>`_
Using the ``@version <vector> <description>`` format, where ``version`` and ``description`` are mandatory.
* `@example <http://phpdoc.org/docs/latest/references/phpdoc/tags/example.html>`_
* `@ignore <http://phpdoc.org/docs/latest/references/phpdoc/tags/ignore.html>`_
* `@internal <http://phpdoc.org/docs/latest/references/phpdoc/tags/internal.html>`_
* `@link <http://phpdoc.org/docs/latest/references/phpdoc/tags/link.html>`_
* `@see <http://phpdoc.org/docs/latest/references/phpdoc/tags/see.html>`_
* `@since <http://phpdoc.org/docs/latest/references/phpdoc/tags/since.html>`_
* `@version <http://phpdoc.org/docs/latest/references/phpdoc/tags/version.html>`_

Les tags de PhpDoc sont un peu du même style que les tags de JavaDoc dans
Java. Les tags sont seulement traités si ils sont la première chose dans la
Expand Down
22 changes: 11 additions & 11 deletions ja/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,17 +230,17 @@ Cakeの開発者は以下のコーディング規約を使います。

コメントは以下の `phpDocumentor <http://phpdoc.org>`_ タグを含めることができます:

* `@author <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.author.pkg.html>`_
* `@copyright <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.copyright.pkg.html>`_
* `@deprecated <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.deprecated.pkg.html>`_
* `@example <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.example.pkg.html>`_
* `@ignore <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.ignore.pkg.html>`_
* `@internal <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.internal.pkg.html>`_
* `@link <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.link.pkg.html>`_
* `@see <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.see.pkg.html>`_
* `@since <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.since.pkg.html>`_
* `@tutorial <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.tutorial.pkg.html>`_
* `@version <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.version.pkg.html>`_
* `@author <http://phpdoc.org/docs/latest/references/phpdoc/tags/author.html>`_
* `@copyright <http://phpdoc.org/docs/latest/references/phpdoc/tags/copyright.html>`_
* `@deprecated <http://phpdoc.org/docs/latest/references/phpdoc/tags/deprecated.html>`_
Using the ``@version <vector> <description>`` format, where ``version`` and ``description`` are mandatory.
* `@example <http://phpdoc.org/docs/latest/references/phpdoc/tags/example.html>`_
* `@ignore <http://phpdoc.org/docs/latest/references/phpdoc/tags/ignore.html>`_
* `@internal <http://phpdoc.org/docs/latest/references/phpdoc/tags/internal.html>`_
* `@link <http://phpdoc.org/docs/latest/references/phpdoc/tags/link.html>`_
* `@see <http://phpdoc.org/docs/latest/references/phpdoc/tags/see.html>`_
* `@since <http://phpdoc.org/docs/latest/references/phpdoc/tags/since.html>`_
* `@version <http://phpdoc.org/docs/latest/references/phpdoc/tags/version.html>`_

PhpDocタグはJavaのJavaDocタグによく似ています。
タグはドキュメントブロックの行の最初のもののみ処理されます。
Expand Down
23 changes: 11 additions & 12 deletions pt/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,17 @@ e deve haver uma clara maneira de identificar o bloco de código comentado.

Comentários podem conter as seguintes tags do `phpDocumentor <http://phpdoc.org>`:

* `@access <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.access.pkg.html>`_
* `@author <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.author.pkg.html>`_
* `@copyright <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.copyright.pkg.html>`_
* `@deprecated <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.deprecated.pkg.html>`_
* `@example <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.example.pkg.html>`_
* `@ignore <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.ignore.pkg.html>`_
* `@internal <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.internal.pkg.html>`_
* `@link <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.link.pkg.html>`_
* `@see <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.see.pkg.html>`_
* `@since <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.since.pkg.html>`_
* `@tutorial <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.tutorial.pkg.html>`_
* `@version <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.version.pkg.html>`_
* `@author <http://phpdoc.org/docs/latest/references/phpdoc/tags/author.html>`_
* `@copyright <http://phpdoc.org/docs/latest/references/phpdoc/tags/copyright.html>`_
* `@deprecated <http://phpdoc.org/docs/latest/references/phpdoc/tags/deprecated.html>`_
Using the ``@version <vector> <description>`` format, where ``version`` and ``description`` are mandatory.
* `@example <http://phpdoc.org/docs/latest/references/phpdoc/tags/example.html>`_
* `@ignore <http://phpdoc.org/docs/latest/references/phpdoc/tags/ignore.html>`_
* `@internal <http://phpdoc.org/docs/latest/references/phpdoc/tags/internal.html>`_
* `@link <http://phpdoc.org/docs/latest/references/phpdoc/tags/link.html>`_
* `@see <http://phpdoc.org/docs/latest/references/phpdoc/tags/see.html>`_
* `@since <http://phpdoc.org/docs/latest/references/phpdoc/tags/since.html>`_
* `@version <http://phpdoc.org/docs/latest/references/phpdoc/tags/version.html>`_

As tags PhpDoc são bem parecidas com as tags JavaDoc em Java. As tags
só são processadas se elas forem a primeira coisa a aparecer numa linha
Expand Down
23 changes: 11 additions & 12 deletions sr/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,17 @@ describe the commented block of code.
Comments can include the following `phpDocumentor <http://phpdoc.org>`_
tags:

* `@access <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.access.pkg.html>`_
* `@author <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.author.pkg.html>`_
* `@copyright <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.copyright.pkg.html>`_
* `@deprecated <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.deprecated.pkg.html>`_
* `@example <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.example.pkg.html>`_
* `@ignore <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.ignore.pkg.html>`_
* `@internal <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.internal.pkg.html>`_
* `@link <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.link.pkg.html>`_
* `@see <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.see.pkg.html>`_
* `@since <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.since.pkg.html>`_
* `@tutorial <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.tutorial.pkg.html>`_
* `@version <http://manual.phpdoc.org/HTMLframesConverter/phpdoc.de/phpDocumentor/tutorial_tags.version.pkg.html>`_
* `@author <http://phpdoc.org/docs/latest/references/phpdoc/tags/author.html>`_
* `@copyright <http://phpdoc.org/docs/latest/references/phpdoc/tags/copyright.html>`_
* `@deprecated <http://phpdoc.org/docs/latest/references/phpdoc/tags/deprecated.html>`_
Using the ``@version <vector> <description>`` format, where ``version`` and ``description`` are mandatory.
* `@example <http://phpdoc.org/docs/latest/references/phpdoc/tags/example.html>`_
* `@ignore <http://phpdoc.org/docs/latest/references/phpdoc/tags/ignore.html>`_
* `@internal <http://phpdoc.org/docs/latest/references/phpdoc/tags/internal.html>`_
* `@link <http://phpdoc.org/docs/latest/references/phpdoc/tags/link.html>`_
* `@see <http://phpdoc.org/docs/latest/references/phpdoc/tags/see.html>`_
* `@since <http://phpdoc.org/docs/latest/references/phpdoc/tags/since.html>`_
* `@version <http://phpdoc.org/docs/latest/references/phpdoc/tags/version.html>`_

PhpDoc tags are very much like JavaDoc tags in Java. Tags are only
processed if they are the first thing in a DocBlock line, for example::
Expand Down

0 comments on commit 16fcffd

Please sign in to comment.