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

duplicate @section in different @page causes error #48

Closed
airtonix opened this issue Oct 16, 2017 · 3 comments
Closed

duplicate @section in different @page causes error #48

airtonix opened this issue Oct 16, 2017 · 3 comments

Comments

@airtonix
Copy link

airtonix commented Oct 16, 2017

// file 1

/**
 * @page core
 * @section Components
*/
...
// file 2
/**
 * @page theme
 * @section Components
 */

Fails with Components section is already defined.

@straker
Copy link
Owner

straker commented Oct 16, 2017

Good catch. I'll look into this and should have a fix within a few days.

@straker
Copy link
Owner

straker commented Oct 17, 2017

So I looked into this and I can't reproduce. Are you using any @sectionof tags?

@straker
Copy link
Owner

straker commented Dec 15, 2017

Closing due to inactivity. If this is still an issue please reopen.

@straker straker closed this as completed Dec 15, 2017
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