Fix capitalization of some function names in "See also" section

This commit is contained in:
Niels Dossche
2024-10-15 20:54:31 +02:00
parent bdee5aba01
commit 8bcc6238e8
2 changed files with 5 additions and 5 deletions

View File

@@ -102,8 +102,8 @@ foreach ($config as $opt => $val) {
&reftitle.seealso;
<para>
<simplelist>
<member><function>tidy::getconfig</function></member>
<member><function>tidy::getopt</function></member>
<member><function>tidy::getConfig</function></member>
<member><function>tidy::getOpt</function></member>
</simplelist>
</para>
</refsect1>

View File

@@ -143,9 +143,9 @@ if(!empty($tidy->errorBuffer)) {
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>tidy::parsestring</function></member>
<member><function>tidy::repairfile</function></member>
<member><function>tidy::repairstring</function></member>
<member><function>tidy::parseString</function></member>
<member><function>tidy::repairFile</function></member>
<member><function>tidy::repairString</function></member>
</simplelist>
</refsect1>