Re: xrefitem overview page not generated properly

"René Staffen" <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <trinity-a7a37bf8-823e-4e76-85dd-49818527cb3b-1505210545483@3c-app-gmx-bs28>
hmm - it seems that this problem comes from the combination of TYPEDEF_HIDES_STRUCT and the use of forward declaration of the following form:

/**
 * \component SomeComp
 *
 */
typedef struct sSomeComp_t SomeComp_t;


and then later:

/* Component SomeComp - for documentation, see above */
struct sSomeComp_t
{
  int dummy
};


If I set  TYPEDEF_HIDES_STRUCT to NO then the list is created but also i have all tag names in the documentation :(

I would consider this a bug, since the the \component is at the typedef.
I think the documenbtations of the typedef and the tag should be merged.


> Gesendet: Dienstag, 12. September 2017 um 10:11 Uhr
> Von: "René Staffen" <[email protected]>
> An: [email protected]
> Betreff: [Doxygen-users] xrefitem overview page not generated properly
>
> Hi,
> 
> i created the following xrefitem - alias:
> 
>    "component=\xrefitem componentList \"Component\" \"List of Components\" implements design component"
> 
> But the generated dokumentation lacks the corresponding entry in the "Related Pages" section .
> 
> The documented entities (that contain the component keyword) all correctly contain the section "Component". This section header is also a link but the targeted hml file does not exist.
> 
> So it seems that something is wrong with the main-page generation.
> I am not using any self defined template and also deleted the whole output folder and restarted the generation.
> 
> Any further ideas?
> 
> best regards
> René
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Doxygen-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.