You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a C++ codebase which contains a group that is defined properly for doxygen and is also exported to XML and HTML successfully. When I try to reference this exact group by its name from asciidoxy I get the error message Cannot find any hil_pslwip_api for any.
/** @defgroup hil_pslwip_api LwIP based IP Stack API
*
* This group describes the application interface of the LwIP based IP stack
* component.
*
* @{ */
[...]
This is the adoc file. I get the information for LWIP_MEMORY_POOL_CTG_T and LWIP_INIT_PARAM_T fine but the group is still eluding me.
= asciidoxy notes
:toc: left
elements are the content of the "innerclass" XML element
${insert("hil_pslwip_api", kind="group")}
${insert("LWIP_MEMORY_POOL_CFG_T")}
${insert("LWIP_INIT_PARAM_T")}
What am I doing wrong here?
Could you please add some more documentation or examples on how to reference elements from C structures? I have managed to reference single elements by looking for the innerclass element in the XML files but I doubt the idea behind this tool is to manually add all definitions to AsciiDoc files?!
I would think the groups and "pages" (for a lack of a better word) that come from the doxygen export would be reusable. Am I just misunderstanding how this is supposed to be used?
The text was updated successfully, but these errors were encountered:
I have a C++ codebase which contains a group that is defined properly for doxygen and is also exported to XML and HTML successfully. When I try to reference this exact group by its name from asciidoxy I get the error message
Cannot find any hil_pslwip_api for any
.This is the adoc file. I get the information for LWIP_MEMORY_POOL_CTG_T and LWIP_INIT_PARAM_T fine but the group is still eluding me.
What am I doing wrong here?
Could you please add some more documentation or examples on how to reference elements from C structures? I have managed to reference single elements by looking for the
innerclass
element in the XML files but I doubt the idea behind this tool is to manually add all definitions to AsciiDoc files?!I would think the groups and "pages" (for a lack of a better word) that come from the doxygen export would be reusable. Am I just misunderstanding how this is supposed to be used?
The text was updated successfully, but these errors were encountered: