@@ -12,21 +12,21 @@ But with PHPFUI/InstaDoc, you can document your site in about a minute (OK, mayb
12
12
Two minutes to usable documentation with the following features:
13
13
14
14
## PHPFUI/InstaDoc Features
15
- * Always up to date, even with code that is not yet checked in
16
- * Send constructor information including parameters and default values to clipboard
17
- * Child and Parent class hierarchy clearly displayed and accessable
18
- * Quick access to highlighted PHP source with user selectable highlighting
19
- * Quick access to the file's git history for the local repo
20
- * Full support for @inheritDoc tag so child method docs are displayed correctly
21
- * Documents all projects loaded via Composer automatically
22
- * Tabbed documentation so you are not looking at irrelevant methods
15
+ * Always up to date, even with code that is not yet checked in.
16
+ * Send constructor information including parameters and default values to clipboard.
17
+ * Child and Parent class hierarchy clearly displayed and accessable.
18
+ * Quick access to highlighted PHP source with user selectable highlighting.
19
+ * Quick access to the file's git history for the local repo.
20
+ * Full support for @inheritDoc tag so child method docs are displayed correctly.
21
+ * Documents all projects loaded via Composer automatically.
22
+ * Tabbed documentation so you are not looking at irrelevant methods.
23
23
* Alphabetized everything, no more searching unalphabetized pages!
24
- * Support for markdown and custom markdown pages
25
- * Ability to generate static html files for high volume sites
26
- * Add any local repo directories
27
- * Remove any Composer project you don't care about
28
- * 5+ line config compatible with all PHP frameworks, or standalone
29
- * Uses [ Foundation CSS framework] ( https://get.foundation ) for a great experience on mobile
24
+ * Support for markdown and custom markdown pages.
25
+ * Ability to generate static html files for high volume sites.
26
+ * Add any local repo directories.
27
+ * Remove any Composer project you don't care about.
28
+ * 5+ line config compatible with all PHP frameworks, or standalone.
29
+ * Uses [ Foundation CSS framework] ( https://get.foundation ) for a great experience on mobile.
30
30
31
31
### Install PHPFUI/InstaDoc (requires PHP >= 7.4)
32
32
```
0 commit comments