Convert POD formatting to Markdown

Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/08bf0475
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/08bf0475
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/08bf0475

Branch: refs/heads/master
Commit: 08bf0475a4ec05f02594a59a4a319d038e45f89c
Parents: 217dbc4
Author: Nick Wellnhofer <[email protected]>
Authored: Mon Nov 10 15:11:35 2014 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Wed Dec 24 14:42:12 2014 +0100

----------------------------------------------------------------------
 core/Lucy/Highlight/Highlighter.cfh | 2 +-
 core/Lucy/Index/Similarity.cfh      | 2 +-
 core/Lucy/Search/QueryParser.cfh    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/08bf0475/core/Lucy/Highlight/Highlighter.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Highlight/Highlighter.cfh 
b/core/Lucy/Highlight/Highlighter.cfh
index d27ff98..c349925 100644
--- a/core/Lucy/Highlight/Highlighter.cfh
+++ b/core/Lucy/Highlight/Highlighter.cfh
@@ -44,7 +44,7 @@ public class Lucy::Highlight::Highlighter inherits 
Clownfish::Obj {
      * L<IndexSearcher|Lucy::Search::IndexSearcher>.
      * @param query Query object or a query string.
      * @param field The name of the field from which to draw the excerpt.  The
-     * field must marked as be C<highlightable> (see
+     * field must marked as be `highlightable` (see
      * L<FieldType|Lucy::Plan::FieldType>).
      * @param excerpt_length Maximum length of the excerpt, in characters.
      */

http://git-wip-us.apache.org/repos/asf/lucy/blob/08bf0475/core/Lucy/Index/Similarity.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Index/Similarity.cfh b/core/Lucy/Index/Similarity.cfh
index ad07f08..39ff49e 100644
--- a/core/Lucy/Index/Similarity.cfh
+++ b/core/Lucy/Index/Similarity.cfh
@@ -19,7 +19,7 @@ parcel Lucy;
 /** Judge how well a document matches a query.
  *
  * After determining whether a document matches a given query, a score must be
- * calculated which indicates how I<well> the document matches the query.  The
+ * calculated which indicates how *well* the document matches the query.  The
  * Similarity class is used to judge how "similar" the query and the document
  * are to each other; the closer the resemblance, they higher the document
  * scores.

http://git-wip-us.apache.org/repos/asf/lucy/blob/08bf0475/core/Lucy/Search/QueryParser.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Search/QueryParser.cfh b/core/Lucy/Search/QueryParser.cfh
index 7bb2d86..f26ac44 100644
--- a/core/Lucy/Search/QueryParser.cfh
+++ b/core/Lucy/Search/QueryParser.cfh
@@ -60,7 +60,7 @@ public class Lucy::Search::QueryParser nickname QParser
      * @param schema A L<Schema|Lucy::Plan::Schema>.
      * @param analyzer An L<Analyzer|Lucy::Analysis::Analyzer>.
      * Ordinarily, the analyzers specified by each field's definition will be
-     * used, but if C<analyzer> is supplied, it will override and be used for
+     * used, but if `analyzer` is supplied, it will override and be used for
      * all fields.  This can lead to mismatches between what is in the index
      * and what is being searched for, so use caution.
      * @param fields The names of the fields which will be searched against.

Reply via email to