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

Support JSDoc HereComments #11

Open
vjpr opened this issue Mar 1, 2012 · 1 comment
Open

Support JSDoc HereComments #11

vjpr opened this issue Mar 1, 2012 · 1 comment

Comments

@vjpr
Copy link

vjpr commented Mar 1, 2012

The following creates a <h2> tag:

###* @param {string} test ###
@mpfilbin
Copy link

Try this:

/**
* ### My Heading ###
*
* @param {String} param1
*/

I think the problem is that there is confusion on whether you want to use a markdown header (e.g. ### header ###) or the JSDoc param. Docco derives from Dox, so the support should already be there.

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