Cosmetic update for doxygen.

This commit is contained in:
Jim Derry 2017-11-17 22:00:29 -05:00
parent b2d3bab9d1
commit 7105dbe0ee

View file

@ -74,8 +74,8 @@ Bool TY_(IsNewNode)(Node *node);
/** /**
* Transforms a given node to another element, for example, from a <p> * Transforms a given node to another element, for example, from a `p`
* to a <br>. * to a `br`.
* @param doc The document which the node belongs to. * @param doc The document which the node belongs to.
* @param node The node to coerce. * @param node The node to coerce.
* @param tid The tag type to coerce the node into. * @param tid The tag type to coerce the node into.