Updated javadoc of toPath

This commit is contained in:
Robert Winkler
2016-04-04 13:04:05 +02:00
parent 735123749e
commit 505b9047ba

View File

@@ -177,7 +177,7 @@ public class Swagger2MarkupConverter {
}
/**
* Converts the Swagger specification into the {@code outputPath} which can be either a directory or a file path.
* Converts the Swagger specification into the {@code outputPath} which can be either a directory (e.g /tmp) or a file without extension (e.g /tmp/swagger).
* Internally the method invokes either {@code toFolder} or {@code toFile}.
*
* @param outputPath the output path