You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DocumentRenderingContext.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public class DocumentRenderingContext {
62
62
/** The project's build directory, may be {@code null} rendered from a Doxia source) */
63
63
privatefinalFilerootDirectory;
64
64
65
-
/** The site's root directory (never null), must be within below {@link #rootDirectory}, may be {@code null} rendered from a Doxia source */
65
+
/** The site's root directory, must be below {@link #rootDirectory}, may be {@code null} if not rendered from a Doxia source */
66
66
privatefinalFilesiteRootDirectory;
67
67
68
68
/** optional descriptive text of the plugin which generated the output (usually Maven coordinates). Only set when document is not based on a Doxia source. */
@@ -315,7 +315,7 @@ public String getParserId() {
315
315
}
316
316
317
317
/**
318
-
* Get the relative path of the parent folder to site root.
318
+
* Get the relative path of the parent directory of this document to site root.
* @param path absolute path to the site directory containing doxia sources files, expected to have a Doxia Site layout, i.e. one directory per Doxia parser module
57
+
* @param path path to the site directory containing Doxia sources files, expected to have a Doxia Site layout, i.e. one directory per Doxia parser module
58
58
* @param editable {@code true} if the site directory is expected to be editable
59
59
* @param skipDuplicates flag indicating if duplicates in this directory should be skipped ({@code true}) or lead to an exception ({@code false})
60
60
* @since 2.1
@@ -104,7 +104,7 @@ public Collection<File> getEditableSourceDirectories() {
0 commit comments