Skip to content

Commit c3b15b7

Browse files
Quinn PhamQuinn Pham
authored andcommitted
[NFC] Inclusive Language: change master to main for .chm files
[NFC] As part of using inclusive language within the llvm project, this patch replaces master with main when referring to `.chm` files. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D113299
1 parent a12bfac commit c3b15b7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

clang-tools-extra/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ CHM_FILE =
12301230
HHC_LOCATION =
12311231

12321232
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1233-
# YES) or that it should be included in the master .chm file ( NO).
1233+
# YES) or that it should be included in the main .chm file ( NO).
12341234
# The default value is: NO.
12351235
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12361236

clang/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ CHM_FILE =
12191219
HHC_LOCATION =
12201220

12211221
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1222-
# YES) or that it should be included in the master .chm file ( NO).
1222+
# YES) or that it should be included in the main .chm file ( NO).
12231223
# The default value is: NO.
12241224
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12251225

flang/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ CHM_FILE =
12221222
HHC_LOCATION =
12231223

12241224
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1225-
# YES) or that it should be included in the master .chm file ( NO).
1225+
# YES) or that it should be included in the main .chm file ( NO).
12261226
# The default value is: NO.
12271227
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12281228

lldb/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ HHC_LOCATION =
916916

917917
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
918918
# controls if a separate .chi index file is generated (YES) or that
919-
# it should be included in the master .chm file (NO).
919+
# it should be included in the main .chm file (NO).
920920

921921
GENERATE_CHI = NO
922922

llvm/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ CHM_FILE =
12201220
HHC_LOCATION =
12211221

12221222
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1223-
# YES) or that it should be included in the master .chm file ( NO).
1223+
# YES) or that it should be included in the main .chm file ( NO).
12241224
# The default value is: NO.
12251225
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12261226

mlir/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ CHM_FILE =
12201220
HHC_LOCATION =
12211221

12221222
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1223-
# YES) or that it should be included in the master .chm file ( NO).
1223+
# YES) or that it should be included in the main .chm file ( NO).
12241224
# The default value is: NO.
12251225
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12261226

openmp/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ CHM_FILE =
12201220
HHC_LOCATION =
12211221

12221222
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1223-
# YES) or that it should be included in the master .chm file ( NO).
1223+
# YES) or that it should be included in the main .chm file ( NO).
12241224
# The default value is: NO.
12251225
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12261226

openmp/runtime/doc/doxygen/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ HHC_LOCATION =
10481048

10491049
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
10501050
# controls if a separate .chi index file is generated (YES) or that
1051-
# it should be included in the master .chm file (NO).
1051+
# it should be included in the main .chm file (NO).
10521052

10531053
GENERATE_CHI = NO
10541054

polly/docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ CHM_FILE =
12201220
HHC_LOCATION =
12211221

12221222
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
1223-
# YES) or that it should be included in the master .chm file ( NO).
1223+
# YES) or that it should be included in the main .chm file ( NO).
12241224
# The default value is: NO.
12251225
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12261226

0 commit comments

Comments
 (0)