<?xml version="1.0" encoding="UTF-8" ?>
<!--
  Copyright 2012, 2013, 2014 Newport Software Technologies, UNICEN

  This file is part of XGAP.

  XGAP is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  XGAP 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 Affero General Public License for more details.

  You should have received a copy of the GNU Affero General Public License
  along with XGAP.  If not, see <http://www.gnu.org/licenses/>.
-->
<!--+
    | Configuración de phpDocumentor 2 (http://www.phpdoc.org/)
    | para generar la documentación para el motor de XGAP.
    +-->
<phpdocumentor>
  <title>XGAP - Generated Documentation (phpDocumentor 2)</title>
  <parser>
    <default-package-name>xgap</default-package-name>
    <target>phpDocumentor2</target>
    <markers>
      <item>TODO</item>
      <item>FIXME</item>
      <item>PENDING</item>
    </markers>
    <extensions>
      <extension>php</extension>
      <extension>phtml</extension>
    </extensions>
    <visibility>public,protected</visibility>
  </parser>
  <files>
    <directory>..</directory>
    <ignore>doc/*</ignore>
    <ignore>tests/*</ignore>
    <ignore>terceros/*</ignore>
    <ignore>tmp/*</ignore>
    <ignore>selenium/*</ignore>
    <ignore>motores/*/testeo/*</ignore>
    <ignore>test*.php</ignore>
    <ignore>changelog.inc.php</ignore>
    <ignore-hidden>true</ignore-hidden>
    <ignore-symlinks>true</ignore-symlinks>
  </files>
  <transformer>
    <target>phpDocumentor2</target>
  </transformer>
  <transformations>
    <template name="clean"/>
  </transformations>
  <logging>
    <level>warn</level>
    <paths>
      <default>phpDocumentor2/log/{DATE}.log</default>
      <errors>phpDocumentor2/log/{DATE}.errors.log</errors>
    </paths>
  </logging>
</phpdocumentor>
