Skip to content

Commit

Permalink
Fix "See also" section in tidyNode (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos authored Oct 16, 2024
1 parent e4efbf3 commit 43c6d80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions reference/tidy/tidynode/getnextsibling.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ string(13) "<p>World</p>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>tidy::getParent</function></member>
<member><function>tidy::getPreviousSibling</function></member>
<member><function>tidyNode::getParent</function></member>
<member><function>tidyNode::getPreviousSibling</function></member>
</simplelist>
</refsect1>

Expand Down
4 changes: 2 additions & 2 deletions reference/tidy/tidynode/getparent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ string(4) "head"
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>tidy::getPreviousSibling</function></member>
<member><function>tidy::getNextSibling</function></member>
<member><function>tidyNode::getPreviousSibling</function></member>
<member><function>tidyNode::getNextSibling</function></member>
</simplelist>
</refsect1>

Expand Down
4 changes: 2 additions & 2 deletions reference/tidy/tidynode/getprevioussibling.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ string(13) "<p>Hello</p>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>tidy::getParent</function></member>
<member><function>tidy::getNextSibling</function></member>
<member><function>tidyNode::getParent</function></member>
<member><function>tidyNode::getNextSibling</function></member>
</simplelist>
</refsect1>

Expand Down

0 comments on commit 43c6d80

Please sign in to comment.