Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simpler callback entry #14

Closed
darobin opened this issue May 24, 2012 · 3 comments
Closed

Simpler callback entry #14

darobin opened this issue May 24, 2012 · 3 comments

Comments

@darobin
Copy link
Member

darobin commented May 24, 2012

Cullen wrote:

I wish I could write HTML like

<dl title='callback IceCandidateCallback = void' class='idl'  >
   <dt>IceCandidate candidate</dt>
   <dd>The new ICE candidate. </dd>
</dl>

and have it generate some IDL that looked something like

callback IceCandidateCallback = void( IceCandidate candidate )

with text below breaking out that parameters and explanation text for them much like respec does for an interface IDL

@fluffy
Copy link

fluffy commented May 25, 2012

Thanks for logging this - if / when someone starts working on this, I'm glad to test or help however I can.

@darobin
Copy link
Member Author

darobin commented May 31, 2012

Ok, this should now be supported in 3.0.5 using the syntax you asked for. Dom is now testing it, but it ought to be good. Tell me if you bump into a problem.

@darobin darobin closed this as completed May 31, 2012
@fluffy
Copy link

fluffy commented May 31, 2012

Thanks - I'll give it a try ...

shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants