diff --git a/more/writingdoc/design.html b/more/writingdoc/design.html index 20021cbac3..77c03d3dc1 100644 --- a/more/writingdoc/design.html +++ b/more/writingdoc/design.html @@ -350,7 +350,7 @@ on the link and select the appropriate command from the context sensitive menu).


Revised - - 05 November, 2001 - + 29 November, 2003

© Copyright William E. Kempf 2001. All Rights Reserved.

- + \ No newline at end of file diff --git a/more/writingdoc/introduction.html b/more/writingdoc/introduction.html index 112e2bed64..695c4e5d55 100644 --- a/more/writingdoc/introduction.html +++ b/more/writingdoc/introduction.html @@ -9,7 +9,7 @@ "header"> -

C++ Boost

+

C++ Boost

Writing Documentation for Boost

@@ -38,11 +38,9 @@ create documentation pages.


Revised - - 05 November, 2001 - + 29 November, 2003

© Copyright William E. Kempf 2001. All Rights Reserved.

- + \ No newline at end of file diff --git a/more/writingdoc/structure.html b/more/writingdoc/structure.html index 14b271beb9..839998c095 100644 --- a/more/writingdoc/structure.html +++ b/more/writingdoc/structure.html @@ -9,7 +9,7 @@ "header"> -

C++ Boost

+

C++ Boost

Writing Documentation for Boost

@@ -199,8 +199,7 @@ void make_zero_if_negative( int & x );

Returns

The value returned by the function, usually in the form of a C++ expression. For example:

-
-int sum( int x, int y );
+
int sum( int x, int y );
 
Returns: x + y
@@ -247,11 +246,9 @@ void resize(size_type n, charT c);

Revised - - 05 November, 2001 - + 29 November, 2003

© Copyright William E. Kempf 2001. All Rights Reserved.

- + \ No newline at end of file