Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/blenlib/intern
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
Diffstat (limited to 'source/blender/blenlib/intern')
-rw-r--r--source/blender/blenlib/intern/BLI_args.c3
-rw-r--r--source/blender/blenlib/intern/BLI_array.c3
-rw-r--r--source/blender/blenlib/intern/BLI_dial_2d.c3
-rw-r--r--source/blender/blenlib/intern/BLI_dynstr.c3
-rw-r--r--source/blender/blenlib/intern/BLI_filelist.c3
-rw-r--r--source/blender/blenlib/intern/BLI_ghash.c3
-rw-r--r--source/blender/blenlib/intern/BLI_ghash_utils.c3
-rw-r--r--source/blender/blenlib/intern/BLI_heap.c3
-rw-r--r--source/blender/blenlib/intern/BLI_heap_simple.c3
-rw-r--r--source/blender/blenlib/intern/BLI_kdopbvh.c3
-rw-r--r--source/blender/blenlib/intern/BLI_kdtree.c3
-rw-r--r--source/blender/blenlib/intern/BLI_linklist.c3
-rw-r--r--source/blender/blenlib/intern/BLI_linklist_lockfree.c3
-rw-r--r--source/blender/blenlib/intern/BLI_memarena.c3
-rw-r--r--source/blender/blenlib/intern/BLI_memiter.c3
-rw-r--r--source/blender/blenlib/intern/BLI_mempool.c3
-rw-r--r--source/blender/blenlib/intern/BLI_timer.c3
-rw-r--r--source/blender/blenlib/intern/DLRB_tree.c3
-rw-r--r--source/blender/blenlib/intern/array_store.c3
-rw-r--r--source/blender/blenlib/intern/array_store_utils.c3
-rw-r--r--source/blender/blenlib/intern/array_utils.c3
-rw-r--r--source/blender/blenlib/intern/astar.c3
-rw-r--r--source/blender/blenlib/intern/bitmap.c3
-rw-r--r--source/blender/blenlib/intern/bitmap_draw_2d.c3
-rw-r--r--source/blender/blenlib/intern/boxpack_2d.c3
-rw-r--r--source/blender/blenlib/intern/buffer.c3
-rw-r--r--source/blender/blenlib/intern/callbacks.c3
-rw-r--r--source/blender/blenlib/intern/convexhull_2d.c3
-rw-r--r--source/blender/blenlib/intern/dynlib.c3
-rw-r--r--source/blender/blenlib/intern/easing.c3
-rw-r--r--source/blender/blenlib/intern/edgehash.c3
-rw-r--r--source/blender/blenlib/intern/endian_switch.c3
-rw-r--r--source/blender/blenlib/intern/expr_pylike_eval.c3
-rw-r--r--source/blender/blenlib/intern/fileops.c3
-rw-r--r--source/blender/blenlib/intern/fnmatch.c3
-rw-r--r--source/blender/blenlib/intern/freetypefont.c3
-rw-r--r--source/blender/blenlib/intern/gsqueue.c3
-rw-r--r--source/blender/blenlib/intern/hash_md5.c3
-rw-r--r--source/blender/blenlib/intern/hash_mm2a.c3
-rw-r--r--source/blender/blenlib/intern/hash_mm3.c3
-rw-r--r--source/blender/blenlib/intern/jitter_2d.c3
-rw-r--r--source/blender/blenlib/intern/lasso_2d.c3
-rw-r--r--source/blender/blenlib/intern/list_sort_impl.h3
-rw-r--r--source/blender/blenlib/intern/listbase.c3
-rw-r--r--source/blender/blenlib/intern/math_base.c3
-rw-r--r--source/blender/blenlib/intern/math_base_inline.c3
-rw-r--r--source/blender/blenlib/intern/math_bits_inline.c3
-rw-r--r--source/blender/blenlib/intern/math_color.c3
-rw-r--r--source/blender/blenlib/intern/math_color_blend_inline.c3
-rw-r--r--source/blender/blenlib/intern/math_color_inline.c3
-rw-r--r--source/blender/blenlib/intern/math_geom.c3
-rw-r--r--source/blender/blenlib/intern/math_geom_inline.c3
-rw-r--r--source/blender/blenlib/intern/math_interp.c3
-rw-r--r--source/blender/blenlib/intern/math_matrix.c3
-rw-r--r--source/blender/blenlib/intern/math_rotation.c3
-rw-r--r--source/blender/blenlib/intern/math_solvers.c3
-rw-r--r--source/blender/blenlib/intern/math_statistics.c3
-rw-r--r--source/blender/blenlib/intern/math_vector.c3
-rw-r--r--source/blender/blenlib/intern/math_vector_inline.c3
-rw-r--r--source/blender/blenlib/intern/memory_utils.c3
-rw-r--r--source/blender/blenlib/intern/noise.c3
-rw-r--r--source/blender/blenlib/intern/path_util.c3
-rw-r--r--source/blender/blenlib/intern/polyfill_2d.c3
-rw-r--r--source/blender/blenlib/intern/polyfill_2d_beautify.c3
-rw-r--r--source/blender/blenlib/intern/quadric.c3
-rw-r--r--source/blender/blenlib/intern/rand.c3
-rw-r--r--source/blender/blenlib/intern/rct.c3
-rw-r--r--source/blender/blenlib/intern/scanfill.c3
-rw-r--r--source/blender/blenlib/intern/scanfill_utils.c3
-rw-r--r--source/blender/blenlib/intern/smallhash.c3
-rw-r--r--source/blender/blenlib/intern/sort.c3
-rw-r--r--source/blender/blenlib/intern/sort_utils.c3
-rw-r--r--source/blender/blenlib/intern/stack.c3
-rw-r--r--source/blender/blenlib/intern/storage.c3
-rw-r--r--source/blender/blenlib/intern/string.c3
-rw-r--r--source/blender/blenlib/intern/string_cursor_utf8.c3
-rw-r--r--source/blender/blenlib/intern/string_utf8.c2
-rw-r--r--source/blender/blenlib/intern/string_utils.c3
-rw-r--r--source/blender/blenlib/intern/system.c3
-rw-r--r--source/blender/blenlib/intern/task.c3
-rw-r--r--source/blender/blenlib/intern/threads.c3
-rw-r--r--source/blender/blenlib/intern/time.c3
-rw-r--r--source/blender/blenlib/intern/timecode.c3
-rw-r--r--source/blender/blenlib/intern/uvproject.c3
-rw-r--r--source/blender/blenlib/intern/voronoi_2d.c3
-rw-r--r--source/blender/blenlib/intern/voxel.c3
-rw-r--r--source/blender/blenlib/intern/winstuff.c3
-rw-r--r--source/blender/blenlib/intern/winstuff_dir.c3
88 files changed, 88 insertions, 175 deletions
diff --git a/source/blender/blenlib/intern/BLI_args.c b/source/blender/blenlib/intern/BLI_args.c
index 198719d0aaf..06ef40ff34b 100644
--- a/source/blender/blenlib/intern/BLI_args.c
+++ b/source/blender/blenlib/intern/BLI_args.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_args.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief A general argument parsing module
*/
diff --git a/source/blender/blenlib/intern/BLI_array.c b/source/blender/blenlib/intern/BLI_array.c
index 66c70c23864..5a6bca039d8 100644
--- a/source/blender/blenlib/intern/BLI_array.c
+++ b/source/blender/blenlib/intern/BLI_array.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_array.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief A (mainly) macro array library.
*
* This is an array library, used to manage array (re)allocation.
diff --git a/source/blender/blenlib/intern/BLI_dial_2d.c b/source/blender/blenlib/intern/BLI_dial_2d.c
index 3b75251582f..1ca1774cf7b 100644
--- a/source/blender/blenlib/intern/BLI_dial_2d.c
+++ b/source/blender/blenlib/intern/BLI_dial_2d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/BLI_dial_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_dial_2d.h"
diff --git a/source/blender/blenlib/intern/BLI_dynstr.c b/source/blender/blenlib/intern/BLI_dynstr.c
index 7cea48bbbbc..9696e3dd40e 100644
--- a/source/blender/blenlib/intern/BLI_dynstr.c
+++ b/source/blender/blenlib/intern/BLI_dynstr.c
@@ -18,8 +18,7 @@
* Dynamically sized string ADT
*/
-/** \file blender/blenlib/intern/BLI_dynstr.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdlib.h> /* malloc */
diff --git a/source/blender/blenlib/intern/BLI_filelist.c b/source/blender/blenlib/intern/BLI_filelist.c
index dd0d51b0f64..bb3fdab1730 100644
--- a/source/blender/blenlib/intern/BLI_filelist.c
+++ b/source/blender/blenlib/intern/BLI_filelist.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/BLI_filelist.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <sys/types.h>
diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index ce37fe194fd..adf4a3d5210 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_ghash.c
- * \ingroup bli
+/** \file \ingroup bli
*
* A general (pointer -> pointer) chaining hash table
* for 'Abstract Data Types' (known as an ADT Hash Table).
diff --git a/source/blender/blenlib/intern/BLI_ghash_utils.c b/source/blender/blenlib/intern/BLI_ghash_utils.c
index 16a72f1603c..3ba84a90600 100644
--- a/source/blender/blenlib/intern/BLI_ghash_utils.c
+++ b/source/blender/blenlib/intern/BLI_ghash_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_ghash_utils.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Helper functions and implementations of standard data types for #GHash
* (not it's implementation).
diff --git a/source/blender/blenlib/intern/BLI_heap.c b/source/blender/blenlib/intern/BLI_heap.c
index 74f93429f69..5a443e8d798 100644
--- a/source/blender/blenlib/intern/BLI_heap.c
+++ b/source/blender/blenlib/intern/BLI_heap.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/BLI_heap.c
- * \ingroup bli
+/** \file \ingroup bli
*
* A min-heap / priority queue ADT.
*/
diff --git a/source/blender/blenlib/intern/BLI_heap_simple.c b/source/blender/blenlib/intern/BLI_heap_simple.c
index 5e12288a0a7..2568a8a86aa 100644
--- a/source/blender/blenlib/intern/BLI_heap_simple.c
+++ b/source/blender/blenlib/intern/BLI_heap_simple.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/BLI_heap_simple.c
- * \ingroup bli
+/** \file \ingroup bli
*
* A min-heap / priority queue ADT.
*
diff --git a/source/blender/blenlib/intern/BLI_kdopbvh.c b/source/blender/blenlib/intern/BLI_kdopbvh.c
index 6f0c46058c1..3d73e95ad08 100644
--- a/source/blender/blenlib/intern/BLI_kdopbvh.c
+++ b/source/blender/blenlib/intern/BLI_kdopbvh.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_kdopbvh.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief BVH-tree implementation.
*
* k-DOP BVH (Discrete Oriented Polytope, Bounding Volume Hierarchy).
diff --git a/source/blender/blenlib/intern/BLI_kdtree.c b/source/blender/blenlib/intern/BLI_kdtree.c
index 9c5fe038e2d..fe1e4ddfae0 100644
--- a/source/blender/blenlib/intern/BLI_kdtree.c
+++ b/source/blender/blenlib/intern/BLI_kdtree.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/BLI_kdtree.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_linklist.c b/source/blender/blenlib/intern/BLI_linklist.c
index a4e3a12c952..70e43be1ac6 100644
--- a/source/blender/blenlib/intern/BLI_linklist.c
+++ b/source/blender/blenlib/intern/BLI_linklist.c
@@ -18,8 +18,7 @@
* Support for linked lists.
*/
-/** \file blender/blenlib/intern/BLI_linklist.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Routines for working with single linked lists of 'links' - pointers to other data.
*
diff --git a/source/blender/blenlib/intern/BLI_linklist_lockfree.c b/source/blender/blenlib/intern/BLI_linklist_lockfree.c
index df549e018ce..fbeb4c5ab80 100644
--- a/source/blender/blenlib/intern/BLI_linklist_lockfree.c
+++ b/source/blender/blenlib/intern/BLI_linklist_lockfree.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_linklist_lockfree.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_memarena.c b/source/blender/blenlib/intern/BLI_memarena.c
index b2541d0365c..12b4b5350ef 100644
--- a/source/blender/blenlib/intern/BLI_memarena.c
+++ b/source/blender/blenlib/intern/BLI_memarena.c
@@ -18,8 +18,7 @@
* Efficient memory allocation for lots of similar small chunks.
*/
-/** \file blender/blenlib/intern/BLI_memarena.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Memory arena ADT.
* \section aboutmemarena Memory Arena
*
diff --git a/source/blender/blenlib/intern/BLI_memiter.c b/source/blender/blenlib/intern/BLI_memiter.c
index be5608084a6..6d099a24a3c 100644
--- a/source/blender/blenlib/intern/BLI_memiter.c
+++ b/source/blender/blenlib/intern/BLI_memiter.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/BLI_memiter.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Simple, fast memory allocator for allocating many small elements of different sizes
* in fixed size memory chunks,
diff --git a/source/blender/blenlib/intern/BLI_mempool.c b/source/blender/blenlib/intern/BLI_mempool.c
index 71416ea5eae..9a66d9d02a8 100644
--- a/source/blender/blenlib/intern/BLI_mempool.c
+++ b/source/blender/blenlib/intern/BLI_mempool.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_mempool.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Simple, fast memory allocator for allocating many elements of the same size.
*
diff --git a/source/blender/blenlib/intern/BLI_timer.c b/source/blender/blenlib/intern/BLI_timer.c
index 9e3bfeaf59d..27263811a45 100644
--- a/source/blender/blenlib/intern/BLI_timer.c
+++ b/source/blender/blenlib/intern/BLI_timer.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/BLI_timer.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_timer.h"
diff --git a/source/blender/blenlib/intern/DLRB_tree.c b/source/blender/blenlib/intern/DLRB_tree.c
index 9dc0022f3af..f938f38c7a5 100644
--- a/source/blender/blenlib/intern/DLRB_tree.c
+++ b/source/blender/blenlib/intern/DLRB_tree.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/DLRB_tree.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/array_store.c b/source/blender/blenlib/intern/array_store.c
index fb7ac4146f3..bf46f8656ac 100644
--- a/source/blender/blenlib/intern/array_store.c
+++ b/source/blender/blenlib/intern/array_store.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/array_store.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Array storage to minimize duplication.
*
* This is done by splitting arrays into chunks and using copy-on-write (COW),
diff --git a/source/blender/blenlib/intern/array_store_utils.c b/source/blender/blenlib/intern/array_store_utils.c
index 8ee2ab1c274..9906330f7cb 100644
--- a/source/blender/blenlib/intern/array_store_utils.c
+++ b/source/blender/blenlib/intern/array_store_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/array_store_utils.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Helper functions for BLI_array_store API.
*/
diff --git a/source/blender/blenlib/intern/array_utils.c b/source/blender/blenlib/intern/array_utils.c
index ed27ae94c74..ab347658042 100644
--- a/source/blender/blenlib/intern/array_utils.c
+++ b/source/blender/blenlib/intern/array_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/array_utils.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Generic array manipulation API.
*
* \warning Some array operations here are inherently inefficient,
diff --git a/source/blender/blenlib/intern/astar.c b/source/blender/blenlib/intern/astar.c
index 770e0c1ea02..fc777ea0485 100644
--- a/source/blender/blenlib/intern/astar.c
+++ b/source/blender/blenlib/intern/astar.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/astar.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief An implementation of the A* (AStar) algorithm to solve shortest path problem.
*
* This library implements the simple A* (AStar) algorithm, an optimized version of
diff --git a/source/blender/blenlib/intern/bitmap.c b/source/blender/blenlib/intern/bitmap.c
index 1fedc783178..1e84939c9f5 100644
--- a/source/blender/blenlib/intern/bitmap.c
+++ b/source/blender/blenlib/intern/bitmap.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/bitmap.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Utility functions for variable size bitmasks.
*/
diff --git a/source/blender/blenlib/intern/bitmap_draw_2d.c b/source/blender/blenlib/intern/bitmap_draw_2d.c
index 97c0ebae3dc..4028b1f7db1 100644
--- a/source/blender/blenlib/intern/bitmap_draw_2d.c
+++ b/source/blender/blenlib/intern/bitmap_draw_2d.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/bitmap_draw_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Utility functions for primitive drawing operations.
*/
diff --git a/source/blender/blenlib/intern/boxpack_2d.c b/source/blender/blenlib/intern/boxpack_2d.c
index 7a96a10a745..db81d4ba0e4 100644
--- a/source/blender/blenlib/intern/boxpack_2d.c
+++ b/source/blender/blenlib/intern/boxpack_2d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/boxpack_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdlib.h> /* for qsort */
diff --git a/source/blender/blenlib/intern/buffer.c b/source/blender/blenlib/intern/buffer.c
index e9ec7ee6cd0..194de387dfd 100644
--- a/source/blender/blenlib/intern/buffer.c
+++ b/source/blender/blenlib/intern/buffer.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/buffer.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Primitive generic buffer library.
*
diff --git a/source/blender/blenlib/intern/callbacks.c b/source/blender/blenlib/intern/callbacks.c
index a98c139d329..d1d66c99b5a 100644
--- a/source/blender/blenlib/intern/callbacks.c
+++ b/source/blender/blenlib/intern/callbacks.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/callbacks.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/blenlib/intern/convexhull_2d.c b/source/blender/blenlib/intern/convexhull_2d.c
index fe77e977b5e..c4163311a05 100644
--- a/source/blender/blenlib/intern/convexhull_2d.c
+++ b/source/blender/blenlib/intern/convexhull_2d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/convexhull_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/dynlib.c b/source/blender/blenlib/intern/dynlib.c
index 56d871b69eb..e6122b99767 100644
--- a/source/blender/blenlib/intern/dynlib.c
+++ b/source/blender/blenlib/intern/dynlib.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/dynlib.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdio.h>
diff --git a/source/blender/blenlib/intern/easing.c b/source/blender/blenlib/intern/easing.c
index 93c3cad904c..c4a9a024051 100644
--- a/source/blender/blenlib/intern/easing.c
+++ b/source/blender/blenlib/intern/easing.c
@@ -28,8 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/** \file blender/blenlib/intern/easing.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_math_base.h"
diff --git a/source/blender/blenlib/intern/edgehash.c b/source/blender/blenlib/intern/edgehash.c
index 8c37047b62f..c255b8b88fa 100644
--- a/source/blender/blenlib/intern/edgehash.c
+++ b/source/blender/blenlib/intern/edgehash.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/edgehash.c
- * \ingroup bli
+/** \file \ingroup bli
*
* An (edge -> pointer) hash table.
* Using unordered int-pairs as keys.
diff --git a/source/blender/blenlib/intern/endian_switch.c b/source/blender/blenlib/intern/endian_switch.c
index 82cb221ac57..414f46fa2cf 100644
--- a/source/blender/blenlib/intern/endian_switch.c
+++ b/source/blender/blenlib/intern/endian_switch.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/endian_switch.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_sys_types.h"
diff --git a/source/blender/blenlib/intern/expr_pylike_eval.c b/source/blender/blenlib/intern/expr_pylike_eval.c
index 36d9a920711..33da29298c3 100644
--- a/source/blender/blenlib/intern/expr_pylike_eval.c
+++ b/source/blender/blenlib/intern/expr_pylike_eval.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/expr_pylike_eval.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Simple evaluator for a subset of Python expressions that can be
* computed using purely double precision floating point values.
diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c
index ed570494e18..31f5ef5e5a2 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/fileops.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/fnmatch.c b/source/blender/blenlib/intern/fnmatch.c
index 36c1ef394a2..70817b2e3dd 100644
--- a/source/blender/blenlib/intern/fnmatch.c
+++ b/source/blender/blenlib/intern/fnmatch.c
@@ -1,5 +1,4 @@
-/** \file blender/blenlib/intern/fnmatch.c
- * \ingroup bli
+/** \file \ingroup bli
*/
/* Copyright (C) 1991, 1992, 1993, 1996, 1997 Free Software Foundation, Inc.
diff --git a/source/blender/blenlib/intern/freetypefont.c b/source/blender/blenlib/intern/freetypefont.c
index a48332ce074..f1a345588f6 100644
--- a/source/blender/blenlib/intern/freetypefont.c
+++ b/source/blender/blenlib/intern/freetypefont.c
@@ -21,8 +21,7 @@
* Code that uses exotic character maps is present but commented out.
*/
-/** \file blender/blenlib/intern/freetypefont.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <ft2build.h>
diff --git a/source/blender/blenlib/intern/gsqueue.c b/source/blender/blenlib/intern/gsqueue.c
index db73bb92356..af8f31b6cea 100644
--- a/source/blender/blenlib/intern/gsqueue.c
+++ b/source/blender/blenlib/intern/gsqueue.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/gsqueue.c
- * \ingroup bli
+/** \file \ingroup bli
*
* \brief A generic structure queue
* (a queue for fixed length generally small) structures.
diff --git a/source/blender/blenlib/intern/hash_md5.c b/source/blender/blenlib/intern/hash_md5.c
index 328da32e830..ab7e32f5e59 100644
--- a/source/blender/blenlib/intern/hash_md5.c
+++ b/source/blender/blenlib/intern/hash_md5.c
@@ -17,8 +17,7 @@
* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>.
*/
-/** \file blender/blenlib/intern/hash_md5.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Functions to compute MD5 message digest of files or memory blocks
* according to the definition of MD5 in RFC 1321 from April 1992.
diff --git a/source/blender/blenlib/intern/hash_mm2a.c b/source/blender/blenlib/intern/hash_mm2a.c
index ccd7e27b349..7ea131db6ba 100644
--- a/source/blender/blenlib/intern/hash_mm2a.c
+++ b/source/blender/blenlib/intern/hash_mm2a.c
@@ -15,8 +15,7 @@
* Copyright (C) 2014 Blender Foundation.
*/
-/** \file blender/blenlib/intern/hash_mm2a.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Functions to compute Murmur2A hash key.
*
diff --git a/source/blender/blenlib/intern/hash_mm3.c b/source/blender/blenlib/intern/hash_mm3.c
index 7de89b4e919..7fdff4348c8 100644
--- a/source/blender/blenlib/intern/hash_mm3.c
+++ b/source/blender/blenlib/intern/hash_mm3.c
@@ -15,8 +15,7 @@
* Copyright (C) 2018 Blender Foundation.
*/
-/** \file blender/blenlib/intern/hash_mm3.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Functions to compute Murmur3 hash key.
*
diff --git a/source/blender/blenlib/intern/jitter_2d.c b/source/blender/blenlib/intern/jitter_2d.c
index 274ca270a12..e1091673d5a 100644
--- a/source/blender/blenlib/intern/jitter_2d.c
+++ b/source/blender/blenlib/intern/jitter_2d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/jitter_2d.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Jitter offset table
*/
diff --git a/source/blender/blenlib/intern/lasso_2d.c b/source/blender/blenlib/intern/lasso_2d.c
index 94473ff7874..8264d4cc8a2 100644
--- a/source/blender/blenlib/intern/lasso_2d.c
+++ b/source/blender/blenlib/intern/lasso_2d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/lasso_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "DNA_vec_types.h"
diff --git a/source/blender/blenlib/intern/list_sort_impl.h b/source/blender/blenlib/intern/list_sort_impl.h
index ecbfa2896ac..4b5c451e905 100644
--- a/source/blender/blenlib/intern/list_sort_impl.h
+++ b/source/blender/blenlib/intern/list_sort_impl.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/list_sort_impl.h
- * \ingroup bli
+/** \file \ingroup bli
*
* Common implementation of linked-list a non-recursive mergesort.
*
diff --git a/source/blender/blenlib/intern/listbase.c b/source/blender/blenlib/intern/listbase.c
index 00710c6ab44..a7c6b31ca99 100644
--- a/source/blender/blenlib/intern/listbase.c
+++ b/source/blender/blenlib/intern/listbase.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/listbase.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Manipulations on double-linked list (#ListBase structs).
*
diff --git a/source/blender/blenlib/intern/math_base.c b/source/blender/blenlib/intern/math_base.c
index a43ca06724f..1806949457e 100644
--- a/source/blender/blenlib/intern/math_base.c
+++ b/source/blender/blenlib/intern/math_base.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_base.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_base_inline.c b/source/blender/blenlib/intern/math_base_inline.c
index 8f68b16f4e3..c302766d35c 100644
--- a/source/blender/blenlib/intern/math_base_inline.c
+++ b/source/blender/blenlib/intern/math_base_inline.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_base_inline.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#ifndef __MATH_BASE_INLINE_C__
diff --git a/source/blender/blenlib/intern/math_bits_inline.c b/source/blender/blenlib/intern/math_bits_inline.c
index f2596c79596..5e03d941eff 100644
--- a/source/blender/blenlib/intern/math_bits_inline.c
+++ b/source/blender/blenlib/intern/math_bits_inline.c
@@ -15,8 +15,7 @@
*
* */
-/** \file blender/blenlib/intern/math_bits_inline.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#ifndef __MATH_BITS_INLINE_C__
diff --git a/source/blender/blenlib/intern/math_color.c b/source/blender/blenlib/intern/math_color.c
index 6965e5e55ae..7ac1bf67f46 100644
--- a/source/blender/blenlib/intern/math_color.c
+++ b/source/blender/blenlib/intern/math_color.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_color.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <assert.h>
diff --git a/source/blender/blenlib/intern/math_color_blend_inline.c b/source/blender/blenlib/intern/math_color_blend_inline.c
index 93b77d5252b..21df1036905 100644
--- a/source/blender/blenlib/intern/math_color_blend_inline.c
+++ b/source/blender/blenlib/intern/math_color_blend_inline.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_color_blend_inline.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_math_base.h"
diff --git a/source/blender/blenlib/intern/math_color_inline.c b/source/blender/blenlib/intern/math_color_inline.c
index 7a4acd26dfb..12985142b13 100644
--- a/source/blender/blenlib/intern/math_color_inline.c
+++ b/source/blender/blenlib/intern/math_color_inline.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_color_inline.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c
index bdf88e0c5df..91de4005f48 100644
--- a/source/blender/blenlib/intern/math_geom.c
+++ b/source/blender/blenlib/intern/math_geom.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_geom.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/math_geom_inline.c b/source/blender/blenlib/intern/math_geom_inline.c
index 414219db6a3..424edc4d466 100644
--- a/source/blender/blenlib/intern/math_geom_inline.c
+++ b/source/blender/blenlib/intern/math_geom_inline.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_geom_inline.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#ifndef __MATH_GEOM_INLINE_C__
diff --git a/source/blender/blenlib/intern/math_interp.c b/source/blender/blenlib/intern/math_interp.c
index dee831134dd..c2caa7bb582 100644
--- a/source/blender/blenlib/intern/math_interp.c
+++ b/source/blender/blenlib/intern/math_interp.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/math_interp.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <math.h>
diff --git a/source/blender/blenlib/intern/math_matrix.c b/source/blender/blenlib/intern/math_matrix.c
index 99288c3cdcf..fff3db8a374 100644
--- a/source/blender/blenlib/intern/math_matrix.c
+++ b/source/blender/blenlib/intern/math_matrix.c
@@ -19,8 +19,7 @@
* The Original Code is: some of this file.
*/
-/** \file blender/blenlib/intern/math_matrix.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/math_rotation.c b/source/blender/blenlib/intern/math_rotation.c
index bdd7ac56742..f235e32b8d2 100644
--- a/source/blender/blenlib/intern/math_rotation.c
+++ b/source/blender/blenlib/intern/math_rotation.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_rotation.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <assert.h>
diff --git a/source/blender/blenlib/intern/math_solvers.c b/source/blender/blenlib/intern/math_solvers.c
index a901fe1b507..8aa307a8247 100644
--- a/source/blender/blenlib/intern/math_solvers.c
+++ b/source/blender/blenlib/intern/math_solvers.c
@@ -17,8 +17,7 @@
* All rights reserved.
* */
-/** \file blender/blenlib/intern/math_solvers.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/math_statistics.c b/source/blender/blenlib/intern/math_statistics.c
index 7e70478680e..0dede9ec872 100644
--- a/source/blender/blenlib/intern/math_statistics.c
+++ b/source/blender/blenlib/intern/math_statistics.c
@@ -17,8 +17,7 @@
* All rights reserved.
* */
-/** \file blender/blenlib/intern/math_statistics.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/math_vector.c b/source/blender/blenlib/intern/math_vector.c
index 04850f30edc..acc20c3f614 100644
--- a/source/blender/blenlib/intern/math_vector.c
+++ b/source/blender/blenlib/intern/math_vector.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_vector.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_vector_inline.c b/source/blender/blenlib/intern/math_vector_inline.c
index 45b9f80ea58..b6af35c725d 100644
--- a/source/blender/blenlib/intern/math_vector_inline.c
+++ b/source/blender/blenlib/intern/math_vector_inline.c
@@ -20,8 +20,7 @@
*
* */
-/** \file blender/blenlib/intern/math_vector_inline.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#ifndef __MATH_VECTOR_INLINE_C__
diff --git a/source/blender/blenlib/intern/memory_utils.c b/source/blender/blenlib/intern/memory_utils.c
index a2ffa9ab85e..c31e12044bc 100644
--- a/source/blender/blenlib/intern/memory_utils.c
+++ b/source/blender/blenlib/intern/memory_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/memory_utils.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Generic memory manipulation API.
*
* This is to extend on existing functions
diff --git a/source/blender/blenlib/intern/noise.c b/source/blender/blenlib/intern/noise.c
index 9faff7c6338..38c9f8acef4 100644
--- a/source/blender/blenlib/intern/noise.c
+++ b/source/blender/blenlib/intern/noise.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/noise.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <math.h>
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 90ac7c97ab9..a41f524ecda 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -18,8 +18,7 @@
* various string, file, list operations.
*/
-/** \file blender/blenlib/intern/path_util.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <ctype.h>
diff --git a/source/blender/blenlib/intern/polyfill_2d.c b/source/blender/blenlib/intern/polyfill_2d.c
index 296af2bcd57..d5a379466f8 100644
--- a/source/blender/blenlib/intern/polyfill_2d.c
+++ b/source/blender/blenlib/intern/polyfill_2d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/polyfill_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*
* An ear clipping algorithm to triangulate single boundary polygons.
*
diff --git a/source/blender/blenlib/intern/polyfill_2d_beautify.c b/source/blender/blenlib/intern/polyfill_2d_beautify.c
index 2685c523a89..eb6d3c676d4 100644
--- a/source/blender/blenlib/intern/polyfill_2d_beautify.c
+++ b/source/blender/blenlib/intern/polyfill_2d_beautify.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/polyfill_2d_beautify.c
- * \ingroup bli
+/** \file \ingroup bli
*
* This function is to improve the tessellation resulting from polyfill2d,
* creating optimal topology.
diff --git a/source/blender/blenlib/intern/quadric.c b/source/blender/blenlib/intern/quadric.c
index b8929da9392..1612b741501 100644
--- a/source/blender/blenlib/intern/quadric.c
+++ b/source/blender/blenlib/intern/quadric.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/quadric.c
- * \ingroup bli
+/** \file \ingroup bli
*
* \note This isn't fully complete,
* possible there are other useful functions to add here.
diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c
index 14bed0e0a12..2a60d31cd7c 100644
--- a/source/blender/blenlib/intern/rand.c
+++ b/source/blender/blenlib/intern/rand.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/rand.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/rct.c b/source/blender/blenlib/intern/rct.c
index ace2f166e83..70b91406d4e 100644
--- a/source/blender/blenlib/intern/rct.c
+++ b/source/blender/blenlib/intern/rct.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/rct.c
- * \ingroup bli
+/** \file \ingroup bli
*
* A minimalist lib for functions doing stuff with rectangle structs.
*/
diff --git a/source/blender/blenlib/intern/scanfill.c b/source/blender/blenlib/intern/scanfill.c
index fe383f5808e..fad14499e52 100644
--- a/source/blender/blenlib/intern/scanfill.c
+++ b/source/blender/blenlib/intern/scanfill.c
@@ -18,8 +18,7 @@
* (uit traces) maart 95
*/
-/** \file blender/blenlib/intern/scanfill.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Triangulate multiple 2D/3D polygon with support for holes,
* use for tessellating curves, fonts and geometry.
diff --git a/source/blender/blenlib/intern/scanfill_utils.c b/source/blender/blenlib/intern/scanfill_utils.c
index 5c39f05b71d..5c805df14c9 100644
--- a/source/blender/blenlib/intern/scanfill_utils.c
+++ b/source/blender/blenlib/intern/scanfill_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/scanfill_utils.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdio.h>
diff --git a/source/blender/blenlib/intern/smallhash.c b/source/blender/blenlib/intern/smallhash.c
index b331b785dc9..9c4f60322e6 100644
--- a/source/blender/blenlib/intern/smallhash.c
+++ b/source/blender/blenlib/intern/smallhash.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/smallhash.c
- * \ingroup bli
+/** \file \ingroup bli
*
* A light stack-friendly hash library, it uses stack space for relatively small, fixed size hash tables
* but falls back to heap memory once the stack limits reached (#SMSTACKSIZE).
diff --git a/source/blender/blenlib/intern/sort.c b/source/blender/blenlib/intern/sort.c
index 6e2562d1ba2..6c848d75312 100644
--- a/source/blender/blenlib/intern/sort.c
+++ b/source/blender/blenlib/intern/sort.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/sort.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdlib.h>
diff --git a/source/blender/blenlib/intern/sort_utils.c b/source/blender/blenlib/intern/sort_utils.c
index 316840a0147..674a0e0d8b2 100644
--- a/source/blender/blenlib/intern/sort_utils.c
+++ b/source/blender/blenlib/intern/sort_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/sort_utils.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Utility functions for sorting common types.
*/
diff --git a/source/blender/blenlib/intern/stack.c b/source/blender/blenlib/intern/stack.c
index ee48410365c..8e0e5d7aee0 100644
--- a/source/blender/blenlib/intern/stack.c
+++ b/source/blender/blenlib/intern/stack.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/stack.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <string.h>
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index 26400a71979..663aaee1924 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -19,8 +19,7 @@
* Some really low-level file thingies.
*/
-/** \file blender/blenlib/intern/storage.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <sys/types.h>
diff --git a/source/blender/blenlib/intern/string.c b/source/blender/blenlib/intern/string.c
index 763ef9cc465..c6deaf5abab 100644
--- a/source/blender/blenlib/intern/string.c
+++ b/source/blender/blenlib/intern/string.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/string.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/string_cursor_utf8.c b/source/blender/blenlib/intern/string_cursor_utf8.c
index 2370a57dc3c..c0dd115266c 100644
--- a/source/blender/blenlib/intern/string_cursor_utf8.c
+++ b/source/blender/blenlib/intern/string_cursor_utf8.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/string_cursor_utf8.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdio.h>
diff --git a/source/blender/blenlib/intern/string_utf8.c b/source/blender/blenlib/intern/string_utf8.c
index 57f11bbb711..9a76eccb894 100644
--- a/source/blender/blenlib/intern/string_utf8.c
+++ b/source/blender/blenlib/intern/string_utf8.c
@@ -19,7 +19,7 @@
* All rights reserved.
*/
- /** \file blender/blenlib/intern/string_utf8.c
+ /** \file
* \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/string_utils.c b/source/blender/blenlib/intern/string_utils.c
index c394f47732c..e9d31f5e534 100644
--- a/source/blender/blenlib/intern/string_utils.c
+++ b/source/blender/blenlib/intern/string_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/string_utils.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <ctype.h>
diff --git a/source/blender/blenlib/intern/system.c b/source/blender/blenlib/intern/system.c
index 24d1846f820..22fbd20ccf3 100644
--- a/source/blender/blenlib/intern/system.c
+++ b/source/blender/blenlib/intern/system.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/system.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdio.h>
diff --git a/source/blender/blenlib/intern/task.c b/source/blender/blenlib/intern/task.c
index dfda1f4e77e..c6488c9e935 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/task.c
- * \ingroup bli
+/** \file \ingroup bli
*
* A generic task system which can be used for any task based subsystem.
*/
diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c
index 5b437f9e52d..20e332bcc29 100644
--- a/source/blender/blenlib/intern/threads.c
+++ b/source/blender/blenlib/intern/threads.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/threads.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <stdlib.h>
diff --git a/source/blender/blenlib/intern/time.c b/source/blender/blenlib/intern/time.c
index effea005b5f..548f79b45f2 100644
--- a/source/blender/blenlib/intern/time.c
+++ b/source/blender/blenlib/intern/time.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/time.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/timecode.c b/source/blender/blenlib/intern/timecode.c
index 12f837be834..47ebe38a2c4 100644
--- a/source/blender/blenlib/intern/timecode.c
+++ b/source/blender/blenlib/intern/timecode.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/timecode.c
- * \ingroup blendlib
+/** \file \ingroup blendlib
*
* Time-Code string formatting
*/
diff --git a/source/blender/blenlib/intern/uvproject.c b/source/blender/blenlib/intern/uvproject.c
index 16ae623f19f..3690155555a 100644
--- a/source/blender/blenlib/intern/uvproject.c
+++ b/source/blender/blenlib/intern/uvproject.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/blenlib/intern/uvproject.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include <math.h>
diff --git a/source/blender/blenlib/intern/voronoi_2d.c b/source/blender/blenlib/intern/voronoi_2d.c
index 69b43ce1a62..3dbda959dd6 100644
--- a/source/blender/blenlib/intern/voronoi_2d.c
+++ b/source/blender/blenlib/intern/voronoi_2d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/voronoi_2d.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Fortune's algorithm implemented using explanation and some code snippets from
* http://blog.ivank.net/fortunes-algorithm-and-implementation.html
diff --git a/source/blender/blenlib/intern/voxel.c b/source/blender/blenlib/intern/voxel.c
index 1afe36574c2..d926309219f 100644
--- a/source/blender/blenlib/intern/voxel.c
+++ b/source/blender/blenlib/intern/voxel.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blenlib/intern/voxel.c
- * \ingroup bli
+/** \file \ingroup bli
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index 0bfafeb2198..e9b276514af 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -18,8 +18,7 @@
* Windows-posix compatibility layer, windows-specific functions.
*/
-/** \file blender/blenlib/intern/winstuff.c
- * \ingroup bli
+/** \file \ingroup bli
*/
diff --git a/source/blender/blenlib/intern/winstuff_dir.c b/source/blender/blenlib/intern/winstuff_dir.c
index b17346dd1d8..fd6322083b7 100644
--- a/source/blender/blenlib/intern/winstuff_dir.c
+++ b/source/blender/blenlib/intern/winstuff_dir.c
@@ -15,8 +15,7 @@
* Windows-posix compatibility layer for opendir/readdir/closedir
*/
-/** \file blender/blenlib/intern/winstuff_dir.c
- * \ingroup bli
+/** \file \ingroup bli
*
* Posix compatibility functions for windows dealing with DIR
* (opendir, readdir, closedir)