Display JavaDocs on GitHub

前端 未结 4 1363
别跟我提以往
别跟我提以往 2020-12-28 12:12

I\'m looking for a way to convert the javadocs from my open source project (generated in Eclipse) to GitHub MarkDown, or come up with some other s

4条回答
  •  半阙折子戏
    2020-12-28 13:04

    Currently you can also host your Javadoc with Github Pages from not only a gh-pages branch, but directly from the /docs folder within your master branch. You can check the help section on this topic, here (also check attached image below).

    Also, there's a project on Github that targets some conversion of Javadoc to Markdown (have not tried it yet, just leaving the reference).

提交回复
热议问题