Hi Ed,

How about adding const a the end of the copydoc of summaryValue?

Albert


On Tue, Apr 15, 2014 at 3:57 PM, Edward Moyse <edward.mo...@cern.ch> wrote:

>  Hi all,
>
>  I don't know if I'm being stupid here, but when I run Doxygen (1.8.2) on
> the following:
>
>        /// Accessor for TrackSummary values.
>         bool summaryValue(uint8_t& value, const SummaryType &information)
> const;
> ///  @copydoc TrackParticle_v1::summaryValue(uint8_t& value, const
> SummaryType &information)
>         bool summaryValue(float& value, const SummaryType &information)
> const;
>         /// Set method for TrackSummary values.
>         void setSummaryValue(uint8_t& value, const SummaryType
> &information);
> ///  @copydoc TrackParticle_v1::setSummaryValue(uint8_t& value, const
> SummaryType &information)
>         void setSummaryValue(float& value, const SummaryType &information);
>
>  I get told:
>  /afs/
> cern.ch/user/e/emoyse/public/AtlasOffline-rel_2/Event/xAOD/xAODTracking/xAODTracking/versions/TrackParticle_v1.h:236:warning:
>  target TrackParticle_v1::summaryValue(uint8_t& value, const
> SummaryType &information) of \copydoc command not found
>
>  I can't see any reason why setSummaryValue(...) would work fine, but
> summaryValue(...) wouldn't!
>
>  Cheers,
>
>  Ed
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to