Cosmetic update for doxygen.

This commit is contained in:
Jim Derry 2017-11-17 22:00:29 -05:00
parent b2d3bab9d1
commit 7105dbe0ee
1 changed files with 2 additions and 2 deletions

View File

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