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

Sorting of namespaces and class overview #63

Merged

Commits on Jul 13, 2023

  1. fix module list indentation

    The other templates are not indented - for a good reason,
    the whitespace in the template is rendered into the markdown file.
    That turns the entire module list into a big code snippet,
    since it says: 'Here is a list of all modules:' followed by and indented block.
    gladhorn committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c3f5244 View commit details
    Browse the repository at this point in the history
  2. Sort classes and modules in overviews

    When you have a few more classes, it becomes apparent that they
    are in random order, sorted by letter, but I  have about 20 classes
    starting with 'A' for example, that's confusing.
    The same is true for modules, they were not sorted at all.
    gladhorn committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bbdf88a View commit details
    Browse the repository at this point in the history