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

Support for inline docblocks #15

Closed
marcioAlmada opened this issue Dec 3, 2013 · 1 comment
Closed

Support for inline docblocks #15

marcioAlmada opened this issue Dec 3, 2013 · 1 comment
Labels
Milestone

Comments

@marcioAlmada
Copy link
Owner

Parser could support inline docblocks, like following:

class FooClass {
    /** @value foo */
    private $inline_docblock_fixture;

    /** @alpha */
    private $inline_docblock_implicit_boolean_fixture;

    /** @alpha @beta @gama */
    private $inline_docblock_multiple_implicit_boolean_fixture;
}
@marcioAlmada
Copy link
Owner Author

🎱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant