mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
doc: Cleanup @param documentation
No extra sign needed between variable and description Change-Id: I870cb71b6304ff1760499541190fd4cd44bf1a87
This commit is contained in:
parent
5fec6f17ba
commit
da9a7bfc17
|
@ -162,8 +162,8 @@ class MathLaTeXML extends MathMathML {
|
|||
|
||||
/**
|
||||
* Embeds the MathML-XML element in a HTML span element with class tex
|
||||
* @param string $mml : the MathML string
|
||||
* @param string $tagId : optional tagID for references like (pagename#equation2)
|
||||
* @param string $mml the MathML string
|
||||
* @param string $tagId optional tagID for references like (pagename#equation2)
|
||||
* @param array|false $attribs
|
||||
* @return string html element with rendered math
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue