fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Problem with doxygen documentation


From: M. Nentwig
Subject: [fluid-dev] Problem with doxygen documentation
Date: Thu, 29 May 2003 11:52:54 +0300

Hello,

I looked through the API reference for the library (from
fluidsynth.org).
It seems that Doxygen got confused, don't ask me why. That's what the
API reference says:

char *
               name
          char *
               topic

               The name of the command, as typed in in the shell.
More...

fluid_cmd_func_t
               handler

               The help topic group of this command. More...

          void *
               data

               Pointer to the handler for this command. More...

          char *
               help

               Pointer to the user data. More...


And that was the header file:
typedef struct {
      char* name;                           /** The name of the command,
as typed in in the shell */
      char* topic;                          /** The help topic group of
this command */
      fluid_cmd_func_t handler;              /** Pointer to the handler
for this command */
      void* data;                           /** Pointer to the user data
*/
      char* help;                           /** A help string */
    } fluid_cmd_t;


Looks like Doxygen skipped one line.

Any ideas?

-Markus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]