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

Try to even parse the comments #2

Open
kane-thornwyrd opened this issue Jul 4, 2013 · 0 comments
Open

Try to even parse the comments #2

kane-thornwyrd opened this issue Jul 4, 2013 · 0 comments

Comments

@kane-thornwyrd
Copy link

Grunt-Wording blindly try to even parse the comments, troublesome behavior creating unnecessary keys and time to time leads to Grunt Syntax Errors because of Unexpected identifier.
Example:

    /**
      The datas describing every Timespans with various usefull metas.

      Format of each timespan is :
      <pre>
      {
        text     : "{%= Wording key for the timespan "human" name %}",
        value    : Machine name of the timespan,
        start    : HHMM/MAINTAIN_HOUR_ORDER, //where HH stand for hour and MM for minutes
        end      : HHMM/MAINTAIN_HOUR_ORDER,
        variable : true|false does this timespan is variable
      },
      </pre>

      @property TIMESPANS_DATA
      @type Array
      @static
      @final
    **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant