Re: [ADVANCED-DOTNET] C++/CLI XML doc comments

2006-03-10 Thread RYoung
Thanks for googling that Eric. I didn't realize the documentation file needed to be generated. Will do. Ron - Original Message - From: "Eric Means" <[EMAIL PROTECTED]> To: Sent: Friday, March 10, 2006 9:39 AM Subject: Re: [ADVANCED-DOTNET] C++/CLI XML doc comments A quick Google turne

Re: [ADVANCED-DOTNET] C++/CLI XML doc comments

2006-03-10 Thread Eric Means
A quick Google turned up this: To turn XML documentation production on, set the *Generate XML Documentation File* property on the *Configuration Properties* | *C/ C++* | *Output File*page to *Yes*, or use the /doc switch with the command line compiler (see Figure 2). http://www.codeguru.com/colum

Re: [ADVANCED-DOTNET] C++/CLI XML doc comments

2006-03-10 Thread Eric Means
I'm not terribly familiar with C++/CLI, but I know that in C# you have to make sure the compiler is set to produce the XML documentation file; the settings (in VS 2005) are in Project Properties > Build > Output Section > check XML documentation file and fill in the file name. On 3/9/06, RYoung <[