[Bf-blender-cvs] [fa1f852] object_nodes: Cleanup: Fixed deprecated docstrings for file location.

Lukas Tönne noreply at git.blender.org
Tue Apr 5 16:33:28 CEST 2016


Commit: fa1f852381e2e7f4e1b144cef1ec260e18c21e78
Author: Lukas Tönne
Date:   Tue Apr 5 16:32:16 2016 +0200
Branches: object_nodes
https://developer.blender.org/rBfa1f852381e2e7f4e1b144cef1ec260e18c21e78

Cleanup: Fixed deprecated docstrings for file location.

===================================================================

M	source/blender/blenvm/BVM_api.h
M	source/blender/blenvm/BVM_types.h
M	source/blender/blenvm/compile/node_graph.cc
M	source/blender/blenvm/compile/node_graph.h
M	source/blender/blenvm/compile/typedesc.cc
M	source/blender/blenvm/compile/typedesc.h
M	source/blender/blenvm/intern/function.h
M	source/blender/blenvm/intern/function_cache.h
M	source/blender/blenvm/llvm/llvm_codegen.cc
M	source/blender/blenvm/llvm/llvm_codegen.h
M	source/blender/blenvm/llvm/llvm_engine.cc
M	source/blender/blenvm/llvm/llvm_engine.h
M	source/blender/blenvm/llvm/llvm_function.cc
M	source/blender/blenvm/llvm/llvm_function.h
M	source/blender/blenvm/llvm/llvm_headers.h
M	source/blender/blenvm/util/util_data_ptr.h
M	source/blender/blenvm/util/util_debug.h
M	source/blender/blenvm/util/util_hash.h
M	source/blender/blenvm/util/util_map.h
M	source/blender/blenvm/util/util_math.h
M	source/blender/blenvm/util/util_opcode.h
M	source/blender/blenvm/util/util_string.h
M	source/blender/blenvm/util/util_structs.h
M	source/blender/blenvm/util/util_thread.h

===================================================================

diff --git a/source/blender/blenvm/BVM_api.h b/source/blender/blenvm/BVM_api.h
index c0e7064..df8550d 100644
--- a/source/blender/blenvm/BVM_api.h
+++ b/source/blender/blenvm/BVM_api.h
@@ -28,7 +28,7 @@
 #ifndef __BVM_API_H__
 #define __BVM_API_H__
 
-/** \file BVM_api.h
+/** \file blender/blenvm/BVM_api.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/BVM_types.h b/source/blender/blenvm/BVM_types.h
index 1d16e73..36f3274 100644
--- a/source/blender/blenvm/BVM_types.h
+++ b/source/blender/blenvm/BVM_types.h
@@ -28,7 +28,7 @@
 #ifndef __BVM_TYPES_H__
 #define __BVM_TYPES_H__
 
-/** \file BVM_types.h
+/** \file blender/blenvm/BVM_types.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/compile/node_graph.cc b/source/blender/blenvm/compile/node_graph.cc
index 444590c..1077ee8 100644
--- a/source/blender/blenvm/compile/node_graph.cc
+++ b/source/blender/blenvm/compile/node_graph.cc
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/blenvm/intern/bvm_nodegraph.cc
+/** \file blender/blenvm/intern/node_graph.cc
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/compile/node_graph.h b/source/blender/blenvm/compile/node_graph.h
index 3daf8af..210daa5 100644
--- a/source/blender/blenvm/compile/node_graph.h
+++ b/source/blender/blenvm/compile/node_graph.h
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/blenvm/intern/bvm_nodegraph.h
+/** \file blender/blenvm/intern/node_graph.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/compile/typedesc.cc b/source/blender/blenvm/compile/typedesc.cc
index 7dfa0d9..6b37055 100644
--- a/source/blender/blenvm/compile/typedesc.cc
+++ b/source/blender/blenvm/compile/typedesc.cc
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/blenvm/intern/bvm_typedesc.cc
+/** \file blender/blenvm/intern/typedesc.cc
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/compile/typedesc.h b/source/blender/blenvm/compile/typedesc.h
index ba2eb32..c407d0c 100644
--- a/source/blender/blenvm/compile/typedesc.h
+++ b/source/blender/blenvm/compile/typedesc.h
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/blenvm/intern/bvm_typedesc.h
+/** \file blender/blenvm/intern/typedesc.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/intern/function.h b/source/blender/blenvm/intern/function.h
index a9b6fa3..70076fb 100644
--- a/source/blender/blenvm/intern/function.h
+++ b/source/blender/blenvm/intern/function.h
@@ -28,7 +28,7 @@
 #ifndef __FUNCTION_H__
 #define __FUNCTION_H__
 
-/** \file function.h
+/** \file blender/blenvm/intern/function.h
  *  \ingroup blenvm
  */
 
diff --git a/source/blender/blenvm/intern/function_cache.h b/source/blender/blenvm/intern/function_cache.h
index 295838e..2be84d3 100644
--- a/source/blender/blenvm/intern/function_cache.h
+++ b/source/blender/blenvm/intern/function_cache.h
@@ -28,7 +28,7 @@
 #ifndef __FUNCTION_CACHE_H__
 #define __FUNCTION_CACHE_H__
 
-/** \file function_cache.h
+/** \file blender/blenvm/intern/function_cache.h
  *  \ingroup blenvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_codegen.cc b/source/blender/blenvm/llvm/llvm_codegen.cc
index 51a74cb..0f762b1 100644
--- a/source/blender/blenvm/llvm/llvm_codegen.cc
+++ b/source/blender/blenvm/llvm/llvm_codegen.cc
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file llvm_codegen.cc
+/** \file blender/blenvm/llvm/llvm_codegen.cc
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_codegen.h b/source/blender/blenvm/llvm/llvm_codegen.h
index 1cc6c40..87cf0f5 100644
--- a/source/blender/blenvm/llvm/llvm_codegen.h
+++ b/source/blender/blenvm/llvm/llvm_codegen.h
@@ -28,7 +28,7 @@
 #ifndef __LLVM_CODEGEN_H__
 #define __LLVM_CODEGEN_H__
 
-/** \file llvm_codegen.h
+/** \file blender/blenvm/llvm/llvm_codegen.h
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_engine.cc b/source/blender/blenvm/llvm/llvm_engine.cc
index ed07b73..4d4fd74 100644
--- a/source/blender/blenvm/llvm/llvm_engine.cc
+++ b/source/blender/blenvm/llvm/llvm_engine.cc
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file llvm_engine.cc
+/** \file blender/blenvm/llvm/llvm_engine.cc
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_engine.h b/source/blender/blenvm/llvm/llvm_engine.h
index c61fad9..4b2d17a 100644
--- a/source/blender/blenvm/llvm/llvm_engine.h
+++ b/source/blender/blenvm/llvm/llvm_engine.h
@@ -28,7 +28,7 @@
 #ifndef __LLVM_ENGINE_H__
 #define __LLVM_ENGINE_H__
 
-/** \file llvm_engine.h
+/** \file blender/blenvm/llvm/llvm_engine.h
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_function.cc b/source/blender/blenvm/llvm/llvm_function.cc
index 23608f3..150ea31 100644
--- a/source/blender/blenvm/llvm/llvm_function.cc
+++ b/source/blender/blenvm/llvm/llvm_function.cc
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file llvm_function.cc
+/** \file blender/blenvm/llvm/llvm_function.cc
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_function.h b/source/blender/blenvm/llvm/llvm_function.h
index 5c42dfb..edee75f 100644
--- a/source/blender/blenvm/llvm/llvm_function.h
+++ b/source/blender/blenvm/llvm/llvm_function.h
@@ -28,7 +28,7 @@
 #ifndef __LLVM_FUNCTION_H__
 #define __LLVM_FUNCTION_H__
 
-/** \file llvm_function.h
+/** \file blender/blenvm/llvm/llvm_function.h
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/llvm/llvm_headers.h b/source/blender/blenvm/llvm/llvm_headers.h
index 7b743a0..25ade33 100644
--- a/source/blender/blenvm/llvm/llvm_headers.h
+++ b/source/blender/blenvm/llvm/llvm_headers.h
@@ -28,7 +28,7 @@
 #ifndef __LLVM_HEADERS_H__
 #define __LLVM_HEADERS_H__
 
-/** \file llvm_headers.h
+/** \file blender/blenvm/llvm/llvm_headers.h
  *  \ingroup llvm
  */
 
diff --git a/source/blender/blenvm/util/util_data_ptr.h b/source/blender/blenvm/util/util_data_ptr.h
index c88b85a..b9f572b 100644
--- a/source/blender/blenvm/util/util_data_ptr.h
+++ b/source/blender/blenvm/util/util_data_ptr.h
@@ -25,7 +25,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/blenvm/intern/bvm_util_data_ptr.h
+/** \file blender/blenvm/util/util_data_ptr.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_debug.h b/source/blender/blenvm/util/util_debug.h
index bcc169a..c182f36 100644
--- a/source/blender/blenvm/util/util_debug.h
+++ b/source/blender/blenvm/util/util_debug.h
@@ -24,7 +24,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/depsgraph/util/bvm_util_debug.h
+/** \file blender/blenvm/util/util_debug.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_hash.h b/source/blender/blenvm/util/util_hash.h
index a355336..ec81350 100644
--- a/source/blender/blenvm/util/util_hash.h
+++ b/source/blender/blenvm/util/util_hash.h
@@ -24,7 +24,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/depsgraph/util/bvm_util_hash.h
+/** \file blender/blenvm/util/util_hash.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_map.h b/source/blender/blenvm/util/util_map.h
index a823fa7..e060118 100644
--- a/source/blender/blenvm/util/util_map.h
+++ b/source/blender/blenvm/util/util_map.h
@@ -24,7 +24,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/depsgraph/util/bvm_util_map.h
+/** \file blender/blenvm/util/util_map.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_math.h b/source/blender/blenvm/util/util_math.h
index 485c9d5..3900ef7 100644
--- a/source/blender/blenvm/util/util_math.h
+++ b/source/blender/blenvm/util/util_math.h
@@ -28,7 +28,7 @@
 #ifndef __BVM_UTIL_MATH_H__
 #define __BVM_UTIL_MATH_H__
 
-/** \file bvm_util_math.h
+/** \file blender/blenvm/util/util_math.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_opcode.h b/source/blender/blenvm/util/util_opcode.h
index 5ee6c5d..1dd7010 100644
--- a/source/blender/blenvm/util/util_opcode.h
+++ b/source/blender/blenvm/util/util_opcode.h
@@ -28,7 +28,7 @@
 #ifndef __BVM_OPCODE_H__
 #define __BVM_OPCODE_H__
 
-/** \file bvm_opcode.h
+/** \file blender/blenvm/util/util_opcode.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_string.h b/source/blender/blenvm/util/util_string.h
index 2bcdf7d..fadbf32 100644
--- a/source/blender/blenvm/util/util_string.h
+++ b/source/blender/blenvm/util/util_string.h
@@ -28,7 +28,7 @@
 #ifndef __BVM_UTIL_STRING_H__
 #define __BVM_UTIL_STRING_H__
 
-/** \file bvm_util_string.h
+/** \file blender/blenvm/util/util_string.h
  *  \ingroup bvm
  */
 
diff --git a/source/blender/blenvm/util/util_structs.h b/source/blender/blenvm/util/util_structs.h
index d954e2c..fafc75c 100644
--- a/source/blender/blenvm/util/util_structs.h
+++ b/source/blender/blenvm/util/util_structs.h
@@ -32,10 +32,14 @@
 #ifndef __BVM_UTIL_STRUCTS_H__
 #define __BVM_UTIL_STRUCTS_H__
 
+/** \file blender/blenvm/util/util_structs.h
+ *  \ingroup bvm
+ */
+
 #include "MEM_guardedalloc.h"
 
-#include "bvm_util_data_ptr.h"
-#include "bvm_util_math.h"
+#include "util_data_ptr.h"
+#include "util_math.h"
 
 namespace blenvm {
 
diff --git a/source/blender/blenvm/util/util_thread.h b/source/blender/blenvm/util/util_thread.h
index 03f7057..2a5817a 100644
--- a/source/blender/blenvm/util/util_thread.h
+++ b/source/blender/blenvm/util/util_thread.h
@@ -28,7 +28,7 @@
 #ifndef __BVM_UTIL_THREAD_H__
 #define __BVM_UTIL_THREAD_H__
 
-/** \file bvm_util_thread.h
+/** \file blender/blenvm/util/util_thread.h
  *  \ingroup bvm
  */




More information about the Bf-blender-cvs mailing list