From 76ed9d8d223b85856f8e1ca77c582fcda2dff6ce Mon Sep 17 00:00:00 2001 From: Ilia Kebets Date: Mon, 23 Dec 2024 15:49:03 +0100 Subject: [PATCH] SONARHTML-278 Remove deprecated documentation file (#344) --- .../main/resources/static/documentation.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sonar-html-plugin/src/main/resources/static/documentation.md diff --git a/sonar-html-plugin/src/main/resources/static/documentation.md b/sonar-html-plugin/src/main/resources/static/documentation.md deleted file mode 100644 index cdd96314a..000000000 --- a/sonar-html-plugin/src/main/resources/static/documentation.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: HTML -key: html ---- - - - - - -## Language-Specific Properties - -You can discover and update HTML-specific [properties](/analysis/analysis-parameters/) in: Project **[Administration > General Settings > HTML](/#sonarqube-admin#/admin/settings?category=html)**. - -## PHP Code Analysis -PHP and HTML analyzers both analyze files with extensions: `.php`, `.php3`, `.php4`, `.php5`, `.phtml`. - -File metrics, such as the number of lines of code, can only be measured by one of the languages, PHP or HTML. They are handled by the PHP analyzer by default, and by HTML analyzer if for some reason the former is not present. - -The HTML analyzer inspects PHP files even if the PHP file extensions are not included in the list of file extensions to analyze.