From 471d2371ab1b99ea679fe2d773b900c3903b8bc6 Mon Sep 17 00:00:00 2001 From: Holger Knust Date: Tue, 7 Apr 2020 17:38:17 -0400 Subject: doxygen: Changed Doxygen tags causing warnings during documentation generation Updated Doxygen markup in several .php files triggering warnings when mwdocgen.php is executed. Removed obsolete settings MSCGEN_PATH and TCL_SUBST from Doxyfile. The former would generate a warning in 1.8.16 while TCL support was removed in 1.8.18. Since TCL_SUBST was blank anyway, it was removed prior to getting to .18 in production. Increased DOT_GRAPH_MAX_NODES from 50 to 200 since Doxygen complained about it being too low for API and Maintenance. Bug: T248706 Change-Id: I9c67f0807d1b43089d351263d4f591dee5501f36 --- includes/collation/CustomUppercaseCollation.php | 4 ++-- includes/collation/NumericUppercaseCollation.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/collation') diff --git a/includes/collation/CustomUppercaseCollation.php b/includes/collation/CustomUppercaseCollation.php index 8f4f05864683..36b83caae0af 100644 --- a/includes/collation/CustomUppercaseCollation.php +++ b/includes/collation/CustomUppercaseCollation.php @@ -39,10 +39,10 @@ */ class CustomUppercaseCollation extends NumericUppercaseCollation { - /** @var array $alphabet Sorted array of letters */ + /** @var array Sorted array of letters */ private $alphabet; - /** @var array $puaSubset List of private use area codes */ + /** @var array List of private use area codes */ private $puaSubset; /** @var array */ diff --git a/includes/collation/NumericUppercaseCollation.php b/includes/collation/NumericUppercaseCollation.php index 3f980033babb..126bb8c826dd 100644 --- a/includes/collation/NumericUppercaseCollation.php +++ b/includes/collation/NumericUppercaseCollation.php @@ -35,7 +35,7 @@ class NumericUppercaseCollation extends UppercaseCollation { /** - * @var Language $digitTransformLang How to convert digits (usually the content language) + * @var Language How to convert digits (usually the content language) */ private $digitTransformLang; -- cgit v1.2.3