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/4db9338a Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/4db9338a Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/4db9338a Branch: refs/heads/markdown Commit: 4db9338a573bec3a291f647b7801922e00284eaf Parents: 414fb6b Author: Nick Wellnhofer <[email protected]> Authored: Mon Nov 10 15:29:53 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Nov 11 17:12:52 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/4db9338a/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/4db9338a/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
