stm32: hash: move to peripherals API docs

Drop redundant .c files and add groupings and labels.  Eliminates
warnings from doxygen
This commit is contained in:
Karl Palsson
2019-06-11 21:56:01 +00:00
committed by Karl Palsson
parent a143e5644e
commit b287bbd322
3 changed files with 3 additions and 64 deletions

View File

@@ -1,4 +1,6 @@
/** @addtogroup hash_file
/** @addtogroup hash_file HASH Peripheral API
*
* @ingroup peripheral_apis
*
* @author @htmlonly © @endhtmlonly 2013
* Mikhail Avkhimenia <mikhail@avkhimenia.net>
@@ -145,7 +147,6 @@ void hash_digest()
Makes a copy of the resulting hash.
@param[out] data unsigned int32. Hash 4\5 words long depending on the algorithm.
@param[in] algorithm unsigned int8. Hash algorithm: @ref hash_algorithm
*/
void hash_get_result(uint32_t *data)