Extract Comment from Project/Website
-
Hi all, Hope you are doing good!! I would like to extract the comment written by developer in xls/xml/text file or in any other type. so basically, extract any type of comment written by developer in c# page, would like to extract. Thanks Regards Keyur Satyadev
-
Hi all, Hope you are doing good!! I would like to extract the comment written by developer in xls/xml/text file or in any other type. so basically, extract any type of comment written by developer in c# page, would like to extract. Thanks Regards Keyur Satyadev
Start with defining the requirements: what's a comment in an xls (Excel?) file? How do you recognize a comment in a plain text file? With XML, there's a specification for comments. And what's a C# page - do you mean a C# source code file?
-
Start with defining the requirements: what's a comment in an xls (Excel?) file? How do you recognize a comment in a plain text file? With XML, there's a specification for comments. And what's a C# page - do you mean a C# source code file?
Yes Please, Comment will be standard comment which we are using with summary. i.e. /// /// These comments are required to extract from c# source code file to either in XLS/Word/XML or any type of file. Let me know still if you have any questions with regards to post. Regards Keyur Satyadev
-
Hi all, Hope you are doing good!! I would like to extract the comment written by developer in xls/xml/text file or in any other type. so basically, extract any type of comment written by developer in c# page, would like to extract. Thanks Regards Keyur Satyadev
how are you wanting it to work? developer loads source code?
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
how are you wanting it to work? developer loads source code?
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
Yes if required, developer will load source code. but just to make sure code doesn't get affected and will get comments from source code. Thanks Regards Keyur Satyadev
-
Yes Please, Comment will be standard comment which we are using with summary. i.e. /// /// These comments are required to extract from c# source code file to either in XLS/Word/XML or any type of file. Let me know still if you have any questions with regards to post. Regards Keyur Satyadev
Visual Studio will do that for you. For more details, see: http://msdn.microsoft.com/en-us/magazine/cc302121.aspx[^]
-
Yes if required, developer will load source code. but just to make sure code doesn't get affected and will get comments from source code. Thanks Regards Keyur Satyadev
if it is for documentation I would have a look at Sandcastle[^].
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON