mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Don't use quotes with html formatting constructs (#5542)
This commit is contained in:
@@ -558,8 +558,8 @@ where child[<i>i</i>] is a pointer to a sub-tree (at a level above Level 0) or t
|
||||
Each key[<i>i</i>] describes an <i>item</i> stored by the B-tree (a chunk or an object of a group node).
|
||||
The range of values represented by child[<i>i</i>] are indicated by key[<i>i</i>] and key[<i>i</i>+1].
|
||||
|
||||
The following question must next be answered: "Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?" The answer depends on the type of tree. In trees for groups (node
|
||||
The following question must next be answered: “Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?” The answer depends on the type of tree. In trees for groups (node
|
||||
type 0) the object described by key[<i>i</i>] is the greatest object contained in child[<i>i</i>-1] while
|
||||
in chunk trees (node type 1) the chunk described by key[<i>i</i>] is the least chunk in child[<i>i</i>].
|
||||
|
||||
|
||||
@@ -741,8 +741,8 @@ where child[<i>i</i>] is a pointer to a sub-tree (at a level above Level 0) or t
|
||||
Each key[<i>i</i>] describes an <i>item</i> stored by the B-tree (a chunk or an object of a group node).
|
||||
The range of values represented by child[<i>i</i>] is indicated by key[<i>i</i>] and key[<i>i</i>+1].
|
||||
|
||||
The following question must next be answered: "Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?" The answer depends on the type of tree. In trees for groups (node
|
||||
The following question must next be answered: “Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?” The answer depends on the type of tree. In trees for groups (node
|
||||
type 0) the object described by key[<i>i</i>] is the greatest object contained in child[<i>i</i>-1] while
|
||||
in chunk trees (node type 1) the chunk described by key[<i>i</i>] is the least chunk in child[<i>i</i>].
|
||||
|
||||
|
||||
@@ -934,8 +934,8 @@ where child[<i>i</i>] is a pointer to a sub-tree (at a level above Level 0) or t
|
||||
Each key[<i>i</i>] describes an <i>item</i> stored by the B-tree (a chunk or an object of a group node).
|
||||
The range of values represented by child[<i>i</i>] is indicated by key[<i>i</i>] and key[<i>i</i>+1].
|
||||
|
||||
The following question must next be answered: "Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?" The answer depends on the type of tree. In trees for groups (node
|
||||
The following question must next be answered: “Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?” The answer depends on the type of tree. In trees for groups (node
|
||||
type 0) the object described by key[<i>i</i>] is the greatest object contained in child[<i>i</i>-1] while
|
||||
in chunk trees (node type 1) the chunk described by key[<i>i</i>] is the least chunk in child[<i>i</i>].
|
||||
|
||||
|
||||
@@ -999,8 +999,8 @@ where child[<i>i</i>] is a pointer to a sub-tree (at a level above Level 0) or t
|
||||
Each key[<i>i</i>] describes an <i>item</i> stored by the B-tree (a chunk or an object of a group node).
|
||||
The range of values represented by child[<i>i</i>] is indicated by key[<i>i</i>] and key[<i>i</i>+1].
|
||||
|
||||
The following question must next be answered: "Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?" The answer depends on the type of tree. In trees for groups (node
|
||||
The following question must next be answered: “Is the value described by key[<i>i</i>] contained in
|
||||
child[<i>i</i>-1] or in child[<i>i</i>]?” The answer depends on the type of tree. In trees for groups (node
|
||||
type 0) the object described by key[<i>i</i>] is the greatest object contained in child[<i>i</i>-1] while
|
||||
in chunk trees (node type 1) the chunk described by key[<i>i</i>] is the least chunk in child[<i>i</i>].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user