X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fheap.c;h=bced107e809c5f7f16b15b363b9f212004e67601;hb=45add65abd59bd79f528501c85f3e5891a9c2c29;hp=b1dbb72b6451c7d12f9513c88b4110a8325917d8;hpb=76c53bfa0136be55cf17e57b1ee098e5dfeefa70;p=bertos.git diff --git a/mware/heap.c b/mware/heap.c old mode 100755 new mode 100644 index b1dbb72b..bced107e --- a/mware/heap.c +++ b/mware/heap.c @@ -1,9 +1,34 @@ -/*! +/** * \file * * * \brief Heap subsystem (public interface). @@ -15,6 +40,9 @@ /*#* *#* $Log$ + *#* Revision 1.9 2006/07/19 12:56:27 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.8 2005/11/04 16:20:02 bernie *#* Fix reference to README.devlib in header. *#* @@ -210,7 +238,7 @@ void *heap_calloc(struct Heap* h, size_t size) return mem; } -/*! +/** * Free a block of memory, determining its size automatically. * * \param h Heap from which the block was allocated.