hubFS: THE place for F#

. . . are you on The Hub?
Welcome to hubFS: THE place for F# Sign in | Join | Help
in Search

XML Documentation Comments

Last post 02-05-2010, 16:34 by OnorioCatenacci. 2 replies.
Sort Posts: Previous Next
  •  02-04-2010, 18:21 13020

    XML Documentation Comments

    Just out of curiosity, does anyone know if there's any way to make the alternate block comment syntax work with xml documentation comments?  Just tried it with 1.9.7.8 and it doesn't seem to work.  I tried:

    (*
       <summary>
       summary text
       </summary>
    *)

    and

    (*
        ///<summary>
        /// summary text
        ///</summary>
    *)

    but neither of them seemed to work.  No big deal but I'm just curious if there's some way to make this work with the (* *) syntax.

    --
    Onorio

    Onorio
  •  02-04-2010, 22:41 13024 in reply to 13020

    Re: XML Documentation Comments

    No, xmldoc comments only work with triple-slashes.

    (This page currently does not say much, but the next MSDN doc refresh will have good info:

    http://msdn.microsoft.com/en-us/library/dd233217(VS.100).aspx

    )

  •  02-05-2010, 16:34 13028 in reply to 13024

    Re: XML Documentation Comments

    That's what I kind of figured--just thought there might be some way to make it work that was not obvious.


    Onorio
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems