]> Kevux Git Server - fll/commitdiff
Cleanup: Replace '->' with '.' in documentation comment.
authorKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 06:18:51 +0000 (00:18 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 06:18:51 +0000 (00:18 -0600)
There should be no pointer syntax used in documentation comments to keep the documentation agnostic to pointer/non-pointer.

level_1/fl_signal/c/signal.h

index ed797601bebe42b2917986ce282b874b22d67dac..8cbf300cb48fc22ebe9b9406c631d31cb4bec6b6 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
  *
  * This is intended to be explicitly use for the interrupt() callback defined in f_state_t.
  *
- * This checks all interrupts provided in state->data.interrupts and if a signal is found, store that signal in state->data.trigger and returns F_interrupt (with error bit set).
+ * This checks all interrupts provided in state->data.interrupts and if a signal is found, store that signal in state.data.trigger and returns F_interrupt (with error bit set).
  * If state->data.signal.id is NULL, then F_enable_not is returned.
  *
  * @param state