Header and STL fixes.
[shibboleth/cpp-opensaml.git] / saml / util / CGIParser.h
index 5288b1a..00ea7c1 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file shibsp/util/CGIParser.h
+ * @file saml/util/CGIParser.h
  * 
  * CGI GET/POST parameter parsing
  */
@@ -43,6 +43,7 @@ namespace opensaml {
 
         ~CGIParser();
 
+        /** Alias for multimap iterator. */
         typedef std::multimap<std::string,char*>::const_iterator walker;
         
         /**