diff options
Diffstat (limited to 'build/conf/java.conf')
| -rw-r--r-- | build/conf/java.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index c83a5835260..fc846dfdac8 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -126,7 +126,7 @@ multimodule JAVA_CONTRIB_ANNOTATION_PROCESSOR { } } -### Usage JUNIT_TESTS_JAR(path/to/some/peer realname.jar) +### @usage: JUNIT_TESTS_JAR(path/to/some/peer realname.jar) ### ### Specifies jar to search test suites and test cases. By default tests are ### searched in the jar compild by JTEST or JUNIT5 module sources. This macro @@ -1797,7 +1797,7 @@ macro ANNOTATION_PROCESSOR(Args...) { } EXCLUDE_VALUE= -### EXCLUDE(prefixes) +### @usage: EXCLUDE(prefixes) ### ### Specifies which libraries should be excluded from the classpath. macro EXCLUDE(Args...) { @@ -2066,7 +2066,7 @@ IGNORE_JAVA_DEPENDENCIES_CONFIGURATION=no JAVA_DEPENDENCIES_CONFIGURATION_VALUE= # tag:java-specific -### @usage JAVA_DEPENDENCIES_CONFIGURATION(Vetos...) +### @usage: JAVA_DEPENDENCIES_CONFIGURATION(Vetos...) ### Validate contrib/java dependencies ### Valid arguments ### FORBID_DIRECT_PEERDIRS - fail when module have direct PEERDIR (with version) (non-transitive) @@ -2087,7 +2087,7 @@ JAR_INCLUDE_FILTER_VALUE= JAR_EXCLUDE_FILTER_VALUE= # tag:java-specific -### @usage:JAR_INCLUDE(Filters...) +### @usage: JAR_INCLUDE(Filters...) ### Filter .jar file content: keep only matched files ### * and ** patterns are supported (like JAVA_SRCS) macro JAR_INCLUDE(Filters...) { @@ -2095,7 +2095,7 @@ macro JAR_INCLUDE(Filters...) { } # tag:java-specific -### @usage:JAR_EXCLUDE(Filters...) +### @usage: JAR_EXCLUDE(Filters...) ### Filter .jar file content: remove matched files ### * and ** patterns are supported (like JAVA_SRCS) macro JAR_EXCLUDE(Filters...) { @@ -2198,7 +2198,7 @@ macro USE_KTLINT_OLD() { _KTLINT_BASELINE_FILE= # tag:kotlin-specific -### @usage: #deprecated KTLINT_BASELINE_FILE(ktlint-baseline.xml "https://st.yandex-team.ru/REMOVE-BASELINE-1") +### @usage: KTLINT_BASELINE_FILE(ktlint-baseline.xml "https://st.yandex-team.ru/REMOVE-BASELINE-1") # deprecated ### Path to baseline file for ktlint test and ticket to fix all ktlint warnings in file and then remove it macro KTLINT_BASELINE_FILE(File, Ticket) { SET(_KTLINT_BASELINE_FILE $File) |
