mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
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:
parent
f418243b2e
commit
1f8c41ee51
1
.gitignore
vendored
1
.gitignore
vendored
@ -108,3 +108,4 @@ nb-configuration.xml
|
||||
*.stTheme.cache
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
/api/
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user