how to export summaries?
-
Hello, how can I export the summaries (the structured hints for methods, arguments etc.) so that they will be available outside the project? I've built a DLL with commonly used classes and methods and described it with summaries. Now I would like to make those summaries available for projects that use this DLL. How this can be done? There must be a way to export the summaries to DLL metadata or so. Thanks, Michal
-
Hello, how can I export the summaries (the structured hints for methods, arguments etc.) so that they will be available outside the project? I've built a DLL with commonly used classes and methods and described it with summaries. Now I would like to make those summaries available for projects that use this DLL. How this can be done? There must be a way to export the summaries to DLL metadata or so. Thanks, Michal
Hello MyProject's Properties => Build => At the lower part of the screen check "XML documentaion file" => Specify file location. NB. The file should be at the same location as your dll when you reference to it from another project.
Regards:rose: