Skip to content

unable to resolve reference in markdown file #9412

@tdegeus

Description

@tdegeus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    MarkdownMarkdown translation input related issuesolved in the mean timeBug solved in a previous version, to be confirmed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions