Opened 14 years ago
Closed 12 years ago
#2076 closed defect (wontfix)
need to define in spec what docparser does with multple definitions
Reported by: | Adam Peller | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Doc parser | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
e.g. dojo.requireLocalization in loader.js is defined twice in the code. One definition wraps the other. The first one is the main definition and has the comments, but the docparser seems to blank them out when it sees the second definition. It might be nice if the doc parser were defined to take the first (or last) definition, but ignored overrides with no comments.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
this works because we refactored the code so that the other definition is hidden elsewhere in the namespace. I don't know whether the original problem still exists in the parser, but since there's been no follow-up, I'm going to close this as wontfix.
I think this works now?