]> git.lyx.org Git - features.git/commitdiff
set eol-style
authorAbdelrazak Younes <younes@lyx.org>
Wed, 21 Nov 2007 21:18:04 +0000 (21:18 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 21 Nov 2007 21:18:04 +0000 (21:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21696 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Delegates.h

index 76d34b9726405727b9ab41bb4655336259a75e42..1a41771e3dc7b9de264d3a84de4708376bd647ee 100644 (file)
@@ -34,10 +34,10 @@ public:
                std::string const & data, Inset * inset = 0) = 0;
 
        /// This function is called when some dialogs needs to be updated.
-       /** \param name == "citation", "bibtex" etc; an identifier used\r
-           to update the contents of a particular dialog with \param data.\r
-           See the comments to 'show', above.\r
-       */\r
+       /** \param name == "citation", "bibtex" etc; an identifier used
+           to update the contents of a particular dialog with \param data.
+           See the comments to 'show', above.
+       */
        virtual void updateDialog(std::string const & name,
                std::string const & data) = 0;
 };