]> git.lyx.org Git - features.git/commitdiff
Fix doxy.
authorRichard Heck <rgheck@comcast.net>
Thu, 24 Sep 2009 11:58:09 +0000 (11:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 24 Sep 2009 11:58:09 +0000 (11:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31462 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ForkedCalls.h

index e628f882cc83abefff2c522f8303d6d164b3a923..c45211f7a2427adad2046eba78a7dfa0ee2e7547 100644 (file)
@@ -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.