Menu

#33 nullable method params problem

open-fixed
Xharze
None
5
2012-05-14
2010-01-29
Anonymous
No

When using nullable methods params the xml source comments are not handled in a .chm NDOC3 generation.

example CS code:

/// <summary>
/// Load TProjectCollection for TMaster.
/// </summary>
/// <param name="paramIdMaster">-1 to ignore</param>
/// <param name="paramIdMasterParent">-1 to ignore</param>
/// <param name="paramIdProject">-1 to ignore</param>
/// <returns>Returns TProjectCollection.</returns>
public static TProjectCollection LoadTProjectCollection(int paramIdMaster, int paramIdMasterParent, int? paramIdProject)
{
...

example NDOC3 (.chm):
TMaster.LoadTProjectCollection Method
public static TProjectCollection LoadTProjectCollection(
int paramIdMaster,
int paramIdMasterParent,
int? paramIdProject
);
See Also
TMaster Class

Thank you.

Discussion

  • Xharze

    Xharze - 2010-01-29
    • status: open --> open-accepted
     
  • Xharze

    Xharze - 2010-01-29

    Confirmed

     
  • Xharze

    Xharze - 2010-02-14
    • assigned_to: nobody --> xharzej
    • status: open-accepted --> closed-fixed
     
  • Xharze

    Xharze - 2010-02-14

    Fixed in the newest revision

     
  • James Bellinger

    James Bellinger - 2012-05-14

    I am still running into this bug in NDoc 3 Beta 4. It is not fixed.

     
  • James Bellinger

    James Bellinger - 2012-05-14
    • status: closed-fixed --> open-fixed
     

Log in to post a comment.