generates interface from Doxygen group

0 votes
asked Sep 28, 2022 in Question / help by anonymous

I have created a group in Doxygen that consists a list of function. Is it possible to generate the interface from the list of function?

@startuml
interface "interface.h" as interface
{
  function1(void): void
  function2(void): void
  function3(void): int
}
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...