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

This commit is contained in:
Project Nayuki 2018-10-05 00:30:10 +00:00
parent 00fb83d4d5
commit 028b377472
5 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.