Added example plug-in to the documentation.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Tue, 12 Oct 2010 22:11:12 +0000 (18:11 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Tue, 12 Oct 2010 23:55:28 +0000 (19:55 -0400)
Doxyfile
src/aop-doxy-main.c

index bb6cc554943668afbb61e41ab0973c5580f3be84..65e057c79ec0780c486198960e82591c594d8497 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -625,7 +625,7 @@ EXCLUDE_SYMBOLS        = aop_argkind
 # 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
index bd618ccf5ceba31e4fc180d4f4a0b1aada93fb36..24323046a6f8f9a1011a364e667372df7aacf28e 100644 (file)
  * 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.
+ */