-
Notifications
You must be signed in to change notification settings - Fork 4
/
Doxyfile-ignored
207 lines (199 loc) · 8.59 KB
/
Doxyfile-ignored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# Copyright (c) 2015, 2022, Oracle and/or its affiliates.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2.0,
# as published by the Free Software Foundation.
#
# This program is also distributed with certain software (including
# but not limited to OpenSSL) that is licensed under separate terms,
# as designated in a particular file or component or in included license
# documentation. The authors of MySQL hereby grant you an additional
# permission to link the program and your derivative works with the
# separately licensed software that they have included with MySQL.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License, version 2.0, for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#===========================================================================
# All non-empty non-comment lines are regex patterns using CMake regex
# syntax. Matching lines will be removed from the error log when writing
# tofix-all.log. See run_doxygen.cmake for details.
#===========================================================================
# MAINTAINER:
#
# For bugs in the MySQL source code
#
# File a bug for each doxygen failure seen during the build:
# - PRODUCT = MySQL Server (8478)
# - COMPONENT = SRDOXYGEN
# - make sure the title contains DOXYGEN
# and update this file with exceptions using the templates below
#
# For bugs in the doxygen tool
#
# Indicate which doxygen version is broken,
# Indicate which doxygen version is fixed, if any,
# Indicate the doxygen issue number, if known
#
#===========================================================================
#===========================================================================
# << template to remove an entire directory >>
# BUG#XXXXXXXX - TITLE
# DATE / BUG REPORT AUTHOR
# storage/innobase/*
#===========================================================================
#===========================================================================
# << template to remove some files >>
# BUG#XXXXXXXX - TITLE
# DATE / BUG REPORT AUTHOR
# include/m_ctype.h:[0-9]+: warning:
#===========================================================================
# BUG#31354781 - FIX DOXYGEN WARNINGS IN RPL CODE
# 07-DEC-2020 Erlend Dahl
sql/rpl_rli_pdb.h:[0-9]+: warning:
sql/rpl_trx_tracking.h:[0-9]+: warning:
sql/rpl_utility.h:[0-9]+: warning:
libbinlogevents/include/binlog_event.h:[0-9]+: warning:
libbinlogevents/include/codecs/binary.h:[0-9]+: warning:
libbinlogevents/include/trx_boundary_parser.h:[0-9]+: warning:
#
# BUG#32245629 - FIX DOXYGEN WARNINGS IN THE OPTIMIZER CODE
# 07-DEC-2020 Erlend Dahl
sql/join_optimizer/join_optimizer.cc:[0-9]+: warning:
sql/range_optimizer/range_optimizer.cc:[0-9]+: warning:
sql/protocol_callback.h:[0-9]+: warning:
sql/sql_lex.h:[0-9]+: warning:
sql/sql_optimizer.cc:[0-9]+: warning:
sql/sql_optimizer_internal.h:[0-9]+: warning:
sql/sql_prepare.cc:[0-9]+: warning:
sql/sql_table.cc:[0-9]+: warning:
#===========================================================================
# 08-DEC-2020 Marc Alff
# Doxygen bug in 1.8.18
# Doxygen is confused by anonymous namespaces,
# which creates a lot of "warning: no matching class member found for"
# and "warning: no uniquely matching class member found for"
#
# https://github.com/doxygen/doxygen/issues/8413
#
sql/auth/sql_authorization.cc:.*no [uniquely]* matching class member found for
sql/join_optimizer/join_optimizer.cc:.*no matching class member found for
sql/rpl_info_dummy.cc:.*no uniquely matching class member found for
sql/rpl_info_table.cc:.*no uniquely matching class member found for
sql/rwlock_scoped_lock.cc:.*no uniquely matching class member found for
sql/sql_prepare.cc:.*no uniquely matching class member found for
#===========================================================================
#===========================================================================
# 09-DEC-2020 Marc Alff
# Doxygen multiline error messages.
#
# Doxygen can print errors in multiple lines:
# the first line contains the file path, line number, and error message
# subsequent lines contains additional information.
#
# Ignore rules are based on the first line only (with a path),
# so that subsequent lines are silenced here from tofix-regressions.log.
#
# To read a full error message, read tofix-all.log.
#
Possible candidates:
^[ ]+
#===========================================================================
#===========================================================================
# Bug#33594208 Doxygen CMake script does not parse correctly doxygen error
# file with '[' and ']
# 22-NOV-2021 Marcin Babij
#
# Ignore rules are based on files that introduced errors since the parsing
# first broke.
#
client/mysqltest.cc:[0-9]+: warning:
components/logging/log_filter_dragnet.cc:[0-9]+: warning:
components/logging/log_sink_syseventlog.cc:[0-9]+: warning:
components/mysqlbackup/backup_page_tracker.cc:[0-9]+: warning:
include/my_dbug.h:[0-9]+: warning:
libbinlogevents/include/binlog_event.h:[0-9]+: warning:
libbinlogevents/include/codecs/binary.h:[0-9]+: warning:
libbinlogevents/include/trx_boundary_parser.h:[0-9]+: warning:
libbinlogevents/include/wrapper_functions.h:[0-9]+: warning:
mysys/kqueue_timers.cc:[0-9]+: warning:
mysys/mf_unixpath.cc:[0-9]+: warning:
mysys/my_mess.cc:[0-9]+: warning:
mysys/my_syslog.cc:[0-9]+: warning:
plugin/group_replication/src/applier.cc:[0-9]+: warning:
plugin/version_token/version_token.cc:[0-9]+: warning:
sql-common/client.cc:[0-9]+: warning:
sql-common/compression.cc:[0-9]+: warning:
sql-common/json_dom.h:[0-9]+: warning:
sql-common/net_serv.cc:[0-9]+: warning:
sql/auth/partitioned_rwlock.h:[0-9]+: warning:
sql/auth/sha2_password.cc:[0-9]+: warning:
sql/auth/sql_auth_cache.cc:[0-9]+: warning:
sql/auth/sql_authorization.cc:[0-9]+: warning:
sql/auth/sql_user_table.cc:[0-9]+: warning:
sql/auto_thd.h:[0-9]+: warning:
sql/dd/impl/sdi.h:[0-9]+: warning:
sql/field.h:[0-9]+: warning:
sql/handler.cc:[0-9]+: warning:
sql/handler.h:[0-9]+: warning:
sql/item.h:[0-9]+: warning:
sql/item_func.h:[0-9]+: warning:
sql/join_optimizer/explain_access_path.h:[0-9]+: warning:
sql/key.cc:[0-9]+: warning:
sql/log.cc:[0-9]+: warning:
sql/log_event.h:[0-9]+: warning:
sql/opt_explain_format.h:[0-9]+: warning:
sql/opt_explain_json.cc:[0-9]+: warning:
sql/opt_hints.h:[0-9]+: warning:
sql/parse_tree_column_attrs.h:[0-9]+: warning:
sql/parse_tree_hints.h:[0-9]+: warning:
sql/partitioning/partition_handler.h:[0-9]+: warning:
sql/query_result.h:[0-9]+: warning:
sql/range_optimizer/index_range_scan_plan.cc:[0-9]+: warning:
sql/range_optimizer/index_skip_scan_plan.cc:[0-9]+: warning:
sql/range_optimizer/index_skip_scan_plan.h:[0-9]+: warning:
sql/range_optimizer/path_helpers.h:[0-9]+: warning:
sql/range_optimizer/range_analysis.cc:[0-9]+: warning:
sql/regexp/errors.cc:[0-9]+: warning:
sql/rpl_gtid_execution.cc:[0-9]+: warning:
sql/rpl_info_factory.cc:[0-9]+: warning:
sql/rpl_info_factory.h:[0-9]+: warning:
sql/rpl_record.h:[0-9]+: warning:
sql/rpl_replica.cc:[0-9]+: warning:
sql/rpl_trx_tracking.h:[0-9]+: warning:
sql/rpl_utility.h:[0-9]+: warning:
sql/server_component/log_sink_buffer.h:[0-9]+: warning:
sql/server_component/log_sink_perfschema.cc:[0-9]+: warning:
sql/server_component/log_sink_trad.cc:[0-9]+: warning:
sql/sp_instr.h:[0-9]+: warning:
sql/sql_audit.cc:[0-9]+: warning:
sql/sql_lex_hints.h:[0-9]+: warning:
sql/sql_parse.cc:[0-9]+: warning:
sql/sql_partition.cc:[0-9]+: warning:
sql/sql_plugin.cc:[0-9]+: warning:
sql/sql_thd_api.cc:[0-9]+: warning:
sql/sql_time.cc:[0-9]+: warning:
sql/sql_tmp_table.cc:[0-9]+: warning:
sql/sql_union.h:[0-9]+: warning:
sql/sys_vars.cc:[0-9]+: warning:
sql/sys_vars.h:[0-9]+: warning:
sql/uniques.cc:[0-9]+: warning:
storage/federated/ha_federated.h:[0-9]+: warning:
storage/myisam/ha_myisam.h:[0-9]+: warning:
storage/perfschema/ha_perfschema.cc:[0-9]+: warning:
storage/perfschema/pfs_instr.cc:[0-9]+: warning:
storage/perfschema/pfs_plugin_table.cc:[0-9]+: warning:
storage/perfschema/service_pfs_notification.cc:[0-9]+: warning:
strings/ctype-cp932.cc:[0-9]+: warning:
strings/ctype-eucjpms.cc:[0-9]+: warning:
strings/ctype-gb18030.cc:[0-9]+: warning:
strings/ctype-sjis.cc:[0-9]+: warning:
strings/ctype-ujis.cc:[0-9]+: warning:
strings/ctype-utf8.cc:[0-9]+: warning:
vio/vio.cc:[0-9]+: warning:
#===========================================================================