다음을 통해 공유


컴파일러 경고(수준 3) C4637

XML 문서 주석 대상: <태그 dis카드ed를 포함합니다>. reason

포함> 태그의 구문이 <올바르지 않습니다.

다음 샘플에서는 C4637을 생성합니다.

// C4637.cpp
// compile with: /clr /doc /LD /W3
using namespace System;

/// Text for class MyClass.
public ref class MyClass {
public:
   /// <include file="c:\davedata\jtest\xml_include.doc"/>
   // Try the following line instead:
   // /// <include file='xml_include.doc' path='MyDocs/MyMembers/*' />
   void MyMethod() {
   }
};   // C4637