Re: [PATCH V10 14/15] rust: opp: Extend OPP abstractions with cpufreq support

From: Viresh Kumar
Date: Wed Apr 16 2025 - 06:40:35 EST


On 16-04-25, 12:31, Miguel Ojeda wrote:
> On Wed, Apr 16, 2025 at 11:59 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
> >
> > +// Frequency table implementation.
>
> ///
>
> > + // Returns a reference to the underlying [`cpufreq::Table`].
>
> Ditto.

Hmm, I did not use /// as the comments were added to private
definitions.

Sorry for the dumb question, but why should we use /// in such cases ?
They will never show up in documentation anyway, right ?

--
viresh