mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-04-01 01:52:39 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
|
||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
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. It can (if enabled) spawn secondary (non-related to the primary)
|
||||||
instances and can send data to the primary instance from secondary instances.
|
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
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user