aboutsummaryrefslogtreecommitdiff
path: root/tools/coqdoc/cpretty.mll
AgeCommit message (Expand)Author
2015-01-06Improve error recovery in case of ill-formed coqdoc comment. (Fix for bug #38...Guillaume Melquiond
2014-10-22Supporting Greek and Coptic (U0370) as first letter of coqdoc identifiers.Hugo Herbelin
2014-09-04Add a [Variant] declaration which allows to write non-recursive variant types.Arnaud Spiwack
2014-04-28Recognize Parameters as a command in coqdoc. (Fix for bug #3279)Guillaume Melquiond
2014-04-28Fixing coqdoc bug #3292 (unfortunate collision betweens the relativeHugo Herbelin
2014-04-04Prevent verbatim text from leaking out of comments. (See bug #2882)Guillaume Melquiond
2014-03-02Set officially the minimal OCaml requirement to 3.12.1Pierre Letouzey
2012-10-06still some more dead code removalletouzey
2012-08-08Updating headers.herbelin
2012-08-06Coqdoc inlined verbatim_char in latexpboutill
2012-08-06Add inline verbatim (<</>>), quotes (") and urls ({{url} name}) markup/typese...pboutill
2012-07-18Various minor fixes to coqdoc from A. Chlipala.msozeau
2012-02-16Fix handling of space after "Notation" or "where", add missing keywords.msozeau
2011-12-26Coqdoc: Fixing missing newline when using "Proof term."herbelin
2011-10-29Fixed broken globalization of identifiers containing utf8 lettersherbelin
2011-09-22Fixing bug #2606 (bad coqdoc processing of coq escaped in comments).herbelin
2010-12-06Fixed status of ÷ and × in coqdoc (they were seen as letter instead of symb...herbelin
2010-12-04Fixing several bugs with links to notation in coqdoc, including bug #2445:herbelin
2010-09-28Coqdoc patches from UPenn (thanks to C. Casinghino). This introduces themsozeau
2010-09-19Fixing bug #2389 (keyword "Declare Instance" unknown from "coqdoc -g") butherbelin
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-05-19Remove compile-command pragmas for emacsletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-09Applied Cédric Auger's patch to fix use of "#&xxx;" in html printingherbelin
2010-04-06New model for user-driven translation of tokens in coqdocherbelin
2010-03-30Small things about coqdoc + fixing lettuple.v test (part of bug #2289)herbelin
2010-03-30Removed hard-wiring of latin1 letters in coqdoc (see bug #2275)herbelin
2010-03-30Small improvements around coqdoc (including fix for bug #2288)herbelin
2010-03-30Fixed small bugs introduced in commit 12890 (bug #2286, that comesherbelin
2010-03-29Several bug-fixes and improvements of coqdocherbelin
2010-03-06Adding Function as keyword for coqdocthery
2010-01-28Fix previous commitnotin
2010-01-28Typo in previous commitnotin
2010-01-28Correction du bug #2219: application du patch envoyé par F. Garillotnotin
2009-12-01Fix make_exact_entry to allow applying [forall x, P x] hints directly,msozeau
2009-11-12Suppression de l'appel à Lexing.new_line (qui n'existe pas dans les versions...notin
2009-11-06Misc fixes.msozeau
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-13Better handling of emphasis.msozeau
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-10Fixes for toc depth handling and handling of substitles from Chris Casinghino.msozeau
2009-09-08Update coqdoc documentation, CHANGES and add a fix for the proofbox (patchmsozeau
2009-09-04Incorporate coqdoc changes by the UPenn team (B.Pierce, C. Casinghino,msozeau
2009-09-03Add --plain-comments patch by F. Garillot, which also addsmsozeau
2009-07-09Allow coqdoc comments inside definition bodies.msozeau
2009-04-08Take formatted into account in rules for dot.msozeau
2009-04-06Fix behavior on newlines with parse-comments and also do [] escaping as msozeau
2009-03-24Fix coqdoc bugs reported by Ian Lynagh.msozeau
2009-03-24pretty.mll of coqdoc becomes cpretty.mll (avoid clash with a camlp5 file)letouzey