well, thinking about it sometimes work.
- load('steal/rhino/rhino.js');
- steal("documentjs", function(DocumentJS){
- DocumentJS('myapp', {
- out: 'myapp/docdev',
- markdown : [
- // 'myapp',
- 'steal', 'jquerypp', 'can', 'funcunit'],
- parent : 'myapp',
- templates : 'myapp/lib/doctemplates'
- });
- DocumentJS('', {
- out: 'myapp/handbuch',
- markdown : ['myapp'],
- parent : 'myapp',
- templates : 'myapp/lib/doctemplates'
- });
- });
works. It is a workaround but dev-doc can be separated from manuals.