X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=blobdiff_plain;f=maintenance%2FDoxyfile;h=dcd147f459a5955f5b672767fe54b77683e26e1a;hb=e25ce2a1eab1bb40c7b19ddd89efd02e1234e12e;hp=bb880401d113fa6fd51127a90b3d20654f2cc3f8;hpb=e2727d23ea43cf96a848c74f414c7addf2c1e4be;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index bb880401d1..dcd147f459 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -50,28 +50,22 @@ TAB_SIZE = 4 ALIASES = "type{1}= \1 :" \ "types{2}= \1 or \2 :" \ "types{3}= \1 , \2 , or \3 :" \ - "arrayof{2}= Array of \2" \ - "null=\type{Null}" \ - "boolean=\type{Boolean}" \ - "bool=\type{Boolean}" \ - "integer=\type{Integer}" \ - "int=\type{Integer}" \ - "string=\type{String}" \ - "str=\type{String}" \ - "mixed=\type{Mixed}" \ "access=\par Access:\n" \ "private=\access private" \ "protected=\access protected" \ - "public=\access public" \ "copyright=\note" \ "license=\note" \ + "inheritDoc=\inheritdoc" \ "codeCoverageIgnore=" \ + "codingStandardsIgnoreEnd=" \ "codingStandardsIgnoreStart=" \ - "group=" \ "covers=" \ "dataProvider=" \ "expectedException=" \ - "expectedExceptionMessage=" + "expectedExceptionMessage=" \ + "group=" \ + "phan=" \ + "suppress=" TCL_SUBST = OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO @@ -144,40 +138,14 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- INPUT = {{INPUT}} INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.py \ - *.txt \ - README +FILE_PATTERNS = *.php \ + *.md \ + *.inc RECURSIVE = YES EXCLUDE = {{EXCLUDE}} EXCLUDE_SYMLINKS = YES EXCLUDE_PATTERNS = LocalSettings.php \ AdminSettings.php \ - StartProfiler.php \ .svn \ */.git/* \ {{EXCLUDE_PATTERNS}} @@ -344,7 +312,6 @@ GENERATE_TAGFILE = {{OUTPUT_DIRECTORY}}/html/tagfile.xml ALLEXTERNALS = NO EXTERNAL_GROUPS = YES EXTERNAL_PAGES = YES -PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #---------------------------------------------------------------------------