core/log: Add anchor to doc to allow stable references

This commit is contained in:
Marian Buschsieweke 2021-10-06 10:20:05 +02:00
parent 49ab2f0ef2
commit ff7e7c26cf
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -12,6 +12,7 @@
* *
* @file * @file
* @brief System logging header * @brief System logging header
* @anchor core_util_log
* *
* This header offers a bunch of "LOG_*" functions that, with the default * This header offers a bunch of "LOG_*" functions that, with the default
* implementation, just use printf, but honour a verbosity level. * implementation, just use printf, but honour a verbosity level.