]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Rename .C ==> .cpp for files in src/frontends, part two
[lyx.git] / src / frontends / Clipboard.h
index 42ecd6c1a5510770ce6708505f32351027d4e920..3381475cbce95123d80cfcd6c2a3c0f02966135a 100644 (file)
@@ -56,12 +56,14 @@ public:
        /// (document contents, dialogs count as external here).
        virtual bool isInternal() const = 0;
        /// Is the clipboard empty?
+       /// \returns true if both the LyX and the plaintext versions of the
+       /// clipboard are empty.
        virtual bool empty() const = 0;
 };
 
 } // namespace frontend
 
-/// Implementation is in Application.C
+/// Implementation is in Application.cpp
 extern frontend::Clipboard & theClipboard();
 
 } // namespace lyx