Re: [Doxygen-users] ghost references by function (doxygen 1.8.13)
Brought to you by:
dimitri
From: Jan R. <jan...@co...> - 2017-03-09 17:29:05
|
Hi The References section seems to always include a next function. Jan From: Jan Ruzicka Sent: Thursday, March 09, 2017 11:38 AM To: 'dox...@li...' <dox...@li...> Subject: ghost references by function (doxygen 1.8.13) Hi Does anybody else see ghost links in references sections? Doxygen version 1.8.13. "References" section of function documentation have functions that are not called in the documented function at all. In example below, function just assigns values, but references has xxx::yyy::fatal_exit(). Sorry, I don't have a nice small self-contained test case. Jan [1] Example of doxygen output: get_versions() void xxx::yyy::get_versions ( int & major_, int & minor_, int & micro_ ) Get the version numbers for this module. Parameters major_ The major version number. minor_ The minor version number. micro_ The micro version number. Returns void. Definition at line 80 of file tools.cpp. References xxx::yyy::fatal_exit(). Referenced by xxx::yyy::check_args(). { major_ = MAJOR_VERSION; minor_ = MINOR_VERSION; micro_ = MICRO_VERSION; } Jan Ruzicka Senior Software Engineer Comtech Mobile Datacom Corporation 20430 Century Blvd, Germantown, MD 20874 Office: 240-686-3300 Fax: 240-686-3301 The information contained in this message may be privileged and/or confidential. If you are not the intended recipient, or responsible for delivering this message to the intended recipient, any review, forwarding, dissemination, distribution or copying of this communication or any attachment(s) is strictly prohibited. If you have received this message in error, please so notify the sender immediately, and delete it and all attachments from your computer and network. ________________________________ NOTICE TO RECIPIENT: This email, including attachments, may contain information which is confidential, proprietary, attorney-client privileged and/or controlled under U.S. export laws and regulations and may be restricted from disclosure by applicable State and Federal law. Nothing in this email shall create any legal binding agreement between the parties unless expressly stated herein and provided by an authorized representative of Comtech Telecommunications Corp. or its subsidiaries. If you are not the intended recipient of this message, be advised that any dissemination, distribution, or use of the contents of this message is strictly prohibited. If you received this message in error, please notify us immediately by return email and permanently delete all copies of the original email and any attached documentation from any computer or other media. |