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>2018-08-29 18:56:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-29 18:56:08 +0300
commit89186595de97d8faeb4a97784c952904f5fb5472 (patch)
tree0315300098fe49164da85262a5df86a930c5c1a9 /source/blender/blenlib/BLI_polyfill_2d_beautify.h
parent0efecba957eea45621c004217a76448f11f0376d (diff)
Cleanup: add file doxy comments
Diffstat (limited to 'source/blender/blenlib/BLI_polyfill_2d_beautify.h')
-rw-r--r--source/blender/blenlib/BLI_polyfill_2d_beautify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_polyfill_2d_beautify.h b/source/blender/blenlib/BLI_polyfill_2d_beautify.h
index 73b52125904..96b730bee68 100644
--- a/source/blender/blenlib/BLI_polyfill_2d_beautify.h
+++ b/source/blender/blenlib/BLI_polyfill_2d_beautify.h
@@ -21,6 +21,10 @@
#ifndef __BLI_POLYFILL_2D_BEAUTIFY_H__
#define __BLI_POLYFILL_2D_BEAUTIFY_H__
+/** \file BLI_polyfill_2d_beautify.h
+ * \ingroup bli
+ */
+
struct Heap;
struct MemArena;