summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
Commit message (Collapse)AuthorAge
* doc: Update paths to match new examples locationDiego Biurrun2016-03-23
|
* doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun2014-02-14
| | | | This allows using the libav source path as the example path.
* Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun2014-02-14
|
* doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov2013-05-24
| | | | | | This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
* doxy: don't sort struct members alphabeticallyAnton Khirnov2013-05-17
| | | | The declaration order is more meanigful in most cases.
* miscellaneous typo fixesDiego Biurrun2012-12-21
|
* doxygen: remove obsolete options from DoxyfileJanne Grunau2012-11-15
| | | | | | | The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated outpu for older doxygen versions should not change since they were set to the default value.
* doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-26
| | | | This avoids Doxygen believing the attribute is the function name.
* doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-26
|
* Move Doxyfile into the doc/ subdirectoryDiego Biurrun2012-10-23