# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/ \
- @CMAKE_SOURCE_DIR@/src/
+ @CMAKE_SOURCE_DIR@/src/ \
+ @CMAKE_SOURCE_DIR@/examples/
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.dox \
*.h \
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_SYMBOLS =
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS =
+EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/examples/
+EXAMPLE_PATTERNS = *.c
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER =
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @example examples/am7xxx-play.c
+ * am7xxx-play uses libavdevice, libavformat, libavcodec and libswscale to
+ * decode the input, encode it to jpeg and display it with libam7xxx.
+ */
+
#include <stdio.h>
#include <stdint.h>
#include <string.h>
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @example examples/picoproj.c
+ * A minimal example to show how to use libam7xxx to show a static image.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>