Change #265848
| Category | doxygen |
| Changed by | albert-github <albert.tests@gmail.com> |
| Changed at | Sat 19 Oct 2019 13:38:08 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | cd6fe2fbca11f00167507ce2abef65ab1fc8cc7d |
Comments
Support 'markdown/ github user' type of links to users and links It is in change logs and release notes quite common to have a construct in the form of: ``` [@user](html link) ``` doxygen shows this correct but issues a warning: ``` warning: Illegal command @user as part of a <a>..</a> block ``` same when using a `#link` (is shown correctly but issues a warning. Pure numerical links don pose a problem as links in doxygen cannot start with a digit) In case the case we have a one word `@user` of `#link` escape the first character, unless the `user` is a doxygen command
Changed files
- src/cmdmapper.cpp
- src/cmdmapper.h
- src/commentscan.h
- src/commentscan.l
- src/markdown.cpp