[Bf-blender-cvs] [4b4a2312502] master: Cleanup: API doc is to be in implementation, not header file.

Bastien Montagne noreply at git.blender.org
Fri Feb 8 18:58:17 CET 2019


Commit: 4b4a231250248dc144dc80eefc3b7517ad2d24dc
Author: Bastien Montagne
Date:   Fri Feb 8 17:40:45 2019 +0100
Branches: master
https://developer.blender.org/rB4b4a231250248dc144dc80eefc3b7517ad2d24dc

Cleanup: API doc is to be in implementation, not header file.

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

M	source/blender/blenkernel/BKE_idcode.h

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

diff --git a/source/blender/blenkernel/BKE_idcode.h b/source/blender/blenkernel/BKE_idcode.h
index ff6e4689f40..29231a51f81 100644
--- a/source/blender/blenkernel/BKE_idcode.h
+++ b/source/blender/blenkernel/BKE_idcode.h
@@ -36,12 +36,6 @@ short       BKE_idcode_from_idfilter(const int idfilter);
 int BKE_idcode_to_index(const short idcode);
 short BKE_idcode_from_index(const int index);
 
-/**
- * Return an ID code and steps the index forward 1.
- *
- * \param index: start as 0.
- * \return the code, 0 when all codes have been returned.
- */
 short BKE_idcode_iter_step(int *index);
 
 #endif



More information about the Bf-blender-cvs mailing list