Skip to content

Commit 43881ed

Browse files
committedApr 20, 2021
Changed API doc generation to use phpDocumentor
1 parent c6e66df commit 43881ed

File tree

89 files changed

+13853
-16065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+13853
-16065
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Files to be ignored by Git
33
#-------------------------------------------------
44

5+
# phpDocumentor build and cache files
6+
src/.phpdoc
7+
58
# Eclipse project file and settings directory
69
.project
710
.settings/

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ foreach ($records as $record) {
6161

6262
Documentation
6363
----------------------------
64-
For more information, see the PHPCap documentation:
65-
[https://iuredcap.github.io/phpcap](https://iuredcap.github.io/phpcap/)
64+
For more information, see:
65+
66+
* PHPCap user documentation: [https://iuredcap.github.io/phpcap](https://iuredcap.github.io/phpcap/)
67+
* PHPCap API reference: [https://iuredcap.github.io/phpcap/api](https://iuredcap.github.io/phpcap/api/)
6668

6769

6870

0 commit comments

Comments
 (0)
Please sign in to comment.