Re: [Doxygen-users] copydoc not finding documentation?
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-04-15 14:21:59
|
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 <Edw...@ce...> 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 > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |