Summary
Determines the
NDoc.Documenter.NAnt.ElementDocType
of the given type node.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntXsltUtilities
Syntax
public ElementDocType GetElementDocType(XmlNode typeNode)
Parameters
Name | Type | Description |
---|---|---|
typeNode | XmlNode | The type node for which to determine the NDoc.Documenter.NAnt.ElementDocType . |
Return Value
Type | Description |
---|---|
ElementDocType |
The NDoc.Documenter.NAnt.ElementDocType of the given type node.
|