改进注释

This commit is contained in:
hyzboy 2019-06-04 19:15:06 +08:00
parent 8c76767711
commit a12e6cfb92

View File

@ -1379,7 +1379,7 @@ namespace hgl
} }
/** /**
* *
*/ */
template<typename T> template<typename T>
uint lower_clip_cpy(T *target,const T *source) uint lower_clip_cpy(T *target,const T *source)
@ -1409,7 +1409,7 @@ namespace hgl
} }
/** /**
* *
*/ */
template<typename T> template<typename T>
uint upper_clip_cpy(T *target,const T *source) uint upper_clip_cpy(T *target,const T *source)
@ -1438,7 +1438,7 @@ namespace hgl
} }
/** /**
* *
*/ */
template<typename T> template<typename T>
uint lower_clip_cpy(T *target,const T *source,int source_max) uint lower_clip_cpy(T *target,const T *source,int source_max)
@ -1469,7 +1469,7 @@ namespace hgl
} }
/** /**
* *
*/ */
template<typename T> template<typename T>
uint upper_clip_cpy(T *target,const T *source,int source_max) uint upper_clip_cpy(T *target,const T *source,int source_max)