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

Introduce @public marker to explicitly mark members as public #655

Merged
merged 32 commits into from
Jan 17, 2024

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    7ac6ed3 View commit details
    Browse the repository at this point in the history
  2. fix is_public conditional

    tmeyier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    77a8a1c View commit details
    Browse the repository at this point in the history
  3. explain @public

    tmeyier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5df57c7 View commit details
    Browse the repository at this point in the history
  4. adapt visibility test script.

    tmeyier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    4ed4b8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3a909d View commit details
    Browse the repository at this point in the history
  6. fix docstring in test file.

    tmeyier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    0e8bb8d View commit details
    Browse the repository at this point in the history
  7. remove excess whitespace

    tmeyier committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    85b3d80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66c4b07 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update pdoc/__init__.py

    Co-authored-by: Maximilian Hils <[email protected]>
    tmeyier and mhils authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9744712 View commit details
    Browse the repository at this point in the history
  2. Update test/testdata/visibility.py

    Co-authored-by: Maximilian Hils <[email protected]>
    tmeyier and mhils authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fd1f3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47edb46 View commit details
    Browse the repository at this point in the history
  4. Update test/testdata/visibility.py

    Co-authored-by: Maximilian Hils <[email protected]>
    tmeyier and mhils authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a080d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20ce253 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    826cea2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a09d961 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a429dd8 View commit details
    Browse the repository at this point in the history
  9. Update test/testdata/visibility.py

    Co-authored-by: Maximilian Hils <[email protected]>
    tmeyier and mhils authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f8e7b61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0758afc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6efdadc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d9c2c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6d5404b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2fd0fd2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2702a1c View commit details
    Browse the repository at this point in the history
  16. Update test/testdata/visibility.py

    Co-authored-by: tmeyier <[email protected]>
    mhils and tmeyier authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    50bacc4 View commit details
    Browse the repository at this point in the history
  17. nits

    mhils authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dd8bb40 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    556837e View commit details
    Browse the repository at this point in the history
  19. fix markdown bug

    tmeyier committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    02afd0a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7d360ad View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md

    mhils authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    78e0d94 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    631e455 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0c08f4a View commit details
    Browse the repository at this point in the history
  24. remove leftovers

    mhils committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    78dd126 View commit details
    Browse the repository at this point in the history