From f6f5b1749a9a60f7eb3e2b42a1600a5546b34d8b Mon Sep 17 00:00:00 2001 From: rgheck Date: Thu, 24 Sep 2009 11:58:09 +0000 Subject: [PATCH] Fix doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31462 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ForkedCalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT