Re-spec bug

Thought I'd announce this on the list. Is there a better place to file bugs?

<dl class="idl" title="interface Test">
  <dt>void doThing(optional boolean param1 = false)</dt>
  <dd>Note that param1 has a default value of false</dd>
</dl>

The above will treat the parameter as "false" instead of "param1" in the output. I suppose that respect's webidl processor isn't handling default value assignment correctly...

-Travis

Received on Friday, 30 November 2012 19:49:16 UTC