GH-644 - Remove deprecated configuration method on Documenter.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user