mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
CompilerProcess.java: Fixed javadoc to by XHTML compliant.
2004-05-31 Michael Koch <konqueror@gmx.de> * gnu/java/rmi/rmic/CompilerProcess.java: Fixed javadoc to by XHTML compliant. From-SVN: r82478
This commit is contained in:
committed by
Michael Koch
parent
e784e64956
commit
771b9ca31f
@@ -51,7 +51,7 @@ public abstract class CompilerProcess extends Compiler
|
||||
/**
|
||||
* This is used to compute the command line for the process.
|
||||
* Most compilers typically arrange their arguments as in
|
||||
* <compiler name and arguments> <optional destination> <filename>.
|
||||
* <compiler name and arguments> <optional destination> <filename>.
|
||||
* This method builds an argument array out that. It should be used
|
||||
* to define computeArguments for those compilers that follow the
|
||||
* argument convention described above.
|
||||
|
||||
Reference in New Issue
Block a user