#7461 closed enhancement (fixed)
[meta] clean up documentation
Reported by: | Neil Roberts | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Documentation | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Find and clean up any issues
Attachments (1)
Change History (41)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.2 → future |
---|---|
Summary: | Clean up documentation → [meta] clean up documentation |
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
comment:7 Changed 12 years ago by
comment:9 Changed 12 years ago by
Component: | Doc parser → Documentation |
---|---|
Owner: | Neil Roberts deleted |
comment:10 Changed 12 years ago by
Changed 12 years ago by
Attachment: | revision.diff added |
---|
looks like order of params have swapped at some point and added ? to inline docs for optional params
comment:18 Changed 12 years ago by
comment:19 Changed 12 years ago by
comment:21 Changed 12 years ago by
comment:22 Changed 12 years ago by
comment:23 Changed 12 years ago by
(In [16332]) refs #7461 - fixing inline docs for nodelist (slightly). adopt and place pass through position to place(), which introduced only and replace (if i'm not mistaken). These may not be desireable. It is also worth expanding upon the behavior of dojo.place() when used with complex creation, and the end results of only and replace. but that can be covered in user docs.
comment:24 Changed 12 years ago by
[16336] was tacked onto this ticket, although the checkin was largely unrelated to documentation.
The (typeof tc.max == "number")
type checks were actually just checking if tc defined a max attribute, and are best implemented using ("max" in tc)
, not isNaN()
, since isNaN()
is for testing whether or not values are numeric.
comment:27 Changed 12 years ago by
comment:29 Changed 12 years ago by
comment:30 Changed 12 years ago by
comment:31 Changed 12 years ago by
comment:32 Changed 12 years ago by
comment:33 Changed 12 years ago by
comment:34 Changed 12 years ago by
comment:35 Changed 12 years ago by
comment:36 Changed 12 years ago by
comment:37 Changed 12 years ago by
Milestone: | future → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
(In [14879]) Refs #7461. Clean up returns statements !strict