Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lferro9000/3abd3fc242b11f7d437a320fce2d32ab to your computer and use it in GitHub Desktop.
Save lferro9000/3abd3fc242b11f7d437a320fce2d32ab to your computer and use it in GitHub Desktop.
PHPDox export config
<?xml version="1.0" encoding="utf-8" ?>
<!-- This is a skeleton phpDox config file - Check http://phpDox.de for latest version and more info -->
<phpdox xmlns="http://xml.phpdox.net/config" silent="false">
<!-- more configuration options -->
<build engine="html" enabled="true" output="html">
<template dir="${basedir}/build/templates/html" />
<file extension="html" />
</build>
</phpdox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment