fw/applib/app_sync: fix documentation comments
The generate_native_sdk script was getting confused, and thought those comments
were documentation for the AppSync struct, leading to it including those
comments in the generated pebble.h file verbatim. This resulted in closing
Doxygen groups earlier than they should have been, and excluding a large portion
of the documentation from generated docs.
Signed-off-by: Ruby Iris Juric <ruby@srxl.me>