This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f5d91b7 [DOXIA-709] Javadoc fixes
4f5d91b7 is described below

commit 4f5d91b74bee8d246200e6d7c4e7d308ec655186
Author: Konrad Windszus <[email protected]>
AuthorDate: Sat Dec 23 20:52:27 2023 +0100

    [DOXIA-709] Javadoc fixes
---
 doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java 
b/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java
index dfbce6b5..6e981cf1 100644
--- a/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java
+++ b/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java
@@ -490,7 +490,7 @@ public interface Sink extends AutoCloseable {
      * Starts a 4th title heading element. This element is optional, but if it 
exists,
      * it has to be contained, and be the first element, within a {@link 
#section4()} element.
      * <p>
-     * Shortcut for {@link #sectionTitle(int, SinkEventAttributes)} with first 
argument being {@code 3} and second argument being {@code null}.
+     * Shortcut for {@link #sectionTitle(int, SinkEventAttributes)} with first 
argument being {@code 4} and second argument being {@code null}.
      *
      * @see #sectionTitle(int,SinkEventAttributes)
      */
@@ -505,7 +505,7 @@ public interface Sink extends AutoCloseable {
      * Starts a 5th heading element which contains the topic of the section.
      * This has to be contained within a {@link #section4()} element.
      * <p>
-     * Shortcut for {@link #section(int, SinkEventAttributes)} with first 
argument being {@code 3} and second argument being {@code null}.
+     * Shortcut for {@link #section(int, SinkEventAttributes)} with first 
argument being {@code 5} and second argument being {@code null}.
      *
      * @see #section(int,SinkEventAttributes)
      */
@@ -520,7 +520,7 @@ public interface Sink extends AutoCloseable {
      * Starts a 5th title heading element. This element is optional, but if it 
exists,
      * it has to be contained, and be the first element, within a {@link 
#section5()} element.
      * <p>
-     * Shortcut for {@link #sectionTitle(int, SinkEventAttributes)} with first 
argument being {@code 3} and second argument being {@code null}.
+     * Shortcut for {@link #sectionTitle(int, SinkEventAttributes)} with first 
argument being {@code 5} and second argument being {@code null}.
      *
      * @see #sectionTitle(int,SinkEventAttributes)
      */

Reply via email to