Seb35 has uploaded a new change for review.

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

Change subject: Documentation
......................................................................

Documentation
---
M composer.json
M scripts/mwscript.php
M src/api.php.txt
M src/img_auth.php.txt
M src/index.php.txt
M src/load.php.txt
M src/opensearch_desc.php.txt
7 files changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiFarm 
refs/changes/07/299407/1

diff --git a/composer.json b/composer.json
index 51528b8..185a3a2 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,7 @@
        },
        "scripts": {
                "validate-schema": "php ./scripts/validate-schema.php",
-               "phpdoc": "./vendor/bin/phpdoc -d ./src -t ./docs/code",
+               "phpdoc": "./vendor/bin/phpdoc -d src,scripts -e php,php.txt -t 
./docs/code",
                "parallel-lint": "./vendor/bin/parallel-lint --exclude vendor ."
        }
 }
diff --git a/scripts/mwscript.php b/scripts/mwscript.php
index bf9cdb0..248c9cc 100644
--- a/scripts/mwscript.php
+++ b/scripts/mwscript.php
@@ -10,7 +10,7 @@
 # Protect against web entry
 if( PHP_SAPI != 'cli' ) exit;
 
-# Definition of a constant to protect dedicated entry points
+/** Definition of a constant to protect dedicated entry points. */
 define( 'MEDIAWIKI_FARM', true );
 
 # Configuration of the MediaWiki Farm
diff --git a/src/api.php.txt b/src/api.php.txt
index 43e0634..782f5a7 100644
--- a/src/api.php.txt
+++ b/src/api.php.txt
@@ -7,7 +7,7 @@
  * @license AGPL-3.0+ GNU Affero General Public License v3.0 ou version 
ultérieure
  */
 
-# Definition of a constant to protect dedicated entry points
+/** Definition of a constant to protect dedicated entry points. */
 define( 'MEDIAWIKI_FARM', true );
 
 # Configuration of the MediaWiki Farm
diff --git a/src/img_auth.php.txt b/src/img_auth.php.txt
index 039538c..74402b0 100644
--- a/src/img_auth.php.txt
+++ b/src/img_auth.php.txt
@@ -7,7 +7,7 @@
  * @license AGPL-3.0+ GNU Affero General Public License v3.0 ou version 
ultérieure
  */
 
-# Definition of a constant to protect dedicated entry points
+/** Definition of a constant to protect dedicated entry points. */
 define( 'MEDIAWIKI_FARM', true );
 
 # Configuration of the MediaWiki Farm
diff --git a/src/index.php.txt b/src/index.php.txt
index 4879943..998b670 100644
--- a/src/index.php.txt
+++ b/src/index.php.txt
@@ -7,7 +7,7 @@
  * @license AGPL-3.0+ GNU Affero General Public License v3.0 ou version 
ultérieure
  */
 
-# Definition of a constant to protect dedicated entry points
+/** Definition of a constant to protect dedicated entry points. */
 define( 'MEDIAWIKI_FARM', true );
 
 # Configuration of the MediaWiki Farm
diff --git a/src/load.php.txt b/src/load.php.txt
index 50e4c78..f33e996 100644
--- a/src/load.php.txt
+++ b/src/load.php.txt
@@ -7,7 +7,7 @@
  * @license AGPL-3.0+ GNU Affero General Public License v3.0 ou version 
ultérieure
  */
 
-# Definition of a constant to protect dedicated entry points
+/** Definition of a constant to protect dedicated entry points. */
 define( 'MEDIAWIKI_FARM', true );
 
 # Configuration of the MediaWiki Farm
diff --git a/src/opensearch_desc.php.txt b/src/opensearch_desc.php.txt
index 01caaab..3bb374b 100644
--- a/src/opensearch_desc.php.txt
+++ b/src/opensearch_desc.php.txt
@@ -7,7 +7,7 @@
  * @license AGPL-3.0+ GNU Affero General Public License v3.0 ou version 
ultérieure
  */
 
-# Definition of a constant to protect dedicated entry points
+/** Definition of a constant to protect dedicated entry points. */
 define( 'MEDIAWIKI_FARM', true );
 
 # Configuration of the MediaWiki Farm

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86562355bc2ab7ea214daac40d819e24cfd96e76
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiFarm
Gerrit-Branch: master
Gerrit-Owner: Seb35 <seb35wikipe...@gmail.com>

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

Reply via email to