[Doxygen-users] Linking to function pointer arguments
Brought to you by:
dimitri
From: Barnes, P. D. <bar...@ll...> - 2015-07-28 23:49:24
|
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: pdb...@ll... P. O. Box 808 Voice: (925) 422-3384 Livermore, California 94550 Fax: (925) 423-3371 |