On Nov 24, 2012, at 5:53 , Lefteris Karapetsas <lef...@msn.com> wrote:

> Hello all,
> 
> As the title says I am in a kind of predicament. My work is done in C and 
> while documenting it I basically document functions. Many functions may 
> accept the same arguments some times and I need the documentation description 
> to be consistent across all functions for these specific arguments. So far I 
> am simply copying-pasting the description but that slowly turns out to become 
> a lot of work, and I am sure I am forgetting it in places and end up with 
> incomplete documentation. Is there any way like using @copydoc but for only a 
> single argument of one function?

No, but you could define an alias (see ALIASES in the config file) to make a 
shorthand notation for the reoccurring text.

Regards,
  Dimitri


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to