Various Doxygen fixes.
[dcpomatic.git] / src / lib / config.h
index 80dfb1dc94d1bfd4da1376b750bf4caa3ce0abd3..ed29a8f2444356864430e72fed4cc2ddd29e9c90 100644 (file)
@@ -550,7 +550,7 @@ public:
 
        void changed (Property p = OTHER);
        boost::signals2::signal<void (Property)> Changed;
-       /** Emitted if ::read() failed on an existing Config file.  There is nothing
+       /** Emitted if read() failed on an existing Config file.  There is nothing
            a listener can do about it: this is just for information.
        */
        static boost::signals2::signal<void ()> FailedToLoad;