mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Merge branch 'master' into doxygen-awesome-fork-url-fix
This commit is contained in:
commit
9c2241f936
1
.github/workflows/doxygen.yml
vendored
1
.github/workflows/doxygen.yml
vendored
@ -3,7 +3,6 @@ name: "Documentation"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user