@@ -31,7 +31,7 @@ digraph example {
3131}
3232\enddot
3333
34- \cgalHeading{Notations}
34+ \cgalHeading{Notations}
3535
3636 <dl>
3737 <dt>`G`</dt> <dd>A type that is a model of a graph concept.</dd>
@@ -51,8 +51,8 @@ and adds the requirement for traversal of all vertices in a graph.
5151<center>
5252<table>
5353 <tr>
54- <th width="800 ">Associated Type</th>
55- <th width="800 ">Description</th>
54+ <th class="associated-type ">Associated Type</th>
55+ <th class="description ">Description</th>
5656 </tr>
5757 <tr>
5858 <td>`boost::graph_traits<G>::%vertex_iterator`</td>
@@ -66,9 +66,9 @@ and adds the requirement for traversal of all vertices in a graph.
6666
6767<table>
6868 <tr>
69- <th width="392 ">Valid Expression</th>
70- <th width="392 ">Return Type</th>
71- <th width="800 ">Description</th>
69+ <th class="valid-expression ">Valid Expression</th>
70+ <th class="return-type ">Return Type</th>
71+ <th class="description ">Description</th>
7272 </tr>
7373 <tr>
7474 <td>`vertices(g)`</td>
@@ -92,8 +92,8 @@ and adds the requirement for traversal of all edges in a graph.
9292<center>
9393<table>
9494 <tr>
95- <th width="800 ">Associated Type</th>
96- <th width="800 ">Description</th>
95+ <th class="associated-type ">Associated Type</th>
96+ <th class="description ">Description</th>
9797 </tr>
9898 <tr>
9999 <td>`boost::graph_traits<G>::%edge_iterator`</td>
@@ -107,9 +107,9 @@ and adds the requirement for traversal of all edges in a graph.
107107
108108<table>
109109 <tr>
110- <th width="392 ">Valid Expression</th>
111- <th width="392 ">Return Type</th>
112- <th width="800 ">Description</th>
110+ <th class="valid-expression ">Valid Expression</th>
111+ <th class="return-type ">Return Type</th>
112+ <th class="description ">Description</th>
113113 </tr>
114114 <tr>
115115 <td>`edges(g)`</td>
@@ -143,8 +143,8 @@ and adds the notion of halfedges, where each edge corresponds to two opposite ha
143143<center>
144144<table>
145145 <tr>
146- <th width="800 ">Associated Type</th>
147- <th width="800 ">Description</th>
146+ <th class="associated-type ">Associated Type</th>
147+ <th class="description ">Description</th>
148148 </tr>
149149 <tr>
150150 <td>`boost::graph_traits<G>::%halfedge_descriptor`</td>
@@ -154,9 +154,9 @@ and adds the notion of halfedges, where each edge corresponds to two opposite ha
154154
155155<table>
156156 <tr>
157- <th width="392 ">Valid Expression</th>
158- <th width="392 ">Return Type</th>
159- <th width="800 ">Description</th>
157+ <th class="valid-expression ">Valid Expression</th>
158+ <th class="return-type ">Return Type</th>
159+ <th class="description ">Description</th>
160160 </tr>
161161 <tr>
162162 <td>`edge(h, g)`</td>
@@ -222,9 +222,9 @@ update the incidence information between vertices and halfedges.
222222<center>
223223<table>
224224 <tr>
225- <th width="392 ">Valid Expression</th>
226- <th width="392 ">Return Type</th>
227- <th width="800 ">Description</th>
225+ <th class="valid-expression ">Valid Expression</th>
226+ <th class="return-type ">Return Type</th>
227+ <th class="description ">Description</th>
228228 </tr>
229229 <tr>
230230 <td>`add_vertex(g)`</td>
@@ -272,8 +272,8 @@ and adds the requirements for traversal of all halfedges in the graph.
272272<center>
273273<table>
274274 <tr>
275- <th width="800 ">Associated Type</th>
276- <th width="800 ">Description</th>
275+ <th class="associated-type ">Associated Type</th>
276+ <th class="description ">Description</th>
277277 </tr>
278278 <tr>
279279 <td>`boost::graph_traits<G>::%halfedge_iterator`</td>
@@ -287,9 +287,9 @@ and adds the requirements for traversal of all halfedges in the graph.
287287
288288<table>
289289 <tr>
290- <th width="392 ">Valid Expression</th>
291- <th width="392 ">Return Type</th>
292- <th width="800 ">Description</th>
290+ <th class="valid-expression ">Valid Expression</th>
291+ <th class="return-type ">Return Type</th>
292+ <th class="description ">Description</th>
293293 </tr>
294294 <tr>
295295 <td>`halfedges(g)`</td>
@@ -315,8 +315,8 @@ face.
315315<center>
316316<table>
317317 <tr>
318- <th width="800 ">Associated Type</th>
319- <th width="800 ">Description</th>
318+ <th class="associated-type ">Associated Type</th>
319+ <th class="description ">Description</th>
320320 </tr>
321321 <tr>
322322 <td>`boost::graph_traits<G>::%face_descriptor`</td>
@@ -326,9 +326,9 @@ face.
326326
327327<table>
328328 <tr>
329- <th width="392 ">Valid Expression</th>
330- <th width="392 ">Return Type</th>
331- <th width="800 ">Description</th>
329+ <th class="valid-expression ">Valid Expression</th>
330+ <th class="return-type ">Return Type</th>
331+ <th class="description ">Description</th>
332332 </tr>
333333 <tr>
334334 <td>`face(h, g)`</td>
@@ -361,9 +361,9 @@ the requirement for operations to add faces and to modify face-halfedge relation
361361<center>
362362<table>
363363 <tr>
364- <th width="392 ">Valid Expression</th>
365- <th width="392 ">Return Type</th>
366- <th width="800 ">Description</th>
364+ <th class="valid-expression ">Valid Expression</th>
365+ <th class="return-type ">Return Type</th>
366+ <th class="description ">Description</th>
367367 </tr>
368368 <tr>
369369 <td>`add_face(g)`</td>
@@ -401,8 +401,8 @@ the requirement for traversal of all faces in a graph.
401401<center>
402402<table>
403403 <tr>
404- <th width="800 ">Associated Type</th>
405- <th width="800 ">Description</th>
404+ <th class="associated-type ">Associated Type</th>
405+ <th class="description ">Description</th>
406406 </tr>
407407 <tr>
408408 <td>`boost::graph_traits<G>::%face_iterator`</td>
@@ -416,9 +416,9 @@ the requirement for traversal of all faces in a graph.
416416
417417<table>
418418 <tr>
419- <th width="392 ">Valid Expression</th>
420- <th width="392 ">Return Type</th>
421- <th width="800 ">Description</th>
419+ <th class="valid-expression ">Valid Expression</th>
420+ <th class="return-type ">Return Type</th>
421+ <th class="description ">Description</th>
422422 </tr>
423423 <tr>
424424 <td>`faces(g)`</td>
0 commit comments