diff --git a/dns.c b/dns.c
index b2fe5e610b7d9c28bf7ec2152f3e56fc23faa45d..efa999a348afb11f5732d919e9a0e6287a567b03 100644
--- a/dns.c
+++ b/dns.c
@@ -23,6 +23,10 @@
  * \brief DNS Support for Asterisk
  *
  * \author Thorsten Lockert <tholo@trollphone.org>
+ *
+ * \par Reference
+ * - DNR SRV records http://www.ietf.org/rfc/rfc2782.txt
+ *
  */
 
 #include <sys/types.h>
diff --git a/enum.c b/enum.c
index 96e0702ebe16fa9466c7a67efc66543506584979..9304c2228d306203d9ef8e520066116d53cf079e 100644
--- a/enum.c
+++ b/enum.c
@@ -35,6 +35,9 @@
  * - ENUM SIP: http://www.ietf.org/rfc/rfc3764.txt
  * - IANA ENUM Services: http://www.iana.org/assignments/enum-services
  *
+ * \par Possible improvement
+ * \todo Implement a caching mechanism for multile enum lookups
+ * - See http://bugs.digium.com/view.php?id=6739
  */
 
 #include <sys/types.h>