You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/24 15:52:59 UTC

[GitHub] [maven-doxia-sitetools] abelsromero commented on a change in pull request #20: [DOXIASITETOOLS-238] Pass input file name as reference to parser

abelsromero commented on a change in pull request #20:
URL: https://github.com/apache/maven-doxia-sitetools/pull/20#discussion_r775045668



##########
File path: doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
##########
@@ -432,7 +432,7 @@ public void renderDocument( Writer writer, RenderingContext docRenderingContext,
             }
             sink.enableLogging( new PlexusLoggerWrapper( getLogger() ) );
 
-            doxia.parse( reader, docRenderingContext.getParserId(), sink );
+            doxia.parse( reader, docRenderingContext.getParserId(), sink , docRenderingContext.getInputName() );

Review comment:
       Done! Thanks a lot for your dedication :bow: 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org