Skip to content

Commit

Permalink
[Laracrumbs] Added phpdoc distribution file.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdrago committed Jun 11, 2018
1 parent de68114 commit 44bb1f8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions phpdoc.dist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title><![CDATA[Laracrumbs]]></title>
<encoding>utf8</encoding>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<extensions>
<extension>php</extension>
</extensions>
<parser>
<target>documentation/cache</target>
</parser>
<transformations>
<template name="clean" />
</transformations>
<transformer>
<target>documentation</target>
</transformer>
<files>
<directory>src/</directory>
<ignore>*.blade.php</ignore>
</files>
</phpdoc>

0 comments on commit 44bb1f8

Please sign in to comment.