diff --git a/src/support/ForkedCalls.h b/src/support/ForkedCalls.h index e628f882cc..5a322ae19c 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.