X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/cfcc3268595d038b966d230e92cc50e0925a9226..refs/heads/master:/doc/Doxyfile diff --git a/doc/Doxyfile b/doc/Doxyfile index fad6ed7..1eecf53 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1,16 +1,16 @@ # vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: # +--------------------------------------------------------------------+ # | Ministerio de Economía | -# | | +# | AI (Administrador de Intranet) | # +--------------------------------------------------------------------+ -# | This file is part of . | +# | This file is part of AI. | # | | -# | is free software; you can redistribute it and/or modify | +# | AI is free software; you can redistribute it and/or modify | # | it under the terms of the GNU General Public License as published | # | by the Free Software Foundation; either version 2 of the License, | # | or (at your option) any later version. | # | | -# | is distributed in the hope that it will be useful, but | +# | AI is distributed in the hope that it will be useful, but | # | WITHOUT ANY WARRANTY; without even the implied warranty of | # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | # | General Public License for more details. | @@ -19,8 +19,8 @@ # | along with Hooks; if not, write to the Free Software Foundation, | # | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | # +--------------------------------------------------------------------+ -# | Creado: | -# | Autor: | +# | Creado: lun jun 23 15:21:18 ART 2003 | +# | Autor: Leandro Lucarella | # +--------------------------------------------------------------------+ # # $Id$ @@ -29,7 +29,7 @@ #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = +PROJECT_NAME = AI (Administrador de Intranet) PROJECT_NUMBER = $Rev$ OUTPUT_DIRECTORY = api OUTPUT_LANGUAGE = Spanish @@ -83,7 +83,7 @@ WARN_LOGFILE = doxygen.warnings #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../sistema/local_lib +INPUT = ../sistema/local_lib ../lib FILE_PATTERNS = *.php RECURSIVE = YES EXCLUDE = @@ -203,6 +203,7 @@ CLASS_DIAGRAMS = YES HIDE_UNDOC_RELATIONS = YES HAVE_DOT = YES CLASS_GRAPH = YES +CALL_GRAPH = YES COLLABORATION_GRAPH = NO TEMPLATE_RELATIONS = NO INCLUDE_GRAPH = YES