Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full phpDoc support #1

Open
11 tasks
claytonrcarter opened this issue Sep 1, 2021 · 0 comments
Open
11 tasks

Full phpDoc support #1

claytonrcarter opened this issue Sep 1, 2021 · 0 comments

Comments

@claytonrcarter
Copy link
Owner

The following items are known incomplete. They are recognized as tags, but the fields, types, optional fields, etc are not correct.

  • @subpackage
  • @example
  • inline @example
  • @license
  • @package
  • @source
  • @uses
  • @link (also inline)
  • @see
  • *@tag is currently parsed as a tag (the leading * should not be included)
  • grouped types aren't supported at all (types, union types, array types are OK, but things like (int|string)[] are not)
    • Atom's language-php includes a spec for ((Test|int)[]|Test\\Type[]|string[]|resource)[], which ... yuck
    • this might not be need to be so robust, though, as most examples seem to be more like (int|false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant