doxygen 抱怨我的 image-in-link 标签

doxygen complains about my image-in-link tag

我有一个由 doxygen 处理的 README.md 文件,其中包含以下行:

Branch Build Status: Master [![Master Build Status](https://travis-ci.org/eyalroz/cuda-api-wrappers.svg?branch=master)](https://travis-ci.org/eyalroz/cuda-api-wrappers) | Development: [![Development Build Status](https://travis-ci.org/eyalroz/cuda-api-wrappers.svg?branch=development)](https://travis-ci.org/eyalroz/cuda-api-wrappers)

Doxygen 1.8.13 告诉我:

README.md:3: warning: Unexpected html tag <img> found within <a href=...> context

重复四次。为什么会发生这种情况,我该怎么办?

Doxygen 1.8.13 版本是从 2016 年 12 月 29 日开始的,有点旧,当前版本是 1.8.18

在 1.8.13 版本中,我也收到了指示的消息,在 1.8.18 版本中,此消息消失并显示了图像(实际上,从 1.8.15 版本开始,该消息就消失了)。