Browse code

doxygen: be more permissive when searching for API examples

Reinhard Tartler authored on 2011/07/02 03:53:09
Showing 1 changed files
... ...
@@ -591,14 +591,14 @@ EXCLUDE_SYMBOLS        =
591 591
 # directories that contain example code fragments that are included (see
592 592
 # the \include command).
593 593
 
594
-EXAMPLE_PATH           = libavcodec/api-example.c libavformat/output-example.c
594
+EXAMPLE_PATH           = libavcodec/ libavformat/
595 595
 
596 596
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
597 597
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
598 598
 # and *.h) to filter out the source-files in the directories. If left
599 599
 # blank all files are included.
600 600
 
601
-EXAMPLE_PATTERNS       =
601
+EXAMPLE_PATTERNS       = *-example.c
602 602
 
603 603
 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
604 604
 # searched for input files to be used with the \include or \dontinclude