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

Allow multiple lines in args' description. #41

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2017

  1. Allow multiple lines in args description.

    Args:
    	a: short def
    		Long description,
    			code
    			...
    			code
    		and longer
    	b: regular description
    vindex10 committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    8077c26 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. fix for props

    vindex10 committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    0622117 View commit details
    Browse the repository at this point in the history
  2. fix newline

    vindex10 committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    7b65ac2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    eaaef2f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. hard rewrite properties' analysis. add @endparblock at the end of eac…

    …h, then clean. helps to detect the end of multiline property description. allow new lines not to be stripped inside of comments.
    vindex10 committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    51cbbb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    39ffe94 View commit details
    Browse the repository at this point in the history