#421: Online Doxygen docs mixes up ffmpeg.c docs with avconv.c docs.
-------------------------+---------------------
  Reporter:  MattE       |      Owner:  michael
      Type:  defect      |     Status:  new
  Priority:  normal      |  Component:  FFmpeg
   Version:  git-master  |   Keywords:  Doxygen
Blocked By:              |   Blocking:
Reproduced:  0           |   Analyzed:  0
-------------------------+---------------------
 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

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/421>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to