Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.
This repository was archived by the owner on May 31, 2023. It is now read-only.

XML comment incorrectly inlcudes <param name="req">  #2

@brian-white

Description

@brian-white

Warning 5 XML comment on 'XXX.YYY.ZZZ.GetVariable()' has a param tag for 'req', but there is no parameter by that name C:\XXX\YYY\ZZZ\FoomvcController.cs

///

/// Get an environment variable value
///

///
public string GetVariable()
{
var requestData = DeserializeRequest();
return m_businessLogic.GetVariable(requestData.Req);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions