You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by Nick Wellnhofer <we...@aevum.de> on 2014/12/24 16:26:09 UTC

[lucy-dev] Markdown branches merged

Lucifers,

I just merged the Markdown branches. Here's a diff of the generated Perl POD 
before and after the merge:

https://paste.apache.org/hcLr

Most of differences are caused by:

* Changes in quoting. Characters like `<`, `>`, or `|` are quoted
   unconditionally now. This could be changed but it isn't of great
   importance.
* Code formatting changed from `C<< code >>` to `C<code>`.
* Some lists were converted from verbatim paragraphs to `=item *`
   lists.
* Links to classes don't use fully-qualified names in the link text.
* Methods link to the classes where they're defined.
* Some extraneous newlines are removed.

Things that are still to do:

* Fix links to Lucy::Docs::* pages.
* Replace `NULL` with `[](cfish:@null)`.
* Make it possible to link to the POD section of a method.

Happy Holidays,
Nick