Update phpdocs config.

There is still a lot of work to do sorting out API docs.
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
This commit is contained in:
Master Yoda 2016-05-15 08:45:04 -07:00
parent f418243b2e
commit 1f8c41ee51
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -108,3 +108,4 @@ nb-configuration.xml
*.stTheme.cache
*.sublime-workspace
*.sublime-project
/api/

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>CodeIgniter v3.0.0 API</title>
<title>CodeIgniter v4.0.0 API</title>
<parser>
<target>./api/</target>
<target>./api/data/</target>
</parser>
<transformer>
<target>./api/</target>
<target>./api/build/</target>
</transformer>
<files>
<directory>./system</directory>