Comment.
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 10:05:08 +0000 (11:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 12:45:10 +0000 (13:45 +0100)
src/lib/log.h

index 3efed667bd003e9eb1f2a15bd05696201b0c821b..2acef6601e4d2ea9c5daababe415e519747c6f81 100644 (file)
@@ -52,6 +52,9 @@ public:
 
        void set_types (int types);
 
+       /** @param amount Approximate number of bytes to return; the returned value
+        *  may be shorter or longer than this.
+        */
        virtual std::string head_and_tail (int amount = 1024) const = 0;
 
 protected: