root/sources/dantfw.diff
| Revision 162, 1.4 kB (checked in by Gregor, 2 years ago) |
|---|
-
convert/GtkToDUI.d
old new 20 20 21 21 private import dool.String; 22 22 private import dool.Character; 23 23 24 24 //debug=wrap; 25 25 //debug=wrapLine; 26 26 //debug=getDescription; … … 892 892 break; 893 893 894 894 case Expecting.PROTOTYPE: 895 version (GNU) {} else { // this doesn't work on GDC at all :( 895 896 debug(wrap)printf("\tGtkToDUI.wrapFromGtkHTMLDocs case PROTOTYPE \n" ); 896 897 ok = getPrototype(i, htmlDoc, code); 897 898 debug(wrap)printf("\tGtkToDUI.wrapFromGtkHTMLDocs case PROTOTYPE 2\n" ); … … 908 909 debug(wrap)printf("\tGtkToDUI.wrapFromGtkHTMLDocs case PROTOTYPE 6\n" ); 909 910 expect = Expecting.DESCRIPTION; 910 911 debug(wrap)printf("\tGtkToDUI.wrapFromGtkHTMLDocs case PROTOTYPE exit\n" ); 912 } 911 913 break; 912 914 913 915 case Expecting.DESCRIPTION: -
dsss.conf
old new 1 name = dantfw 2 3 [convert] 4 target = dantfw-convert 5 6 [docgen] 7 target = dantfw-docgen 8 9 [image] 10 target = dantfw-image 11 12 [parser] 13 target = dantfw-parser 14 15 [util] 16 target = dantfw-util 17 18 [utilities] 19 target = dantfw-utilities 20 21 # Not working 22 exclude = utilities/D/ParseD.d
Note: See TracBrowser for help on using the browser.
