Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86 was 
reviewed by Kinsey Moore

--
  
Kinsey Moore started a new discussion on cpukit/include/rtems/stackchk.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_110265

 > + * 
 > + * @param[in] running running points to the currently executing thread which
 > + * is being context switched out.

Parameter documentation blocks should be spaced appropriately so that the 
additional lines of the description align with the beginning of the description 
for better readability. In this case it would look like this:

```
   * @param[in] running Points to the currently executing thread which
                        is being context switched out.
```

This applies to other documentation blocks as well.




-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to