essobedo opened a new pull request #7317:
URL: https://github.com/apache/camel/pull/7317


   Fix for https://issues.apache.org/jira/browse/CAMEL-17896
   
   ## Motivation
   
   There are components that describe already their headers in the Javadoc so 
it could be interesting to be able to extract the Javadoc of those header and 
use it as description of the header instead of duplicating the description.
   
   ## Modifications
   
   * Adapt the code to be able to parse not only `JavaClassSource` but 
`JavaSource` to be able to support enumeration too. 
   * Add a new method called `getHeaderFieldJavadoc` to extract the Javadoc 
from a field in case of a class or interface or an Enum constant in case of an 
enum
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to