Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #18540 > unrolled thread

mixed docblock

Started byalex <1j9448a02@lnx159sneakemail.com.invalid>
First post2021-01-23 17:48 +0100
Last post2022-10-13 18:45 +0200
Articles 3 — 3 participants

Back to article view | Back to comp.lang.php


Contents

  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

#18540 — mixed docblock

Fromalex <1j9448a02@lnx159sneakemail.com.invalid>
Date2021-01-23 17:48 +0100
Subjectmixed 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]


#19135

FromEnihcamgnimag <enihcamgnimag@hotmail.com>
Date2022-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]


#19136

FromArno Welzel <usenet@arnowelzel.de>
Date2022-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