Software Documentation.Info Logo
  home | about | technical writing | software documentation tools | add resource | site map | contact

SEARCH WEBSITE
 Search Website

CATEGORIES
Articles / Whitepapers
Technical Writing
  Technical Writers/Authors
  Technical Writing Services Software Documentation Tools
  Source Code Tools
    ASP
    .NET Framework
    Visual Basic
    SQL Server
    C++
    Java
    PHP
  End User Documentation Tools

WHAT'S NEW?
ASP.NET Documentation Tool
jGrouse Documentation Tool for JavaScript
RDoc Documentation Generator for Ruby
Epydoc: Python Code Documentor
More New Stuff...

BOOKMARK THIS PAGE
Facebook
Delicious
StumbleUpon
Digg
reddit

Home > Software Documentation Articles > Documenting Visual Basic.NET source code

Documenting Visual Basic.NET source code

What are code documentation standards?

Many programming languages have well defined standards for documenting source code. These standards are useful in that they allow developers to add comments to code in a uniform format. Furthermore, it is possible to use tools to extract the documentation from an entire application's source code and use it to automatically produce project technical documentation in a fraction of the time it would take to manually produce the documentation.


Programming languages such as Java have had code documentation standards for many years. The Java system is called JavaDoc, and allows developers to easily create HTML format documentation from project source code.

With the introduction of the .NET Framework and the new version of the Visual Basic programming language - Visual Basic.NET, Microsoft included some form of source code documentation standards - XML Comments...

Read the full article at http://www.winnershtriangle.com/w/Articles.XMLCommentsInVBNet.asp.


© 2007 Winnersh Triangle Web Solutions Limited. Registered company number: 4493816.
Page created Monday, September 17, 2007. Last modified Monday, September 17, 2007.
About SoftwareDocumentation.info | Site Map