-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Automatically generate PHP Source code documentation for developers (classes, methods) #4194
Labels
Critical
Indicates the severity of an issue is very critical and the issue has a very high priority.
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone
Comments
The @api seems to be appropriate: http://www.phpdoc.org/docs/latest/for-users/phpdoc/tags/api.html |
Closing this now. Documentation generator is located here: https://github.com/piwik/pluginapi-doc-generator/ |
This was referenced Dec 8, 2013
sabl0r
pushed a commit
to sabl0r/piwik
that referenced
this issue
Sep 23, 2014
sabl0r
pushed a commit
to sabl0r/piwik
that referenced
this issue
Sep 23, 2014
sabl0r
pushed a commit
to sabl0r/piwik
that referenced
this issue
Sep 23, 2014
…re all symfony commands in the api generator
sabl0r
pushed a commit
to sabl0r/piwik
that referenced
this issue
Sep 23, 2014
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Critical
Indicates the severity of an issue is very critical and the issue has a very high priority.
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Piwik core contains a significant amount of classes. Many of these are used in several places in core and plugins and will be used by plugin developers.
The goal of this ticket is to provide Piwik Plugin developers with a great documentation about the classes and methods which are most useful to them when making plugins.
This ticket focus is on deciding which parts of the code (classes, methods) are useful to other developers.
At the end we should have auto generated doc which developers can easily use when they need something already implemented in Piwik.
The text was updated successfully, but these errors were encountered: