straker/livingcss

duplicate @section in different @page causes error

airtonix opened this issue · 3 comments

// file 1

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

Fails with Components section is already defined.

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

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

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