From 1c9cf58a9a86feab358cd48e27359ee4c8aff50e Mon Sep 17 00:00:00 2001 From: dante Date: Fri, 11 Dec 2020 21:07:28 +0100 Subject: Added documentation to starmath about mathml entitynames Change-Id: I278699fd169e12c36f98e84be8993489f0775de0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107609 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/source/xparsmlbase.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'starmath') diff --git a/starmath/source/xparsmlbase.hxx b/starmath/source/xparsmlbase.hxx index 4bca389a4961..f9b58de7ca89 100644 --- a/starmath/source/xparsmlbase.hxx +++ b/starmath/source/xparsmlbase.hxx @@ -30,6 +30,7 @@ namespace starmathdatabase * We allow the import of HTML5 entities because are compatible with mathml * and ill formated are expected. * On export only mathml entities are allowed. + * Some documentation: https://www.w3.org/TR/MathML3/chapter7.html */ /** * Entity names for mathml. Example: ∞ -- cgit