Updated a section comment in class QrCode, in most languages.

pull/39/merge
Project Nayuki 6 years ago
parent 00fb83d4d5
commit 028b377472

@ -223,7 +223,7 @@ class QrCode final {
/*---- Private static helper functions ----*/
/*---- Private helper functions ----*/
// Returns an ascending list of positions of alignment patterns for this version number.
// Each position is in the range [0,177), and are used on both the x and y axes.

@ -634,7 +634,7 @@ public final class QrCode {
/*---- Private static helper functions ----*/
/*---- Private helper functions ----*/
// Returns an ascending list of positions of alignment patterns for this version number.
// Each position is in the range [0,177), and are used on both the x and y axes.

@ -482,7 +482,7 @@ class QrCode(object):
return result
# ---- Private static helper functions ----
# ---- Private helper functions ----
def _get_alignment_pattern_positions(self):
"""Returns an ascending list of positions of alignment patterns for this version number.

@ -618,7 +618,7 @@ impl QrCode {
}
/*---- Private static helper functions ----*/
/*---- Private helper functions ----*/
// Returns an ascending list of positions of alignment patterns for this version number.
// Each position is in the range [0,177), and are used on both the x and y axes.

@ -559,7 +559,7 @@ namespace qrcodegen {
}
/*-- Private static helper functions QrCode --*/
/*-- Private helper functions --*/
// Returns an ascending list of positions of alignment patterns for this version number.
// Each position is in the range [0,177), and are used on both the x and y axes.

Loading…
Cancel
Save