Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18540 > unrolled thread
| Started by | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| First post | 2021-01-23 17:48 +0100 |
| Last post | 2022-10-13 18:45 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.php
mixed docblock alex <1j9448a02@lnx159sneakemail.com.invalid> - 2021-01-23 17:48 +0100
Re: mixed docblock Enihcamgnimag <enihcamgnimag@hotmail.com> - 2022-10-13 06:39 -0700
Re: mixed docblock Arno Welzel <usenet@arnowelzel.de> - 2022-10-13 18:45 +0200
| From | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| Date | 2021-01-23 17:48 +0100 |
| Subject | mixed docblock |
| Message-ID | <ruhk00$1bik$1@gioia.aioe.org> |
/ ** * Public part * / / ** * @internal * Private part * / But in a docblock, can both a public and a private part formally coexist? For example: / ** * Public part * @internal * Private part * /
[toc] | [next] | [standalone]
| From | Enihcamgnimag <enihcamgnimag@hotmail.com> |
|---|---|
| Date | 2022-10-13 06:39 -0700 |
| Message-ID | <10fb5144-ff9a-4fa7-aa35-efa5f677a67dn@googlegroups.com> |
| In reply to | #18540 |
Hey.... Can you check out new chat place, that I just made: http://enihcamgnimag.atwebpages.com/a.php Invite everyone you know too there.
[toc] | [prev] | [next] | [standalone]
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Date | 2022-10-13 18:45 +0200 |
| Message-ID | <jqqtm4FedtcU1@mid.individual.net> |
| In reply to | #18540 |
alex, 2021-01-23 17:48: > / ** > * Public part > * / > > / ** > * @internal > * Private part > * / > > But in a docblock, can both a public and a private part formally coexist? > > For example: > > / ** > * Public part > * @internal > * Private part > * / See the documentation: <https://docs.phpdoc.org/2.9/references/phpdoc/tags/internal.html> -- Arno Welzel https://arnowelzel.de
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web