From 706337bb5a57b5024378459145c51c12ff833272 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Mon, 18 Mar 2013 16:31:56 +0400 Subject: [PATCH] Doxygen fix: don't identify the words Type and Target as class names --- module.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.h b/module.h index 577e6b5b..a61493de 100644 --- a/module.h +++ b/module.h @@ -104,14 +104,14 @@ public: declarations of functions and types used in the ispc/application interface. @param srcFile Pathname to ispc source file to compile - @param arch Target architecture (e.g. "x86-64") - @param cpu Target CPU (e.g. "core-i7") - @param targets Target ISAs; this parameter may give a single target + @param arch %Target architecture (e.g. "x86-64") + @param cpu %Target CPU (e.g. "core-i7") + @param targets %Target ISAs; this parameter may give a single target ISA, or may give a comma-separated list of them in case we are compiling to multiple ISAs. @param generatePIC Indicates whether position-independent code should be generated. - @param outputType Type of output to generate (object files, assembly, + @param outputType %Type of output to generate (object files, assembly, LLVM bitcode.) @param outFileName Base name of output filename for object files, etc. If for example the multiple targets "sse2" and "avx"