On Fri, Sep 17, 2021 at 8:17 PM grantseltzer <grantseltzer@xxxxxxxxx> wrote: > > From: Grant Seltzer <grantseltzer@xxxxxxxxx> > > This adds comments above functions in libbpf.h which document > their uses. These comments are of a format that doxygen and sphinx > can pick up and render. These are rendered by libbpf.readthedocs.org > > These doc comments are for: > - bpf_object__find_map_by_name() > - bpf_map__fd() > - bpf_map__is_internal() > - libbpf_get_error() > - libbpf_num_possible_cpus() > > Signed-off-by: Grant Seltzer <grantseltzer@xxxxxxxxx> > --- Applied to bpf-next yesterday. Patchbot didn't notice, so I'm giving you a heads up. > tools/lib/bpf/libbpf.h | 66 +++++++++++++++++++++++++++++++++++++----- > 1 file changed, 58 insertions(+), 8 deletions(-) > [...]