<div dir="ltr">I understand now. Thank you.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 11, 2020 at 7:35 PM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, Jul 11, 2020 at 12:31 AM Richi Dubey <<a href="mailto:richidubey@gmail.com" target="_blank">richidubey@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I noticed that we have defined all the scheduler non entry-point functions in <a href="https://git.rtems.org/rtems/tree/cpukit/score/src/scheduleredfsmp.c" rel="noreferrer" target="_blank">https://git.rtems.org/rtems/tree/cpukit/score/src/scheduleredfsmp.c</a> as static inline, which makes them invisible inside the doxygen comments (<a href="https://docs.rtems.org/doxygen/branches/master/scheduleredfsmp_8c.html" rel="noreferrer" target="_blank">https://docs.rtems.org/doxygen/branches/master/scheduleredfsmp_8c.html</a>).<br>
><br>
> Is there any reason why we choose to do so?<br>
><br>
<br>
Encapsulation / method hiding. It is normal to define and document<br>
interfaces moreso than implementations.<br>
<br>
> Thanks,<br>
> Richi.<br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>