Fix export, which has been broken since the boost::signals2 changes. Also update...
[ardour.git] / libs / audiographer / audiographer / exception.h
index 43891db619f61a8e6414364b728e847436a4af55..5583a2620bb0f82852848431f59c1e00456e755f 100644 (file)
@@ -11,6 +11,9 @@
 namespace AudioGrapher
 {
 
+/** AudioGrapher Exception class.
+  * Automatically tells which class an exception was thrown from.
+  */
 class Exception : public std::exception
 {
   public: