Skip to content

Commit

Permalink
Moving phpdoc output directory to '.phpdoc'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshvarner authored and Josh Varner committed Feb 6, 2012
1 parent 3bc02a2 commit d170613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/Support/generate/phpdoc
/Support/generate/.phpdoc
2 changes: 1 addition & 1 deletion Support/generate/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
'xml.dom' => 'php_dom',
);

define('PHP_DOC_DIR', __DIR__ . '/phpdoc');
define('PHP_DOC_DIR', __DIR__ . '/.phpdoc');

if (!is_dir(PHP_DOC_DIR)) {
mkdir(PHP_DOC_DIR);
Expand Down

0 comments on commit d170613

Please sign in to comment.