CodeView document type
======================

[[Parent]]: document_types.txt

The CodeView document type offers a highlighted view to source 
code files in various programming languages. 

Properties
----------

Name
:	CodeView

Input extensions
:	.py, .m, .pl, .pm, .css, .js, .lua

Output extension
:	Input extension + `.htm`	

Input syntax
:	The used programming language's syntax.

Output syntax
:	Html

Generating Remark text
:		

		[[ParentList]]
	
		[[tag link_description]]
		===
	
		[[Parent]]
	
		[[Link]]: directory.remark-index
	
		[[-+Code]]: [[-Body]]

Specification of tags
---------------------

The tags are specified in the comments. Their form are as follows:

### Parent document

	Documentation: name_of_documentation.txt
	DocumentationOf: use_the_documentation_for_this.h

### Description

	Description: Useful description here

### Detailed description

	Detail: A more detailed description here

### Author

	Author: Name or alias of the author	
