diff --git a/writingdoc/template/header.html b/writingdoc/template/header.html index fea0034..0a609f0 100644 --- a/writingdoc/template/header.html +++ b/writingdoc/template/header.html @@ -2,7 +2,7 @@ -{{library}} - <{{header}}> +{{library}} - Header <{{header}}> Types

{{Type specifications}}

Classes

-

Class {{name}}

+

Class {{class name}}

{{class overview text}}

-

Class {{name}} synopsis

+

Class {{class name}} synopsis

 namespace boost
 {
-    class {{name}}
+    class {{class name}}
 	{
 	};
 };
 
-

Class {{name}} constructors and destructor

+

Class {{class name}} constructors and destructor

 {{constructor}}
 
@@ -88,6 +88,8 @@ namespace boost
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}
 {{destructor}}
@@ -100,8 +102,10 @@ namespace boost
   
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}
-

Class {{name}} comparison functions

+

Class {{class name}} comparison functions

 {{function}}
 
@@ -113,8 +117,10 @@ namespace boost
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}
-

Class {{name}} modifier functions

+

Class {{class name}} modifier functions

 {{function}}
 
@@ -126,8 +132,10 @@ namespace boost
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}
-

Class {{name}} observer functions

+

Class {{class name}} observer functions

 {{function}}
 
@@ -139,8 +147,10 @@ namespace boost
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}
-

Class {{name}} static functions

+

Class {{class name}} static functions

 {{function}}
 
@@ -152,6 +162,8 @@ namespace boost
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}

Functions

@@ -165,6 +177,8 @@ namespace boost
   
Throws: {{text}}
Complexity: {{text}}
Rationale: {{text}}
+
Danger: {{text}}
+
Note: {{text}}

Objects

{{Object specifications}}