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

Ruby documentation comments formatting #76

Open
RobertAudi opened this issue Feb 23, 2021 · 4 comments
Open

Ruby documentation comments formatting #76

RobertAudi opened this issue Feb 23, 2021 · 4 comments

Comments

@RobertAudi
Copy link

The documentation comments in the code are in the markdown format but are generated on a single line, which makes it unreadable and unparsable using markdown or rubydoc.info.

One example is the #create_envelope method (rubydoc).

The documentation comments are the only source of documentation that I found for the ruby client, and this issue makes it really hard to work with.

@LarryKlugerDS
Copy link
Contributor

Hi Robert! We hear you! We have a project underway to create SDK-specific documentation. The first project's first outcome is our C# part 1 docs. Ruby is on the list but will be much later in the year since we're proceeding in order of the SDKs' popularity.

Regards, Larry

@RobertAudi
Copy link
Author

@LarryKlugerDS I believe the docs and code is generate by Swagger. Would is be possible in the meantime to fix the generation config to add newlines in the documentation comments so that it could be parsable using markdown? 🤔

@LarryKlugerDS
Copy link
Contributor

Thank you for the idea. I have filed it as DCM-5284.
Unfortunately we have a limited engineering staff. But we'll see how it goes.

@aturkewi
Copy link

I'd like to +1 this.

It's been almost 9 months and the create_envelope documentation is still unreadable. Is there a timeline for a fix? Or an alternate location (besides here https://www.rubydoc.info/github/docusign/docusign-ruby-client/master/DocuSign_eSign/EnvelopesApi#create_envelope-instance_method) where this is readable?
I'm trying to get up to speed on using this gem and it's a bit difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants