diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-08-01 23:09:04 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-08-02 21:49:52 -0700 |
commit | f29ffbc87d069cc4fdbcaee589717cf8921d53bc (patch) | |
tree | 6386d436e7f1757457b4574725b13fc331e20484 /doc/Doxyfile | |
parent | 613c86299ffe43fba81053845665d4b23f53d690 (diff) | |
download | ffmpeg-f29ffbc87d069cc4fdbcaee589717cf8921d53bc.tar.gz |
avutil/hash: Add more detailed Doxygen documentation
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 681825ed7b..fb5cdd3677 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -822,7 +822,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = doc/examples/ +EXAMPLE_PATH = doc/examples/ tools/ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and |