[MediaWiki-commits] [Gerrit] Doxyfile: Suppress warnings for invalid @codingStandardsIgno... - change (mediawiki/core)

2015-04-02 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Doxyfile: Suppress warnings for invalid 
@codingStandardsIgnoreStart
..


Doxyfile: Suppress warnings for invalid @codingStandardsIgnoreStart

This phpcs annotation is not relevant for Doxygen.

> Preprocessor_DOM.php:24: warning: Found unknown command 
> `\codingStandardsIgnoreStart'
> Preprocessor_Hash.php:760: warning: Found unknown command 
> `\codingStandardsIgnoreStart'

Change-Id: I91ea668486a87fff0193a3cccb97f96943d4bf33
---
M maintenance/Doxyfile
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile
index 0589009..a2f7e35 100644
--- a/maintenance/Doxyfile
+++ b/maintenance/Doxyfile
@@ -65,7 +65,8 @@
  "public=\access public" \
  "copyright=\note" \
  "license=\note" \
- "codeCoverageIgnore="
+ "codeCoverageIgnore=" \
+ "codingStandardsIgnoreStart="
 TCL_SUBST  =
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO

-- 
To view, visit https://gerrit.wikimedia.org/r/201081
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I91ea668486a87fff0193a3cccb97f96943d4bf33
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Krinkle 
Gerrit-Reviewer: Jforrester 
Gerrit-Reviewer: Krinkle 
Gerrit-Reviewer: Parent5446 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Doxyfile: Suppress warnings for invalid @codingStandardsIgno... - change (mediawiki/core)

2015-03-31 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/201081

Change subject: Doxyfile: Suppress warnings for invalid 
@codingStandardsIgnoreStart
..

Doxyfile: Suppress warnings for invalid @codingStandardsIgnoreStart

This phpcs annotation is not relevant for Doxygen.

> Preprocessor_DOM.php:24: warning: Found unknown command 
> `\codingStandardsIgnoreStart'
> Preprocessor_Hash.php:760: warning: Found unknown command 
> `\codingStandardsIgnoreStart'

Change-Id: I91ea668486a87fff0193a3cccb97f96943d4bf33
---
M maintenance/Doxyfile
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/81/201081/1

diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile
index 0589009..a2f7e35 100644
--- a/maintenance/Doxyfile
+++ b/maintenance/Doxyfile
@@ -65,7 +65,8 @@
  "public=\access public" \
  "copyright=\note" \
  "license=\note" \
- "codeCoverageIgnore="
+ "codeCoverageIgnore=" \
+ "codingStandardsIgnoreStart="
 TCL_SUBST  =
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO

-- 
To view, visit https://gerrit.wikimedia.org/r/201081
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I91ea668486a87fff0193a3cccb97f96943d4bf33
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Krinkle 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits