A minimal reproducer has a markdown file README.md
# Foo
## Contents
<!-- MarkdownTOC -->
- [Overview](#overview)
<!-- /MarkdownTOC -->
## Overview
Bar
and a Doxyfile
DOXYGEN_USE_MDFILE_AS_MAINPAGE = "README.md"
Now
$ doxygen
...
Generating docs for page md_README...
.../README.md:7: warning: unable to resolve reference to 'overview' for \ref command
...
when I run with doxygen 1.9.3 . It works fine with doxygen 1.9.2
A minimal reproducer has a markdown file
README.mdand a
DoxyfileNow
when I run with
doxygen 1.9.3. It works fine withdoxygen 1.9.2