aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rbasic_fun.v
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-02-14 14:39:07 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-02-14 14:39:07 +0000
commit67f72c93f5f364591224a86c52727867e02a8f71 (patch)
treeecf630daf8346e77e6620233d8f3e6c18a0c9b3c /theories/Reals/Rbasic_fun.v
parentb239b208eb9a66037b0c629cf7ccb6e4b110636a (diff)
option -dump-glob pour coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2474 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Rbasic_fun.v')
-rw-r--r--theories/Reals/Rbasic_fun.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/theories/Reals/Rbasic_fun.v b/theories/Reals/Rbasic_fun.v
index f82bd96d0..7ecd0e143 100644
--- a/theories/Reals/Rbasic_fun.v
+++ b/theories/Reals/Rbasic_fun.v
@@ -9,7 +9,7 @@
(*i $Id$ i*)
(*********************************************************)
-(* Complements for the real numbers *)
+(** Complements for the real numbers *)
(* *)
(*********************************************************)
@@ -18,7 +18,7 @@ Require Export Rbase.
Require Fourier.
(*******************************)
-(* Rmin *)
+(** Rmin *)
(*******************************)
(*********)
@@ -71,7 +71,7 @@ Intros; Apply Rmin_Rgt_r; Split; [Apply (cond_pos x) | Apply (cond_pos y)].
Save.
(*******************************)
-(* Rmax *)
+(** Rmax *)
(*******************************)
(*********)
@@ -126,7 +126,7 @@ Intros; Unfold Rmax; Case (total_order_Rle x y); Intro; [Apply (cond_neg y) | Ap
Save.
(*******************************)
-(* Rabsolu *)
+(** Rabsolu *)
(*******************************)
(*********)