# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = workspace
# 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
* unnecessarily consume memory. InterAspect cleans up all aop_type
* objects for you when the compiler exits.
*/
+
+/**
+ * \example hello.c
+ * A "hello world" example that shows the minimum setup necessary to
+ * instrument every function entry.
+ */
+
+/**
+ * \example advice_header.c
+ * An example of a plug-in that automatically generates a header file
+ * with prototypes for advice functions.
+ */