doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java [1600:1610]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    switch (separator) {
                        case 0:
                            if (title) {
                                AptParser.this.sink.title_();
                            }
                        case 1:
                            if (author) {
                                AptParser.this.sink.author_();
                            }
                            break;
                        case 2:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java [1653:1663]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            switch (separator) {
                case 0:
                    if (title) {
                        AptParser.this.sink.title_();
                    }
                case 1:
                    if (author) {
                        AptParser.this.sink.author_();
                    }
                    break;
                case 2:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



