]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs cleanup
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 8 Sep 2015 15:48:59 +0000 (08:48 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 8 Sep 2015 15:48:59 +0000 (08:48 -0700)
src/auth/CredentialsCache.h

index 793c202c755f66dacd63479e59bba79834cc28ef..5fd40059d68423c8a567b0cf6bba69c7123d9669 100644 (file)
@@ -57,9 +57,7 @@ public:
     /// cache garbage collection, removes timed-out entries
     void cleanup();
 
-    /** obtain sorted list of usernames
-     *
-     */
+    /// obtain alphanumerically sorted list of usernames
     std::vector<Auth::User::Pointer> sortedUsersList() const;
 
     /* RegisteredRunner API */
@@ -69,7 +67,7 @@ public:
 private:
     void scheduleCleanup();
 
-    /// whether a GC event has been scheduled
+    /// whether a cleanup (garbage collection) event has been scheduled
     bool gcScheduled_;
 
     StoreType store_;