Skip to content

Suggestion: handling of mixed typedef and struct definition #36

@pierre-24

Description

@pierre-24

Linked to #35

In C (it is not the case in C++), it is customary to do

typedef struct stuff_ {
  int a;
} stuff;

If doxide encounter such construct, it seems to be creating a page for struct stuff_ and forgets about the typedef. It would probably be possible to automatically duplicate this info and create an corresponding entry for the corresponding typedef structy stuff_ stuff.

However, that's a C specific stuff, so I understand if it is not a priority :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions