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

Generate docs of enums and rpc clients, some refactoring #909

Merged
merged 10 commits into from
Jan 8, 2024

Commits on Dec 29, 2023

  1. Refactor and test doc comment generation

    Currently we have 3 places where we generate a doc comment, and each of
    these does it differently.
    
    With this they now generate the comments the same way. The doc comment
    generator functions are documented with the invariants, namely that they
    never return an empty string and the output is always trimmed (i.e. no
    trailing whitespace).
    osa1 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1784bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269e708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7496ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2071fe1 View commit details
    Browse the repository at this point in the history
  5. Add tests

    osa1 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1f7638d View commit details
    Browse the repository at this point in the history
  6. Generate grpc client docs

    osa1 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f8cb7bb View commit details
    Browse the repository at this point in the history
  7. Revert changes in grpc generator

    osa1 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4ad053c View commit details
    Browse the repository at this point in the history
  8. Fix build

    osa1 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7a62bed View commit details
    Browse the repository at this point in the history
  9. Update changelog

    osa1 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b998f82 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    e3ee7e7 View commit details
    Browse the repository at this point in the history