- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for javadoc_style (0.15 seconds)
-
src/etc/header-definition.xml
<?xml version="1.0" encoding="UTF-8"?> <additionalHeaders> <javadoc_style> <firstLine>/*</firstLine> <beforeEachLine> * </beforeEachLine> <endLine> */</endLine> <!--skipLine></skipLine--> <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> <allowBlankLines>false</allowBlankLines>
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Sep 15 12:48:40 GMT 2013 - 509 bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle-api.xml
<module name="SuppressionFilter"> <property name="file" value="${config_loc}/suppressions.xml"/> </module> <module name="JavadocPackage"/> <module name="TreeWalker"> <module name="JavadocStyle"> <property name="checkFirstSentence" value="false"/> <property name="checkEmptyJavadoc" value="true"/> </module> <module name="JavadocType">
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 17 23:20:14 GMT 2022 - 1.6K bytes - Click Count (0) -
build-tools-internal/src/main/resources/checkstyle.xml
</module> <module name="SuppressWarningsFilter" /> <!-- Checks Java files and forbids empty Javadoc comments. --> <!-- Although you can use the "JavadocStyle" rule for this, it considers Javadoc --> <!-- that only contains a "@return" line to be empty. --> <module name="RegexpMultiline"> <property name="id" value="EmptyJavadoc" />
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 12:48:46 GMT 2021 - 6K bytes - Click Count (0)