In a C++ class I have a quantity of code like this:

   /** Per-strand view instance.
    *
    *  @return A reference to the per-strand view instance.
    */
   view_type& view() { ... }

   /** @copydoc view()
    */
   const view_type& view() const { ... }

When I process this through doxygen, I get

    warning: target view() of \copydoc command not found

------------------------------------------------------------------------------
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