Merge branch 'master' into doxygen-awesome-fork-url-fix

This commit is contained in:
Itay Grudev 2022-06-09 16:04:33 +03:00 committed by GitHub
commit 9c2241f936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,6 @@ name: "Documentation"
on:
push:
branches:
- 'main'
- 'master'
jobs:

View File

@ -8,7 +8,9 @@ Keeps the Primary Instance of your Application and kills each subsequent
instances. It can (if enabled) spawn secondary (non-related to the primary)
instances and can send data to the primary instance from secondary instances.
## [Documentation](https://itay-grudev.github.io/SingleApplication/)
## Documentation
You can find the full usage reference [here](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html).
## Usage