From: Richard Heck Date: Thu, 24 Sep 2009 11:58:09 +0000 (+0000) Subject: Fix doxy. X-Git-Tag: 2.0.0~5447 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fca8ba713f0379a2b744ea9926e5d4fe7e5e90cf;p=features.git Fix doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31462 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/ForkedCalls.h b/src/support/ForkedCalls.h index e628f882cc..c45211f7a2 100644 --- a/src/support/ForkedCalls.h +++ b/src/support/ForkedCalls.h @@ -135,7 +135,7 @@ private: }; -/* +/** * An instance of class ForkedCall represents a single child process. * * Class ForkedCall uses fork() and execvp() to lauch the child process.