You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JacquesCarette raised the question in #1789 of whether we want to use javadoc for Java code documentation instead of Doxygen.
My thinking is that we could treat this like we plan to do with external libraries (#394), and allow users to choose whether they want Doxygen or Javadoc (or rather, pass in an ordered list of their preferred choices).
The text was updated successfully, but these errors were encountered:
I agree. We should also add the option of Pydoc in the future, using similar reasoning. I don't think we should be in a hurry to generate Javadoc, or Pydoc. Generating doxygen makes the point that we can generate documentation, adding more options adds more work, but without the same payoff. As far as future enhancements go though, this is a good idea.
@JacquesCarette raised the question in #1789 of whether we want to use javadoc for Java code documentation instead of Doxygen.
My thinking is that we could treat this like we plan to do with external libraries (#394), and allow users to choose whether they want Doxygen or Javadoc (or rather, pass in an ordered list of their preferred choices).
The text was updated successfully, but these errors were encountered: