Private-Members for autodocs extension for mkdocs #19
Labels
feature-request
Request for functionality that has not already been implemented
handoff
Issues that will not be fixed by the first webqueue2 team (after 7/16/21)
Currently, autodocs for mkdocs only supports parsing the docstrings for non private functions. By default, any private functions are omitted by default with this line of code in the
extension.py: script https://github.com/tomchristie/mkautodoc/blob/7807afbb2f94828080c27130ad4b1650bde5c932/mkautodoc/extension.py#L237To allow for flexibility in the code, this pull request accepts an additional declaration,
:private-members:. This declaration would add to the already existing:members:and:docstring:declarations. This simple fix would add additional flexibility in the code to allow for auto-documentation of more functions within a given class or module.The text was updated successfully, but these errors were encountered: