coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Michael George <mdgeorge AT cs.cornell.edu>
- To: <coq-club AT inria.fr>
- Subject: [Coq-Club] can coqdoc omit definitions?
- Date: Wed, 20 Mar 2013 12:03:48 -0400
Hi, Is it possible to generate a document containing just the comments and type signatures for my coq code? I see that I can specify -l to omit proofs, but my definitions are just as unhelpful for documentation. I have a bunch of definitions like: (** foo computes the frobnification of bar. The frobnification is computed by ... *) Definition foo (x:bar) : baz := match x with | case 1 | case 2 | ... | lots of cases end. (** qux evaluates to the most important bar. *) Fixpoint qux (...) := ... (** There's really only one bar and it's qux. *) Lemma important_face: forall x : bar, foo(x) = qux. and it would be very helpful to get something like the javadoc output:
With the fuller documentation (but still no definitions) below. Is there any way to coerce coqdoc into giving me just this summary information, or is there another tool that would do the trick? As an aside, I think the online documentation for the standard libraries would be much more useful in this kind of format. Thanks, --Mike |
- [Coq-Club] can coqdoc omit definitions?, Michael George, 03/20/2013
- Re: [Coq-Club] can coqdoc omit definitions?, AUGER Cédric, 03/20/2013
- Re: [Coq-Club] can coqdoc omit definitions?, Michael George, 03/20/2013
- Re: [Coq-Club] can coqdoc omit definitions?, AUGER Cédric, 03/20/2013
Archive powered by MHonArc 2.6.18.