Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Create a doclet that generates a markdown file for a class annotation with @Configuration #417

Merged

Commits on Jun 13, 2023

  1. Create a doclet that generates a markdown file for a class annotation

    with @configuration
    
    Scan files with @configuration and generate .md files:
    
    ```
    /**
    * A useful workflow
    */
    @configuration
    public class MyWorkflow {
    
    }
    ```
    
    A mvn site or more specifically `mvn javadoc:javadoc ` would generate
    target/site/MyWorkflow.md:
    ```
    A useful workflow
    ```
    
    Signed-off-by: Roy Golan <rgolan@redhat.com>
    rgolangh committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    388639e View commit details
    Browse the repository at this point in the history