]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.hxx
Tweaks.
[simgear.git] / simgear / debug / logstream.hxx
index e2977bf6d412863efce066f4e65223ac35add37e..63d3ed10e0e7888bf9d51cd750a2316b5b0aa349 100644 (file)
@@ -86,10 +86,13 @@ public:
     // logbuf( streambuf* sb ) : sbuf(sb) {}
     /** Constructor */
     logbuf();
+
     /** Destructor */
     ~logbuf();
 
-    /** Is logging enabled? */
+    /**
+     * Is logging enabled?
+     * @return true or false*/
     bool enabled() { return logging_enabled; }
 
     /**
@@ -230,9 +233,11 @@ logstream::operator<< ( const loglevel& l )
 
 
 /**
+ * \relates logstream
  * Return the one and only logstream instance.
  * We use a function instead of a global object so we are assured that cerr
  * has been initialised.
+ * @return current logstream
  */
 inline logstream&
 sglog()