diff options
author | Chad Versace <[email protected]> | 2010-11-17 10:43:10 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2010-11-17 12:07:24 -0800 |
commit | df883eb1575a740bf91e01cbe2eaa4dbc1f9f154 (patch) | |
tree | eb01070cea2f1c110bc7649b6c89469778271c24 /src/glsl/opt_constant_propagation.cpp | |
parent | b4cdba687c098eea2ecc61349a4ea02a8769909e (diff) |
glsl: Fix Doxygen tag \file in recently renamed files
Diffstat (limited to 'src/glsl/opt_constant_propagation.cpp')
-rw-r--r-- | src/glsl/opt_constant_propagation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/opt_constant_propagation.cpp b/src/glsl/opt_constant_propagation.cpp index 5d875b7be00..6719fc81863 100644 --- a/src/glsl/opt_constant_propagation.cpp +++ b/src/glsl/opt_constant_propagation.cpp @@ -22,7 +22,7 @@ */ /** - * \file ir_constant_propagation.cpp + * \file opt_constant_propagation.cpp * * Tracks assignments of constants to channels of variables, and * usage of those constant channels with direct usage of the constants. |