Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Jan 30, 2014
1 parent 39bc812 commit b338ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Definition/TyphoonDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* - TyphoonScopePrototype means that a new component is created for each time it is referenced in a collaborator, or retrieved
* from the factory.
* - TyphoonScopeSingleton creates a shared instance.
* - TyphoonScopeWeakSingleton creates an instance that will be shared across all components. However as soon as the instance is not being
* used it will be deallocated.
*
*/
typedef enum
Expand Down

0 comments on commit b338ae5

Please sign in to comment.