Opened 15 years ago
Closed 15 years ago
#4591 closed task (fixed)
util/docscripts/lib/parser files violate style guidelines
Reported by: | dante | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Doc parser | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
though they are php files, and used internally, if we are to tout the usefulness of dojo's wonderful doc parser as a general-purpose js doc parser, we should attempt to document it and make it meet our style guidelines wrt to tabs and whatnot, for consistency.
we have a 1.0 milestone on full API and documentation, and that's right around the corner.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | docparser.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Using Drupal's coding standards, since I hope a lot of our PHP related to Drupal will become a Drupal module: http://drupal.org/coding-standards
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixing as we go. Conforming to Drupal style guidelines.
Note: See
TracTickets for help on using
tickets.
style cleanups and sneaking in patch from #1473