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

Basic apidocs #8170

Merged
merged 2 commits into from
May 9, 2018
Merged

Basic apidocs #8170

merged 2 commits into from
May 9, 2018

Conversation

ahocevar
Copy link
Member

@ahocevar ahocevar commented May 9, 2018

This pull request brings back basic API documentation. It just touches the JSDoc config, not the template. We'll probably be using a tool that generates the final docs from a JSON, so we'll use the JSON template instead.

One thing that will probably need some additional attention is how we document events, so we can get rid of the events plugin. I'll handle that in a separate pull request.

@@ -1,36 +1,34 @@
{
"opts": {
"recurse": true,
"template": "config/jsdoc/api/template"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it mean that the config/jsdoc/api/template directory can be removed or will it be used in a second step?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the medium term we‘ll probably remove it. Leaving it here for now for testing/comparison reasons.

@ahocevar ahocevar merged commit 26dad40 into openlayers:master May 9, 2018
@ahocevar ahocevar deleted the basic-apidoc branch May 9, 2018 11:42
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

Successfully merging this pull request may close these issues.

2 participants