From: Niklas Laxström Date: Wed, 1 Sep 2010 11:25:04 +0000 (+0000) Subject: Update Doxyfile X-Git-Tag: 1.31.0-rc.0~35251 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=16f93f9eb5238c0ee2cd45122c283e375aba460d;p=lhc%2Fweb%2Fwiklou.git Update Doxyfile --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 31334985f1..959f7d6a43 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -9,6 +9,7 @@ # {{INPUT}} # # A number of MediaWiki-specific aliases are near the end of this file. +# To generate documentation run: php mwdocgen.php --no-extensions #--------------------------------------------------------------------------- # Project related configuration options @@ -39,7 +40,6 @@ STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO -DETAILS_AT_TOP = NO INHERIT_DOCS = YES SEPARATE_MEMBER_PAGES = NO TAB_SIZE = 8 @@ -245,7 +245,7 @@ SKIP_FUNCTION_MACROS = YES # Configuration::additions related to external references #--------------------------------------------------------------------------- TAGFILES = -GENERATE_TAGFILE = +GENERATE_TAGFILE = {{OUTPUT_DIRECTORY}}/html/tagfile.xml ALLEXTERNALS = NO EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl @@ -293,4 +293,7 @@ ALIASES = "type{1}= \1 :" \ "access=\par Access:\n" \ "private=\access private" \ "protected=\access protected" \ - "public=\access public" \ No newline at end of file + "public=\access public" \ + "copyright=\note" \ + "license=\note" +