Skip to content

Commit

Permalink
docs: plugin documentation missing key special members
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Nov 5, 2023
1 parent 372c22d commit f02ea20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@ Execution and progress reporting

.. autoclass:: ocrmypdf.pluginspec.ProgressBar
:members:
:special-members: __init__, __enter__, __exit__

.. autoclass:: ocrmypdf.pluginspec.Executor
:members:
:special-members: __call__

.. autofunction:: ocrmypdf.pluginspec.get_logging_console

Expand Down

0 comments on commit f02ea20

Please sign in to comment.