Skip to content
Commit 7d2f17d9 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Skip implicit parameters if explicit ones exist.

For example with code like this:

    /**
     * My Function
     * @param {Number} foo
     */
    function blah(foo, bar) {
    }

The previous behaviour of JSDuck was to include both parameters
to documentation.  After this change only the first parameter
will be documented, allowing us to easily have hidden parameters
for internal use, which is quite common in ExtJS.
parent 095b088d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment