diff options
author | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2012-03-03 12:56:17 -0800 |
---|---|---|
committer | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2012-03-03 12:56:17 -0800 |
commit | 952bcc5158eade15d551a523647d861307a31574 (patch) | |
tree | b3d3cb13ebf372165273e4158bea6ee6b43608d0 | |
parent | 7230fa5a9409c4d0138c1b041024757f8c41ffad (diff) | |
parent | a19d8d9e9f2e4a033c3db458bcbf5bd810992913 (diff) | |
download | volse-hubzilla-952bcc5158eade15d551a523647d861307a31574.tar.gz volse-hubzilla-952bcc5158eade15d551a523647d861307a31574.tar.bz2 volse-hubzilla-952bcc5158eade15d551a523647d861307a31574.zip |
Merge pull request #69 from abinoam/docblox
Added docblox default configuration file.
-rw-r--r-- | docblox.dist.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docblox.dist.xml b/docblox.dist.xml new file mode 100644 index 000000000..a2ea8e2cb --- /dev/null +++ b/docblox.dist.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<docblox> + <parser> + <target>data/output</target> + </parser> + <transformer> + <target>data/output</target> + </transformer> + <files> + <directory>.</directory> + </files> +</docblox> + |