- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for gatherDeadJavadocLinksInLine (0.25 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java
String line = br.readLine(); while (line != null) { lineNumber++; gatherDeadLinksInLine(sourceFile, line, lineNumber, errorsForFile); gatherDeadJavadocLinksInLine(sourceFile, line, lineNumber, errorsForFile); gatherMarkdownLinksInLine(sourceFile, line, lineNumber, errorsForFile); line = br.readLine(); }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Aug 21 08:08:05 UTC 2024 - 9.4K bytes - Viewed (0)