CppCodeView document type
=========================

[[Parent]]: document_types.txt

The CppCodeView document type offers a highlighted view to a C++ source 
code file. 

Properties
----------

Name
:	CppCodeView

Input extensions 
:	.cpp, .cc, .hpp, .hh, .c, .h

Output extension
:	input extension + `.htm`

Input syntax
:	C++, C

Output syntax
:	Html

Generating Remark text
:	

		[[ParentList]]
	
		[[tag link_description]]
		===
	
		[[Parent]]
	
		[[Link]]: directory.remark-index
	
		[[-+CppCode]]: [[-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	

