Click here to Skip to main content
15,892,643 members
Articles / Programming Languages / C#

Visual Studio Add-in that produces compact HTML code documentation

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
5 Aug 2005CPOL4 min read 35.4K   235   16  
A Visual Studio add-in that produces compact HTML code documentation from embedded XML.
BODY  {
	BACKGROUND-COLOR : white;
	BORDER-BOTTOM : 0px;
	BORDER-LEFT : 0px;
	BORDER-RIGHT : 0px;
	BORDER-TOP : 0px;
	MARGIN : 0px;
	PADDING-BOTTOM : 0px;
	PADDING-LEFT : 0px;
	PADDING-RIGHT : 0px;
	PADDING-TOP : 0px;
}

.PageHeading  {
	FONT-SIZE: 120%;
	FONT-FAMILY: Verdana, sans-serif;
	FONT-WEIGHT: bold;
	MARGIN-TOP: 30px;
	MARGIN-LEFT: 21px;
}

.Description  {
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 70%;
	MARGIN-LEFT : 50px;
	MARGIN-TOP : 16px;
}

.Table  {
	BORDER-BOTTOM : medium none;
	BORDER-LEFT : medium none;
	BORDER-RIGHT : medium none;
	BORDER-TOP : medium none;
	MARGIN-TOP : 16px;
	MARGIN-LEFT : 10px;
	WIDTH : 100%;
}

.TableDarkGreen
{
    COLOR : white;
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 9pt;
	FONT-WEIGHT : bold;
	MARGIN-LEFT : 19px;
    BACKGROUND : #008000;
    ALIGN : left;
}

.TableLightGreen
{
	COLOR : black;
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 70%;
	MARGIN-LEFT : 19px;
    BACKGROUND : #99FF99;
}

.Remarks  {
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 70%;
	MARGIN-LEFT : 50px;
	MARGIN-TOP : 12px;
}

.RemarkText
{
	FONT-WEIGHT: bold;
}

.Namespace  {
	COLOR : #003366;
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 70%;
	FONT-WEIGHT : bold;
	MARGIN-LEFT : 8px;
	MARGIN-TOP : 13px;
}

.NamespaceChild  {
	COLOR : #003366;
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 70%;
	MARGIN-LEFT : 8px;
	MARGIN-TOP : 11px;
	FONT-WEIGHT : normal;
}

a	{ 
color : #003366;
	TEXT-DECORATION: underline;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
Mike Knuckey is a software consultant for Barnecourt Solutions, operating from Dartmoor, Devon, UK.

Comments and Discussions