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

feat: Document overriden/inherited members #238

Merged
merged 3 commits into from
Sep 19, 2018

Commits on Sep 18, 2018

  1. feat: Document overriden/inherited members

    Add a documentation line outlining the parent declaration of overridden
    members as well as inherited members that are not overridden locally.
    This should make browsing the documentation a lot nicer.
    
    Inherited and overridden statements in the documentation always refer to
    the fully qualified name of the super statement.
    
    Fixes #196
    RomainMuller committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    3a16ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e87f52 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

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