Skip to content

Customization of "C" free-function file participant names #430

@MrChocolateMoose

Description

@MrChocolateMoose

Overview

We're using the combine_free_functions_into_file_participants in our C code. We have successfully customized the graphs to our liking thus far, but the lifelines (file participants) are a bit ugly when we are reference code from a far off directory (e.g. ../../../module/include/module.h could be an example of a listing we see).

Question / Request

Is there a way to customize the names to make them match closer to what you would expect in a C++ diagram? I couldn't find anything in the docs.

For my use case, if I had ../../module_a/include/module_a.h , then just showing module_a is good. I'm sure some kind of more sophisticated implementation would be useful to others such as name substitution mapping or reading a doxygen variable that specifies the name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions