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

Support capturing Expr for use in abbreviations. #133

Merged
merged 3 commits into from
Feb 6, 2023

Commits on Feb 5, 2023

  1. Support capturing Expr for use in abbreviations.

    Add a generic interface function `interpolation` that hooks into the
    stage after macro expansion so that interpolated values in docstrings
    can implement their own behaviour rather than being directly
    interpolated into the docstring. Pass the documented expression through
    to `interpolation` such that abbreviation implementations can make use
    of this expression for their own needs.
    MichaelHatherly committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b2746c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update test/interpolation.jl

    Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
    MichaelHatherly and mortenpi committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3a2681a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9711545 View commit details
    Browse the repository at this point in the history