Skip to content

Commit 8cc9a4e

Browse files
csviriCopilot
andauthored
Update operator-annotations/src/main/java/io/javaoperatorsdk/processor/SampleProcessor.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 67a090c commit 8cc9a4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

operator-annotations/src/main/java/io/javaoperatorsdk/processor/SampleProcessor.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment
5353
}
5454

5555
/**
56+
* Writes a markdown file named {@code samples.md} listing all provided samples.
57+
* Each sample is written as a section with its TLDR and description.
5658
*
59+
* @param samples the list of samples to include in the markdown file
60+
* @throws RuntimeException if an I/O error occurs during file writing
5761
*/
5862
private void writeSampleMDFile(List<SampleInfo> samples) {
5963
try {

0 commit comments

Comments
 (0)