8
我正在使用摘要屬性在VS 2010中記錄我的類成員。當我構建項目時,構建XML文件(稍後將在開發中使用它)。其中一個類成員的摘要不包含在XML文件中,而是出現錯誤「未成形的XML註釋被成員忽略」。摘要,對成員忽略的格式嚴重的XML註釋
摘要是文字如下。我不明白格式不正確。我應該轉換&
字符並使用%26
而不是?
/// <summary>
/// URI of a web page to convert. Must start with http:// or https://. Several URI of web pages can be passed to create one PDF. For example if http://www.google.com+http://www.nytimes.com URI will be passed the two web pages will be merged into one PDF.
/// If URI has special characters like ? or & they must be encoded.
/// </summary>