From c426b4bcea1734f24e2d30db630bef49606e3de3 Mon Sep 17 00:00:00 2001 From: "William E. Kempf" Date: Wed, 10 Apr 2002 22:09:30 +0000 Subject: [PATCH] Added Danger and Notes sections to header template. [SVN r13440] --- writingdoc/template/header.html | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) 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}}