Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Extract Comment from Project/Website

Extract Comment from Project/Website

Scheduled Pinned Locked Moved C#
csharpxml
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    keyur satyadev
    wrote on last edited by
    #1

    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

    B S 2 Replies Last reply
    0
    • K 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

      B Offline
      B Offline
      Bernhard Hiller
      wrote on last edited by
      #2

      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?

      K 1 Reply Last reply
      0
      • B Bernhard Hiller

        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?

        K Offline
        K Offline
        keyur satyadev
        wrote on last edited by
        #3

        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

        B 1 Reply Last reply
        0
        • K 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

          S Offline
          S Offline
          Simon_Whale
          wrote on last edited by
          #4

          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

          K 1 Reply Last reply
          0
          • S Simon_Whale

            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

            K Offline
            K Offline
            keyur satyadev
            wrote on last edited by
            #5

            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

            S 1 Reply Last reply
            0
            • K 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

              B Offline
              B Offline
              Bernhard Hiller
              wrote on last edited by
              #6

              Visual Studio will do that for you. For more details, see: http://msdn.microsoft.com/en-us/magazine/cc302121.aspx[^]

              1 Reply Last reply
              0
              • K keyur satyadev

                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

                S Offline
                S Offline
                Simon_Whale
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups