Skip to content

Commit

Permalink
add hooks classes to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Krause committed Feb 22, 2015
1 parent 3ab3c40 commit 94ab358
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions doc/Dev-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@ The Dev API contains class member that are not defined as `private` or those tha
Please note, that, like the private API's ones, any class members documented in this section may change without releasing a new major version of Gustav. Therfore you should not rely on these members if you wish to update easily to future (non-major) versions.
The Dev API is spread across the following Gustav classes.

+ [`Gustav`](Dev-API%3A-Gustav)
+ [`GustavSrc`](Dev-API%3A-GustavSrc)
+ [`GustavDest`](Dev-API%3A-GustavDest)
+ [`GustavContent`](Dev-API%3A-GustavContent)
+ [`GustavBlock`](Dev-API%3A-GustavBlock)
+ [`GustavMatch`](Dev-API%3A-GustavMatch)
+ [`GustavGenerator`](Dev-API%3A-GustavGenerator)
+ [`GustavBase`](Dev-API%3A-GustavBase)
+ [`Hooks classes`](Dev-API%3A-Hooks-classes)
+ [Gustav](Dev-API%3A-Gustav)
+ [GustavHooks](Dev-API%3A-GustavHooks)
+ [GustavSrc](Dev-API%3A-GustavSrc)
+ [GustavSrcHooks](Dev-API%3A-GustavSrcHooks)
+ [GustavDest](Dev-API%3A-GustavDest)
+ [GustavDestHooks](Dev-API%3A-GustavDestHooks)
+ [GustavContent](Dev-API%3A-GustavContent)
+ [GustavContentHooks](Dev-API%3A-GustavContentHooks)
+ [GustavBlock](Dev-API%3A-GustavBlock)
+ [GustavBlockHooks](Dev-API%3A-GustavBlockHooks)
+ [GustavMatch](Dev-API%3A-GustavMatch)
+ [GustavMatchHooks](Dev-API%3A-GustavMatchHooks)
+ [GustavGenerator](Dev-API%3A-GustavGenerator)
+ [GustavGeneratorHooks](Dev-API%3A-GustavGeneratorHooks)
+ [GustavBase](Dev-API%3A-GustavBase)
+ [GustavBaseHooks](Dev-API%3A-GustavBaseHooks)

0 comments on commit 94ab358

Please sign in to comment.