]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / 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.