summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/phpdoc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-qrcode/phpdoc.xml')
-rw-r--r--vendor/chillerlan/php-qrcode/phpdoc.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/vendor/chillerlan/php-qrcode/phpdoc.xml b/vendor/chillerlan/php-qrcode/phpdoc.xml
index d191e98ee..d440f1d8a 100644
--- a/vendor/chillerlan/php-qrcode/phpdoc.xml
+++ b/vendor/chillerlan/php-qrcode/phpdoc.xml
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<parser>
- <target>public/docs</target>
+ <target>docs</target>
+ <encoding>utf8</encoding>
+ <markers>
+ <item>TODO</item>
+ </markers>
</parser>
<transformer>
- <target>public/docs</target>
+ <target>docs</target>
</transformer>
<files>
<directory>src</directory>
+ <directory>tests</directory>
</files>
<transformations>
<template name="responsive-twig"/>
</transformations>
-</phpdoc> \ No newline at end of file
+</phpdoc>