This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch feature/asciidoctor-converter
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
from 8c3cc52 Improve support for table headers
add 6cda1cb Remove `StringBuilderFormattable` and clean up code
No new revisions were added by this update.
Summary of changes:
log4j-docgen/pom.xml | 11 --------
.../processor/AbstractAsciidocTreeVisitor.java | 13 ++++-----
.../log4j/docgen/processor/AsciidocData.java | 3 +--
.../log4j/docgen/processor/internal/BlockImpl.java | 2 +-
.../log4j/docgen/processor/internal/CellImpl.java | 11 ++------
.../docgen/processor/internal/DocumentImpl.java | 18 ++-----------
.../log4j/docgen/processor/internal/ListImpl.java | 12 +++------
.../docgen/processor/internal/ListItemImpl.java | 16 +----------
.../docgen/processor/internal/SectionImpl.java | 19 +------------
.../processor/internal/StructuralNodeImpl.java | 31 ++++++++++++++++++++--
.../log4j/docgen/processor/internal/TableImpl.java | 2 +-
11 files changed, 47 insertions(+), 91 deletions(-)