Use local copy of the valid HTML 4.01 icon, and make sure all the pages

that use it are valid.

Merged revisions 53047-53048 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r53047 | danieljames | 2009-05-16 15:17:20 +0100 (Sat, 16 May 2009) | 1 line
  
  Fix some validation errors.
........
  r53048 | danieljames | 2009-05-16 15:23:59 +0100 (Sat, 16 May 2009) | 1 line
  
  Use a local copy of the valid HTML 4.01 icon.
........


[SVN r53258]
This commit is contained in:
Daniel James
2009-05-25 20:06:26 +00:00
parent e1d3c0c14a
commit 7b7fa20fdf
13 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised 05 January, 2008</p>
+1 -1
View File
@@ -153,7 +153,7 @@
errors.</p>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised 05 January, 2008</p>
+1 -1
View File
@@ -59,7 +59,7 @@
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+1 -1
View File
@@ -211,7 +211,7 @@ struct EvForwardButtonPressed : EvButtonPressed {}; // leaf
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+2 -2
View File
@@ -345,7 +345,7 @@ int main()
Machine().initiate();
return 0;
}</pre>
<p>The problem arises because <code>state_machine<>::~state_machine</code>
<p>The problem arises because <code>state_machine&lt;&gt;::~state_machine</code>
inevitably destructs all remaining active states. At this time,
<code>Machine::~Machine</code> has already been run, making it illegal to
access any of the <code>Machine</code> members. This problem can be avoided
@@ -767,7 +767,7 @@ Inner::~Inner()
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised 05 January, 2008</p>
+3 -2
View File
@@ -140,6 +140,7 @@
<p>(<font color="#FF0000">red</font> = points raised during formal
review)</p>
<p>1.38.0</p>
<ul>
<li>Fixed gcc-4.3 warning in state_machine.hpp (ticket #2389), reported by
@@ -156,7 +157,7 @@
do I get an assert when I access the state machine from a state
destructor?</a> (due to feedback from Jiang Miao)</li>
<li>Added defaults for the last two template parameters of <a href=
"reference.html#ClassTemplatein_state_reaction">in_state_reaction<></a>
"reference.html#ClassTemplatein_state_reaction">in_state_reaction&lt;&gt;</a>
(due to feedback from Sean Kelly)</li>
<li>Adapted fifo_scheduler&lt;&gt; to the changed allocator interface of
boost::function</li>
@@ -691,7 +692,7 @@
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised 05 January, 2008</p>
+1 -1
View File
@@ -200,7 +200,7 @@ bjam --toolset=<i>your-toolset</i>
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+1 -1
View File
@@ -437,7 +437,7 @@
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+1 -1
View File
@@ -600,7 +600,7 @@ struct MyChoicePoint : choice_point&lt; MyChoicePoint, Machine &gt;
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+7 -7
View File
@@ -2525,7 +2525,7 @@ outermost_context_type &amp; <a name="outermost_context" id=
<p><b>Requires</b>: If called from a constructor of a direct or indirect
subtype then the most-derived type must directly or indirectly derive from
the <code>state</code> class template. If called from a destructor of a
direct or indirect subtype then the <code>state_machine<></code> subclass
direct or indirect subtype then the <code>state_machine&lt;&gt;</code> subclass
portion must still exist<br>
<b>Returns</b>: A reference to the outermost context, which is always the
state machine this state belongs to<br></p>
@@ -2537,7 +2537,7 @@ const outermost_context_type &amp; <a name="outermost_contextconst" id=
<p><b>Requires</b>: If called from a constructor of a direct or indirect
subtype then the most-derived type must directly or indirectly derive from
the <code>state</code> class template. If called from a destructor of a
direct or indirect subtype then the <code>state_machine<></code> subclass
direct or indirect subtype then the <code>state_machine&lt;&gt;</code> subclass
portion must still exist<br>
<b>Returns</b>: A reference to the const outermost context, which is always
the state machine this state belongs to</p>
@@ -2549,8 +2549,8 @@ OtherContext &amp; <a name="context" id="context">context</a>();
<p><b>Requires</b>: If called from a constructor of a direct or indirect
subtype then the most-derived type must directly or indirectly derive from
the <code>state</code> class template. If called from a destructor of a
direct or indirect subtype with a <code>state_machine<></code> subtype as
argument then the <code>state_machine<></code> subclass portion must still
direct or indirect subtype with a <code>state_machine&lt;&gt;</code> subtype as
argument then the <code>state_machine&lt;&gt;</code> subclass portion must still
exist<br>
<b>Returns</b>: A reference to a direct or indirect context</p>
<pre>
@@ -2562,8 +2562,8 @@ const OtherContext &amp; <a name="contextconst" id=
<p><b>Requires</b>: If called from a constructor of a direct or indirect
subtype then the most-derived type must directly or indirectly derive from
the <code>state</code> class template. If called from a destructor of a
direct or indirect subtype with a <code>state_machine<></code> subtype as
argument then the <code>state_machine<></code> subclass portion must still
direct or indirect subtype with a <code>state_machine&lt;&gt;</code> subtype as
argument then the <code>state_machine&lt;&gt;</code> subclass portion must still
exist<br>
<b>Returns</b>: A reference to a const direct or indirect context</p>
<pre>
@@ -3552,7 +3552,7 @@ namespace statechart
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised 06 January, 2008</p>
+1 -1
View File
@@ -1821,7 +1821,7 @@ int main()
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+1 -1
View File
@@ -347,7 +347,7 @@
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
"../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
+1 -1
View File
@@ -15,7 +15,7 @@
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0"
src="http://www.w3.org/Icons/valid-html401"
src="../../doc/images/valid-html401.png"
alt="Valid HTML 4.01 Transitional" height="31" width="88"></a></p>
<p>Revised