[PATCH] D14960: Doxygen: Use mathjax
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 16:53:15 PST 2015
MatzeB added a comment.
In http://reviews.llvm.org/D14960#296285, @silvas wrote:
> I haven't used the option before, but using mathjax seems like a win.
> Do you have a particular page of our doxygen that you are looking at where
> we use math?
>
> Anyway, give it a shot and we can always roll back if it is undesirable.
>
> Adding Hans just as an FYI, since IIRC he was generating the doxygen for
> the release and may want to be aware of what is happening here in case it
> causes some issue.
>
> - Sean Silva
At least our jenkins documentation builder is spewing errors about missing latex. I found out after creating this patch that these errors are non-fatal (and the root cause for failing jenkins bot was something else).
Anyway as far as I can see the only place where we have a formula is in llvm/ADT/DAGDeltaAlgorithm.h, I'll give the mathjax variant a go and see how it goes.
Repository:
rL LLVM
http://reviews.llvm.org/D14960
More information about the llvm-commits
mailing list