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

fullDocs option for doc_comment #425

Closed
wants to merge 6 commits into from
Closed

fullDocs option for doc_comment #425

wants to merge 6 commits into from

Commits on Nov 25, 2014

  1. fullDocs option for doc_comment

    Updated demo with default value for fullDocs to make it easy for users
    to understand. Added documentation to manual.txt.
    Sevin777 committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    fd9fb30 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. cleaner code

    Sevin777 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    5210e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Changed parsing

    Only remove JSDoc asterisks and start/end spaces from comments when
    using fullDocs. Use the last comment instead of the first. Always remove
    preceding asterisks from result.
    Sevin777 committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    72ecce4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Changed regex

    Remove any combination of tabs and white spaces before the jsdoc comment
    line start.
    Only remove a single whitespace after the jsdoc comment line start (keep
    original spacing).
    Sevin777 committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    23feddf View commit details
    Browse the repository at this point in the history
  2. better regex

    Sevin777 committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    02a86a6 View commit details
    Browse the repository at this point in the history
  3. even simpler regex

    Sevin777 committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    6357569 View commit details
    Browse the repository at this point in the history