References / Referenced by data for member functions

Report any problems using DoxyPress or DoxyPressApp
Post Reply
mauricio.mirabetti
Posts: 5
Joined: Thu May 04 2017 9:43 pm

References / Referenced by data for member functions

Post by mauricio.mirabetti »

Dear friends,

I noticed that the References <list of functions called> and Reference by <list of functions calling the one being documented> is repeating the first one found, but stating the correct number of functions referenced/referenced by.

For example, for using project OssimLabs/Ossim (Github) as a reference, for class::member funcion "classossimHdf5::findDatasetByName", we get:

- References getDatasets(), getDatasets(), getDatasets(), getDatasets(), and getDatasets().
- Referenced by ossimHdf5GridModel::initCoarseGrid(), and ossimHdf5GridModel::initCoarseGrid().

where correct results could/should be:
- References ossimString::contains(), getDatasets(), getRoot(), ossimNotify(), and ossimNotifyLevel_WARN.
- Referenced by ossimHdf5Info::getKeywordlistDataset(), and ossimHdf5GridModel::initCoarseGrid().

Please let me know if any further information is necessary on this point.

Best regards.

Mauricio
Post Reply