Adjust some lists for Markdown

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

Branch: refs/heads/master
Commit: 1b370399bc932e590530d18aae42f6ccd251fcb8
Parents: 5d64ed6
Author: Nick Wellnhofer <[email protected]>
Authored: Mon Nov 10 15:29:53 2014 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Wed Dec 24 14:42:12 2014 +0100

----------------------------------------------------------------------
 core/Lucy/Search/QueryParser.cfh | 18 +++++++++---------
 core/Lucy/Store/FileHandle.cfh   | 10 +++++-----
 2 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/1b370399/core/Lucy/Search/QueryParser.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Search/QueryParser.cfh b/core/Lucy/Search/QueryParser.cfh
index f26ac44..d8ef52f 100644
--- a/core/Lucy/Search/QueryParser.cfh
+++ b/core/Lucy/Search/QueryParser.cfh
@@ -25,18 +25,18 @@ parcel Lucy;
  *
  * The following syntactical constructs are recognized by QueryParser:
  *
- *     * Boolean operators 'AND', 'OR', and 'AND NOT'.
- *     * Prepented +plus and -minus, indicating that the labeled entity
- *       should be either required or forbidden -- be it a single word, a
- *       phrase, or a parenthetical group.
- *     * Logical groups, delimited by parentheses.
- *     * Phrases, delimited by double quotes.
+ * * Boolean operators 'AND', 'OR', and 'AND NOT'.
+ * * Prepented +plus and -minus, indicating that the labeled entity
+ *   should be either required or forbidden -- be it a single word, a
+ *   phrase, or a parenthetical group.
+ * * Logical groups, delimited by parentheses.
+ * * Phrases, delimited by double quotes.
  *
  * Additionally, the following syntax can be enabled via Set_Heed_Colons():
  *
- *     * Field-specific constructs, in the form of 'fieldname:termtext' or
- *       'fieldname:(foo bar)'.  (The field specified by 'fieldname:' will be
- *       used instead of the QueryParser's default fields).
+ * * Field-specific constructs, in the form of 'fieldname:termtext' or
+ *   'fieldname:(foo bar)'.  (The field specified by 'fieldname:' will be
+ *   used instead of the QueryParser's default fields).
  *
  *
  */

http://git-wip-us.apache.org/repos/asf/lucy/blob/1b370399/core/Lucy/Store/FileHandle.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Store/FileHandle.cfh b/core/Lucy/Store/FileHandle.cfh
index 4d4b394..c1a9669 100644
--- a/core/Lucy/Store/FileHandle.cfh
+++ b/core/Lucy/Store/FileHandle.cfh
@@ -25,11 +25,11 @@ parcel Lucy;
  * Desired behaviors for a FileHandle are expressed via flags supplied to the
  * constructor:
  *
- *     * FH_READ_ONLY - Read only.
- *     * FH_WRITE_ONLY - Write only.
- *     * FH_CREATE - Create the file if it does not yet exist.
- *     * FH_EXCLUSIVE - The attempt to open the file should fail if the file
- *       already exists.
+ * * FH_READ_ONLY - Read only.
+ * * FH_WRITE_ONLY - Write only.
+ * * FH_CREATE - Create the file if it does not yet exist.
+ * * FH_EXCLUSIVE - The attempt to open the file should fail if the file
+ *   already exists.
  */
 
 abstract class Lucy::Store::FileHandle nickname FH

Reply via email to