Closed ax487 closed 1 year ago
There is a little-known feature inside doxygen, which allows users to add inline formulas to the documentation:
// The distance between \f$(x_1,y_1)\f$ and \f$(x_2,y_2)\f$ is // \f$\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\f$.
This patch adds the corresponding pairs to the sp-c-modes.
sp-c-modes
Thanks! I didn't know about this either :)
There is a little-known feature inside doxygen, which allows users to add inline formulas to the documentation:
This patch adds the corresponding pairs to the
sp-c-modes
.