GH-644 - Remove deprecated configuration method on Documenter.

This commit is contained in:
Oliver Drotbohm
2024-07-16 14:56:01 +02:00
parent 8e7225b9f7
commit 69499b9258

View File

@@ -160,19 +160,6 @@ public class Documenter {
this.cleared = false;
}
/**
* Customize the output folder to write the generated files to. Defaults to {@code spring-modulith-docs} in your build
* systems build folder.
*
* @param outputFolder must not be {@literal null} or empty.
* @return will never be {@literal null}.
* @deprecated use {@link Documenter(ApplicationModules, String)} directly.
*/
@Deprecated(forRemoval = true)
public Documenter withOutputFolder(String outputFolder) {
return new Documenter(modules, outputFolder);
}
/**
* Writes all available documentation:
* <ul>