Skip to content

Commit 58b4776

Browse files
csviriCopilot
andcommitted
Update operator-annotations/src/main/java/io/javaoperatorsdk/processor/SampleProcessor.java
Co-authored-by: Copilot <[email protected]>
1 parent ce651fd commit 58b4776

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)