]> git.lyx.org Git - features.git/commitdiff
Comment
authorPavel Sanda <sanda@lyx.org>
Mon, 30 Aug 2010 12:08:10 +0000 (12:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 30 Aug 2010 12:08:10 +0000 (12:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35234 a592a061-630c-0410-9148-cb99ea01b6c8

src/Format.h

index 0a63bccbf157b29bd10a52fc389e9768c770488c..aa5907fec07c862cdb7600f4838617ccf06a82fa 100644 (file)
@@ -143,9 +143,9 @@ public:
        void setViewer(std::string const & name, std::string const & command);
        ///
        void setEditor(std::string const & name, std::string const & command);
-       ///
+       /// Currently used by hyperlink insets
        bool viewURL(std::string const &url);
-       ///
+       /// View the given file. Buffer used for DVI's paper orientation.
        bool view(Buffer const & buffer, support::FileName const & filename,
                  std::string const & format_name) const;
        ///