瀏覽代碼

Updated. Added links for constrained value.

[SVN r39424]
Ronald Garcia 18 年之前
父節點
當前提交
566c98cc1f
共有 1 個文件被更改,包括 11 次插入4 次删除
  1. 11 4
      more/report-sep-2007.html

+ 11 - 4
more/report-sep-2007.html

@@ -293,9 +293,14 @@ finishing touches.</td>
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field"><th class="field-name">Author:</th><td class="field-body">Robert Kawulak</td>
+<tr class="field"><th class="field-name">Author:</th><td class="field-body"><p class="first">Robert Kawulak</p>
+</td>
+</tr>
+<tr class="field"><th class="field-name">Download:</th><td class="field-body"><p class="first"><a class="reference external" href="http://rk.go.pl/f/constrained_value.zip">http://rk.go.pl/f/constrained_value.zip</a></p>
+<p><a class="reference external" href="http://rk.go.pl/r/constrained_value">http://rk.go.pl/r/constrained_value</a> (Documentation)</p>
+</td>
 </tr>
-<tr class="field"><th class="field-name">Description:</th><td class="field-body">The Constrained Value library contains class templates
+<tr class="field"><th class="field-name">Description:</th><td class="field-body"><p class="first">The Constrained Value library contains class templates
 useful for creating constrained objects. The simplest example
 of a constrained object is hour. The only valid values for an hour
 within a day are integers from the range [0, 23]. With this library,
@@ -306,9 +311,11 @@ objects that hold a value belonging to a specified range (i.e.,
 bounded objects). Virtually any constraint can be imposed using
 appropriate predicate. You can specify what happens in case of
 assignment of an invalid value, e.g. an exception may be thrown or
-the value may be adjusted to meet the constraint criterions.</td>
+the value may be adjusted to meet the constraint criterions.</p>
+</td>
 </tr>
-<tr class="field"><th class="field-name">Status:</th><td class="field-body">I'm planning to finish it in 1-2 months.</td>
+<tr class="field"><th class="field-name">Status:</th><td class="field-body"><p class="first last">I'm planning to finish it in 1-2 months.</p>
+</td>
 </tr>
 </tbody>
 </table>

粤ICP备19079148号