Opened 13 years ago

Closed 13 years ago

#421 closed defect (fixed)

Online Doxygen docs mixes up ffmpeg.c docs with avconv.c docs.

Reported by: Matt Owned by: Michael Niedermayer
Priority: normal Component: ffmpeg
Version: git-master Keywords: Doxygen
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

In the doxygen page for the ffmpeg.c source code when you click on a function name to be taken to the docs for that function, if that function is defined in ffmpeg.c it will take you to the avconv.c docs instead of the ffmpeg docs.

For example, if you click on the function name write_frame here: http://www.ffmpeg.org/doxygen/trunk/ffmpeg_8c-source.html#l00783 it takes you to http://www.ffmpeg.org/doxygen/trunk/avconv_8c.html#ec8a41459c0bd4c4d4e84b519709ac31 instead of to http://www.ffmpeg.org/doxygen/trunk/ffmpeg_8c.html#ec8a41459c0bd4c4d4e84b519709ac31

Change History (1)

comment:1 by Michael Niedermayer, 13 years ago

Reproduced by developer: set
Resolution: fixed
Status: newclosed

I suspect this is a doxygen bug.
Ive workaround it by excluding avconv.c
Someone should report this issue to the doxygen maintainers after verifying that the latest doxygen is still affected.
For testing one just needs latest doxygen installed and run doxygen in the ffmpeg main directory
The latest version of doxygen i tested was 1.7.3 which still has many links to avconv.c in ffmpeg.c

Note: See TracTickets for help on using tickets.