[Doxygen-users] doxygen 1.9.5 AUTOLINK_SUPPORT
Brought to you by:
dimitri
|
From: Astrid G. <a.g...@st...> - 2022-09-16 10:49:13
|
Hi all!
I see, that you have changed something regarding the automatic linkage to functions, members, namespaces,… since doxygen version 1.9.5 (AUTOLINK_SUPPORT =YES).
In my project I have the namespace CVB which is not documented and thus is not in the tag file. Only the functions of this namespace are there:
<member kind="function">
<type>cvbbool_t</type>
<name>CVB::GetPixel</name>
<anchorfile>d2/dd4/group___image_handling.html</anchorfile>
<anchor>ga867dd557a0995d64602b7dd59d4a13f8</anchor>
<arglist>(IMG Image, cvbval_t PlaneIndex, cvbval_t X, cvbval_t Y, cvbval_t &Value)</arglist>
<docanchor file="d2/dd4/group___image_handling.html">GetPixel</docanchor>
</member>
In my overall project, which is a md file now the word “CVB” links to the dll documentation where CVB namespace is found. Is this really intended? I did not expect that.
It would be nice, if you could find some time to answer my question. 😊
Best regards,
Astrid Gruber
|