Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] coqdoc: how do I make a keyword an identifier?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] coqdoc: how do I make a keyword an identifier?


Chronological Thread 
  • From: Alan Schmitt <alan.schmitt AT polytechnique.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] coqdoc: how do I make a keyword an identifier?
  • Date: Wed, 09 Apr 2014 08:57:43 +0200

Hello Abhishek,

Abhishek Anand
<abhishek.anand.iitg AT gmail.com>
writes:

> While waiting for a better solution, you could do the following hack in
> your .v file:
>
> (** #<a name="wf"></a># *)
> Inductive wf : process -> Prop :=
> ...
>
> Coqdoc's html output should then be what you wanted.

Thank you for the suggestion. Unfortunately this introduces a "doc" div,
which create an empty blue line. I could get rid of it through CSS, but
it would remove every "doc" div.

I guess I'll just post-process the generated html.

Thanks again,

Alan



Archive powered by MHonArc 2.6.18.

Top of Page