Maven Doxia

TOC macro: higher entries are ignored

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-alpha-11
  • Fix Version/s: 1.1
  • Component/s: Core
  • Labels:
    None
  • Number of attachments :
    0

Description

For the xdoc snippet below, using default macro parameters, the created TOC has no sub-sub-sections in section 2 ; section 3 has no sub-sections, etc.

<section name="TITLE 1">
            <subsection name="SUB TITLE 1.1">bla bla... </subsection>
            <subsection name="SUB TITLE 1.2"> bla bla...</subsection>
            <subsection name="SUB TITLE 1.3"> bla bla...
                <h4>SUB SUB TITLE 1.3.1</h4>
                <h4>SUB SUB TITLE 1.3.2</h4>
                <h4>SUB SUB TITLE 1.3.3</h4>
            </subsection>
            <subsection name="SUB TITLE 1.4"> bla bla...</subsection>
        </section>

        <section name="TITLE 2">
            <subsection name="SUB TITLE 2.1"> bla bla... </subsection>
            <subsection name="SUB TITLE 2.2"> bla bla...</subsection>
            <subsection name="SUB TITLE 2.3"> bla bla...
                <h4>SUB SUB TITLE 2.3.1</h4>
                <h4>SUB SUB TITLE 2.3.2</h4>
                <h4>SUB SUB TITLE 2.3.3</h4>
            </subsection>
            <subsection name="SUB TITLE 2.4"> bla bla...</subsection>
        </section>

        <section name="TITLE 3">
            <subsection name="SUB TITLE 3.1"> bla bla... </subsection>
            <subsection name="SUB TITLE 3.2"> bla bla...</subsection>
            <subsection name="SUB TITLE 3.3"> bla bla...
                <h4>SUB SUB TITLE 3.3.1</h4>
                <h4>SUB SUB TITLE 3.3.2</h4>
                <h4>SUB SUB TITLE 3.3.3</h4>
            </subsection>
            <subsection name="SUB TITLE 3.4"> bla bla...</subsection>
        </section>

Activity

Hide
Lukas Theussl added a comment -

Fixed in r732143.

Show
Lukas Theussl added a comment - Fixed in r732143.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: