[Mesa-dev] [PATCH 1/4] glsl: Document parameters_lists_match()

2011-07-27 Thread Chad Versace
The function's parameter do not indicate which parameter list belongs to the function signature and which is the actual parameter list. So clarify this in a Doxygen comment. CC: Ian Romanick Signed-off-by: Chad Versace --- src/glsl/ir_function.cpp |6 ++ 1 files changed, 6 insertions(+)

[Mesa-dev] [PATCH 1/4] glsl: Document parameters_lists_match()

2011-07-26 Thread Chad Versace
The function's parameter do not indicate which parameter list belongs to the function signature and which is the actual parameter list. So clarify this in a Doxygen comment. Signed-off-by: Chad Versace --- src/glsl/ir_function.cpp |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-)