summaryrefslogtreecommitdiff
path: root/Doxyfile
Commit message (Collapse)AuthorAge
* doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-14
| | | | | This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
* Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u').Reinhard Tartler2011-07-03
| | | | | | | | This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Moreover, this is the version that is used by the nightly cronjob that generates the online html version.
* doxygen: be more permissive when searching for API examplesReinhard Tartler2011-07-02
|
* doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof ↵Reinhard Tartler2011-06-30
| | | | | | | macros Without this, members that have been declare with the DECLARE_ALIGNED macro don't show up at all in the generated documentation.
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-30
|
* get rid of the last svn mentionsJanne Grunau2011-03-18
|
* partially rename FFmpeg to LibavJanne Grunau2011-03-16
| | | | update mailing list references and irc channels in configure
* Do not generate LaTeX Doxygen documentation by default.Diego Biurrun2010-07-12
| | | | | | Our general use case just requires HTML documentation, so skip the extra step. Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Turn off the useless default chatter that doxygen prints to the console.Diego Biurrun2010-07-12
| | | | Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not generate documentation for .d files; they do not contain source code.Diego Biurrun2010-07-08
| | | | Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').Diego Biurrun2010-07-05
| | | | | | | This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Originally committed as revision 24064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.Diego Biurrun2010-07-05
| | | | Originally committed as revision 24063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.Diego Biurrun2010-07-05
| | | | Originally committed as revision 24062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert update of Doxygen configuration file via 'doxygen -u'.Diego Biurrun2010-07-05
| | | | | | It will be redone with some cosmetics split out in a moment. Originally committed as revision 24061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').Diego Biurrun2010-07-02
| | | | | | | This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be available on all developer machines. Originally committed as revision 23968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-18
| | | | Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exclude .svn and .git directories from doxygen documentation.Ramiro Polla2010-01-15
| | | | Originally committed as revision 21229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HAVE_3DNOW --> HAVE_AMD3DNOWDiego Biurrun2009-01-26
| | | | Originally committed as revision 16798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
| | | | Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove intrinsics checks, they are no longer used.Diego Biurrun2006-10-13
| | | | | | partly based on a patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving Doxyfile from ffmpeg/libavcodec to ffmpegMichael Niedermayer2004-07-15
Originally committed as revision 3318 to svn://svn.ffmpeg.org/ffmpeg/trunk