소스 검색

Configured phpdoc to use Zend template

Taddeus Kroes 13 년 전
부모
커밋
a43b0b3ce2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      phpdoc.dist.xml

+ 4 - 0
phpdoc.dist.xml

@@ -8,8 +8,12 @@
 	<transformer>
 		<target>build/docs</target>
 	</transformer>
+	<transformations>
+		<template name="zend" />
+	</transformations>
 	<files>
 		<directory>.</directory>
 		<ignore>tests/*</ignore>
+		<ignore>build/*</ignore>
 	</files>
 </phpdoc>