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

Conversation

rgolangh
Copy link
Contributor

@rgolangh rgolangh commented Jun 13, 2023

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 rgolangh force-pushed the doclet-markdown-for-workflows branch from c74cb35 to a16b1b4 Compare June 13, 2023 11:13
Copy link
Collaborator

@pkliczewski pkliczewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci
Copy link

openshift-ci bot commented Jun 13, 2023

New changes are detected. LGTM label has been removed.

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 rgolangh force-pushed the doclet-markdown-for-workflows branch from 1183932 to 388639e Compare June 13, 2023 12:05
@openshift-ci
Copy link

openshift-ci bot commented Jun 13, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RichardW98

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 90d9a7d into parodos-dev:main Jun 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants