diff --git a/.cproject b/.cproject
index 9e4d462a1..7feaf903a 100644
--- a/.cproject
+++ b/.cproject
@@ -2252,6 +2252,38 @@
true
true
+
+ make
+ -j5
+ wrap_gtsam_distclean
+ true
+ true
+ true
+
+
+ make
+ -j5
+ wrap_gtsam_unstable_distclean
+ true
+ true
+ true
+
+
+ make
+ -j5
+ wrap_gtsam_clean
+ true
+ true
+ true
+
+
+ make
+ -j5
+ wrap_gtsam_unstable_clean
+ true
+ true
+ true
+
make
-j5
diff --git a/gtsam.h b/gtsam.h
index 78607651b..6fa694330 100644
--- a/gtsam.h
+++ b/gtsam.h
@@ -16,6 +16,7 @@
* Limitations on methods
* - Parsing does not support overloading
* - There can only be one method (static or otherwise) with a given name
+ * - Constness has no effect
* Methods must start with a lowercase letter
* Static methods must start with a letter (upper or lowercase) and use the "static" keyword
* Arguments to functions any of