Spage has uploaded a new change for review.

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

Change subject: Improve Doxygen template used by mwdocgen.php
......................................................................

Improve Doxygen template used by mwdocgen.php

Document the template's variables, and remove some unused XML generation
options that are obsolete in doxygen 1.8.9.

Change-Id: Ief9a03e7c63787e64b96adde24512aa86b77d78b
---
M maintenance/Doxyfile
1 file changed, 4 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/71/225371/1

diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile
index 1f70f45..19bd450 100644
--- a/maintenance/Doxyfile
+++ b/maintenance/Doxyfile
@@ -4,10 +4,10 @@
 # doxygen (www.doxygen.org) for MediaWiki.
 #
 # Some placeholders have been added for MediaWiki usage:
-# {{OUTPUT_DIRECTORY}}
-# {{CURRENT_VERSION}}
-# {{STRIP_FROM_PATH}}
-# {{INPUT}}
+# OUTPUT_DIRECTORY = {{OUTPUT_DIRECTORY}}
+# CURRENT_VERSION  = {{CURRENT_VERSION}}
+# STRIP_FROM_PATH  = {{STRIP_FROM_PATH}}
+# INPUT            = {{INPUT}}
 #
 # To generate documentation run: php mwdocgen.php --no-extensions
 
@@ -322,8 +322,6 @@
 #---------------------------------------------------------------------------
 GENERATE_XML           = NO
 XML_OUTPUT             = xml
-XML_SCHEMA             =
-XML_DTD                =
 XML_PROGRAMLISTING     = YES
 #---------------------------------------------------------------------------
 # Configuration options related to the DOCBOOK output

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief9a03e7c63787e64b96adde24512aa86b77d78b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Spage <sp...@wikimedia.org>

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

Reply via email to