~ubuntu-branches/ubuntu/wily/coq-doc/wily

« back to all changes in this revision

Viewing changes to tools/coqdoc/output.ml

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2012-01-03 23:42:48 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120103234248-p9r8h1579n67v55a
Tags: 8.3pl3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(* -*- compile-command: "make -C ../.. bin/coqdoc" -*- *)
2
2
(************************************************************************)
3
3
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
4
 
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010     *)
 
4
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2011     *)
5
5
(*   \VV/  **************************************************************)
6
6
(*    //   *      This file is distributed under the terms of the       *)
7
7
(*         *       GNU Lesser General Public License Version 2.1        *)
8
8
(************************************************************************)
9
9
 
10
 
(*i $Id: output.ml 13676 2010-12-04 10:34:21Z herbelin $ i*)
 
10
(*i $Id: output.ml 14641 2011-11-06 11:59:10Z herbelin $ i*)
11
11
 
12
12
open Cdglobals
13
13
open Index
49
49
      "Implicit Arguments"; "Add"; "Strict";
50
50
      "Typeclasses"; "Instance"; "Global Instance"; "Class"; "Instantiation";
51
51
      "subgoal";
 
52
      "Opaque"; "Transparent";
52
53
      (* Program *)
53
54
      "Program Definition"; "Program Example"; "Program Fixpoint"; "Program Lemma";
54
55
      "Obligation"; "Obligations"; "Solve"; "using"; "Next Obligation"; "Next";