···1313 * You should have received a copy of the GNU General Public License
1414 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1515 */
1616-#pragma once
17161818-#include "quantum.h"
1717+#pragma once
19182019#include <stdbool.h>
2121-#include <stdint.h>
22202321/**
2424- * \defgroup digitizer
2222+ * \file
2523 *
2626- * HID Digitizer
2424+ * defgroup digitizer HID Digitizer
2725 * \{
2826 */
2927
···3344#pragma once
5566-/** \file
66+/**
77+ * \file
88+ *
99+ * \defgroup secure Secure API
1010+ *
1111+ * \brief Exposes a set of functionality to act as a virtual padlock for your device
1212+ * ...as long as that padlock is made of paper and it's currently raining.
713 *
88- * Exposes a set of functionality to act as a virtual padlock for your device
99- * ... As long as that padlock is made of paper and its currently raining.
1414+ * \{
1015 */
11161217#include <stdint.h>
···7782/** \brief keyboard hook called when changing secure status device
7883 */
7984bool secure_hook_kb(secure_status_t secure_status);
8585+8686+/** \} */
+4-2
quantum/send_string/send_string.h
···1515 */
16161717/**
1818- * \defgroup send_string
1818+ * \file
1919 *
2020- * Send String API. These functions allow you to create macros by typing out sequences of keystrokes.
2020+ * \defgroup send_string Send String API
2121+ *
2222+ * \brief These functions allow you to create macros by typing out sequences of keystrokes.
2123 * \{
2224 */
2325