nexttodo / nico

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-09 21:55:32 +01:00
parent a3f2bc5fbb
commit 4fdfac292b
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1,4 @@
Documentation cleanup
Core:
- Support singletons (see types/issue for a good reason)
- probably name them only_once and use that as the internal id!

View File

@ -1,7 +1,3 @@
Core:
- Support singletons (see types/issue for a good reason)
- probably name them only_once and use that as the internal id!
Type handler:
- add dependency parameters to core available for every type
--requires