We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to improve inline documentation and also open a GitHub wiki that documents every hook properly.
The text was updated successfully, but these errors were encountered:
I'm against using Github wiki for documentation. Add API.md or something instead so we can keep docs in source control.
Sorry, something went wrong.
Just add docblocks and autogenerate the docs, publish on ghpages.
One addition to composer.json:
"phpdoc": "phpdoc -n -t docs -d modules --template=\"responsive-twig\"; git add docs; git commit -m \"Update documentation\""
At the same time, let's introduce better changelog as keepachangelog.com that contains also Unreleased section.
Unreleased
No branches or pull requests
We need to improve inline documentation and also open a GitHub wiki that documents every hook properly.
The text was updated successfully, but these errors were encountered: