Fixed JavaDoc
This commit is contained in:
@@ -62,5 +62,5 @@ test {
|
||||
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.11'
|
||||
gradleVersion = '2.12'
|
||||
}
|
||||
|
||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Wed Feb 10 11:09:13 CET 2016
|
||||
#Thu Mar 31 16:29:35 CEST 2016
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
|
||||
|
||||
@@ -21,7 +21,7 @@ public interface Swagger2MarkupConfig {
|
||||
MarkupLanguage getMarkupLanguage();
|
||||
|
||||
/**
|
||||
* Specifies the markup language used in Swagger descriptions.<br/>
|
||||
* Specifies the markup language used in Swagger descriptions.<br>
|
||||
* By default, {@link io.github.swagger2markup.markup.builder.MarkupLanguage#MARKDOWN} is assumed.
|
||||
*/
|
||||
MarkupLanguage getSwaggerMarkupLanguage();
|
||||
|
||||
@@ -142,7 +142,7 @@ public class Swagger2MarkupConverter {
|
||||
}
|
||||
|
||||
/**
|
||||
* Builds the document and stores it in the given {@code outputFile}.<br/>
|
||||
* Builds the document and stores it in the given {@code outputFile}.<br>
|
||||
* An extension identifying the markup language will be automatically added to file name.
|
||||
*
|
||||
* @param outputFile the output file
|
||||
|
||||
@@ -37,7 +37,7 @@ public class MarkupDocument {
|
||||
}
|
||||
|
||||
/**
|
||||
* Writes the content of the builder to a file.<br/>
|
||||
* Writes the content of the builder to a file.<br>
|
||||
* An extension identifying the markup language will be automatically added to file name.
|
||||
*
|
||||
* @param file the generated file
|
||||
|
||||
Reference in New Issue
Block a user