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

Add support for verbatim inline elements #560

Merged
merged 2 commits into from
Sep 10, 2020

Commits on Sep 4, 2020

  1. Add support for verbatim inline elements

    This extends the current verbatim rST support with a new option
    "embed:rst:inline", which can be used to generate an inline node,
    instead of the paragraph node used by other verbatim blocks.
    
    Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
    utzig committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ffd5886 View commit details
    Browse the repository at this point in the history
  2. Add verbatim inline documentation and examples

    * Update rst.h example with a function that includes an inline
      rST cpp domain link to another function using a verbatim
    * Update markups.rst with an inline verbatim section
    * Add Doxygen ALIAS to for an inline verbatim element
    
    Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
    utzig committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    d3f9e12 View commit details
    Browse the repository at this point in the history