Skip to content

Commit 90b298b

Browse files
committed
Important style for radio group required error color
1 parent 2b38249 commit 90b298b

File tree

4 files changed

+245
-146
lines changed

4 files changed

+245
-146
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ But with PHPFUI/InstaDoc, you can document your site in about a minute (OK, mayb
1212
Two minutes to usable documentation with the following features:
1313

1414
## 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.
2323
* 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.
3030

3131
### Install PHPFUI/InstaDoc (requires PHP >= 7.4)
3232
```

0 commit comments

Comments
 (0)