Is there a way to include math formulae in Scaladoc?

后端 未结 4 1145
南方客
南方客 2021-01-01 23:03

I would like to enter math formulae in Scaladoc documentation of mathematical Scala code. In Java, I found a library called LatexTaglet that can do exactly this for Javadoc,

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-01 23:50

    The forthcoming scala3 aka Dotty has in-built support for markdown which allows rendering simple math formulas using a subset of Latex.

提交回复
热议问题