-
From the ndoc3-helpfeedback mailing list:
It's a small thing but in the Options dialog, when you select HtmlHelpWorkshopLocation, the dialog is to small to read the info at the bottom and you can't resize the dialog.
2009-11-17 20:11:50 UTC by xharzej
-
xharzej committed revision 314 to the NDoc3 SVN repository, changing 5 files.
2009-11-04 12:07:18 UTC by xharzej
-
Using the Microsoft MTPS Content Service we can get the necessary content identifier for generics.
Example code:
getContentRequest request = new getContentRequest();
request.contentIdentifier = "AssetId:t:System.Collections.Generic.List`1";
ContentServicePortTypeClient proxy = new ContentServicePortTypeClient();
getContentResponse response = proxy.GetContent(new appId(), request);...
2009-11-03 08:50:16 UTC by xharzej
-
r313 fixes this problem, thanks!
2009-10-26 10:32:49 UTC by balancer100
-
r313 should compile, you can just test this revision.
Again thanks for the help.
2009-10-26 10:00:07 UTC by xharzej
-
xharzej committed revision 313 to the NDoc3 SVN repository, changing 2 files.
2009-10-26 09:57:51 UTC by xharzej
-
Currently trunk won't build (as of r312) - or if you want me to test a branch, please let me know the full svn url you want me to test.
Cheers.
2009-10-26 09:36:48 UTC by balancer100
-
xharzej committed revision 312 to the NDoc3 SVN repository, changing 2 files.
2009-10-25 18:53:57 UTC by xharzej
-
xharzej committed revision 311 to the NDoc3 SVN repository, changing 11 files.
2009-10-25 18:44:37 UTC by xharzej
-
Implemented in revision 310.
2009-10-25 18:18:54 UTC by xharzej