Allow multiple lines in args' description.#41
Conversation
Args: a: short def Long description, code ... code and longer b: regular description
…h, then clean. helps to detect the end of multiline property description. allow new lines not to be stripped inside of comments.
|
I'd like to incorporate this, but I have two comments: We're already importing some items from We need to add tests for this new behavior. Thank you for your help. |
|
Could you share examples of existing tests with me? |
|
Sure, please take a look in the Thanks again. |
There is an example:
I understand, the solution is not brilliant, but I really need this feature for my code to be consistent with:
https://google.github.io/styleguide/pyguide.html#Comments
so, for you to start not from scratch, I propose my solution. Hope you'll have some time to adapt in the right way.
Here is an example of output:
refman.pdf