duplicate @section in different @page causes error
airtonix opened this issue · 3 comments
airtonix commented
// file 1
/**
* @page core
* @section Components
*/
...
// file 2
/**
* @page theme
* @section Components
*/
Fails with Components section is already defined
.
straker commented
Good catch. I'll look into this and should have a fix within a few days.
straker commented
So I looked into this and I can't reproduce. Are you using any @sectionof
tags?
straker commented
Closing due to inactivity. If this is still an issue please reopen.