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

Part of the entity comment that is after the last attribute becomes part of the last attribute #23

Open
wouterdb opened this issue Mar 21, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@wouterdb
Copy link
Contributor

Problem

Model

entity Epipe extends nokiasr::AdminStateBase:
"""
    Representation of epipe config

    :attr service_name: String representing name of epipe service.
    :attr service_id: Unique number used to identify epipe service.
    :attr customer: Name of epipe service customer.

    YANG model file: https://github.com/nokia/7x50_YangModels/blob/master/latest_sros_19.10/nokia-conf-svc-epipe.yang
"""
    nokiasr::service_name service_name
    external_service_id service_id
    customer_name customer
end

Output

image

Solution

Perhaps switching to the document parser that is now part of core would resolve this.

@wouterdb wouterdb added the bug Something isn't working label Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant