summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development/plugin-parameters.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation to separate parameter typesFabian Neundorf2016-07-251-4/+11
| | | | | | It updates the documentation to separate which parameters are static and which are changed on each line. Using the latter parameters on plugins which are only run once per file isn't very sensible.
* Fix typo in documentation using `indect`Fabian Neundorf2016-07-211-1/+1
| | | | | | The documentation for the `FileProcessor` class used `indect_char` while the class itself uses the more sensible name `indent_char`. This updates both the docstring as well as the documentation.
* Rename dev subdirectory to plugin-developmentIan Cordasco2016-06-251-0/+163
This should make the contents clearer