LiangliangSui commented on PR #1648:
URL: https://github.com/apache/incubator-fury/pull/1648#issuecomment-2131370462

   > Could we use parse javadoc html instead?
   
   Good suggestion!
   
   It can be implemented by parsing javadoc html. Even if it is implemented by 
parsing html, we need to clearly point out which config fields are in the 
comments. 
   
   In addition, we need to clearly point out the defaultValue in the comments 
of each filed, because it will not be included in javadoc. The true default 
value of the field (for example, `false` in `boolean enable = false` will not 
appear in the javadoc html)
   
   Our config field comments can be designed in the following format?
   
   ```
   /**
    * xxxxxxxxxxxxx
    *
    * @defaultValue: xxxx
    */
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to