CCNet.Build.Reconfigure.LibraryProjectPage.RenderDocumentation C# (CSharp) Method

RenderDocumentation() private method

private RenderDocumentation ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement
		private XElement RenderDocumentation()
		{
			return new XElement(
				"td",
				BuildExplain(
					"Документацияпроекта(XMLdocumentation)",
					BuildDocumentation(Documentation)));
		}