Open GoogleCodeExporter opened 9 years ago
I can't reproduce this, here's what I tried: I made a simple example with two
files: dom.js and dom/range.js.
These contain:
/** In dom.js
@name dom
@namespace
*/
/** In dom/range.js
@name dom#range
@function
*/
And indeed the files are processed in this order: range.js then dom.js. But
there is no warning message and the docs are as
expected.
In fact I even put the two comments into a single file, in the wrong order,
like so:
/**
@name dom#range
@function
*/
/**
@name dom
@namespace
*/
And, again, this does not produce any warning or problem.
Are you certain that the problem you are experiencing is caused by the order in
which the files are processed? Can you create
a very simple example that demonstrates the problem, and include that with this
bug report?
Original comment by micmath
on 10 Jan 2010 at 5:47
Original issue reported on code.google.com by
fre...@gmail.com
on 8 Jan 2010 at 11:33