Skip to content

Commit 868a523

Browse files
author
Pavan Naik
committed
WL#9541 : Move MTR documentation to Doxygen
Move MTR documentation from current infrastructure to Doxygen. - Added a new section in TOC of existing MySQL source code documentation main page. New section added has a subsection called "The MySQL Test Framework, Version 2.0" which contains MTR documentation. - mysql-test/mysql-test-run.dox, MTR documentation file. Reviewed-by: Anitha Gopi <[email protected] Reviewed-by: Georgi Kodinov <[email protected]> Reviewed-by: Marc Alff <[email protected]> RB: 15460
1 parent a7e1ef8 commit 868a523

File tree

3 files changed

+7710
-1
lines changed

3 files changed

+7710
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ INPUT = ./client \
855855
./libbinlogevents \
856856
./libbinlogstandalone \
857857
./libservices \
858+
./mysql-test/mysql-test-run.dox \
858859
./mysys \
859860
./mysys_ssl \
860861
./plugin/audit_null \
@@ -941,7 +942,6 @@ EXCLUDE = cmd-line-utils \
941942
libevent \
942943
libmysql \
943944
libmysql_r \
944-
mysql-test \
945945
plugin/innodb_memcached/daemon_memcached/include/memcached \
946946
source_downloads \
947947
sql/sql_hints.cc \

0 commit comments

Comments
 (0)