Hello Folks,

I want to link to an overloaded function with this signature:


Functor(void(*function)(void));

Because Functor is overloaded, I have to give the full signature, but I can’t 
figure out how doxygen wants it expressed.  I’ve tried all of these:

  @see Functor(*)
  @see Functor((*))
  @see Functor(*())
  @see Functor((*)())
  @see Functor(void*)
  @see Functor(void(*))
  @see Functor(void*())
  @see Functor(void(*)())
  @see Functor(void*(void))
  @see Functor(void(*)(void))

But none of them work.

Any ideas?

Thanks,
Peter
_______________________________________________________________________
Dr. Peter D. Barnes, Jr.                Physics Division
Lawrence Livermore National Laboratory  Physical and Life Sciences
7000 East Avenue, L-50                  email:  pdbar...@llnl.gov
P. O. Box 808                           Voice:  (925) 422-3384
Livermore, California 94550             Fax:    (925) 423-3371

------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to