1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add some documentation.

llvm-svn: 25150
This commit is contained in:
Reid Spencer 2006-01-08 22:41:22 +00:00
parent ae8ad0d55a
commit fb5ba86d31

View File

@ -50,6 +50,8 @@ namespace sys {
/// executed. It is presumed this is the result of the FindProgramByName
/// method.
/// @returns an integer result code indicating the status of the program.
/// A zero or positive value indicates the result code of the program. A
/// negative value is the signal number on which it terminated.
/// @throws std::string on a variety of error conditions or if the invoked
/// program aborted abnormally.
/// @see FindProgrambyName