mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-27 11:49:07 +08:00
docs: reconfigure libbpf documentation syncing
This adds documentation files, including ones for autogenerating API documentation based on code comments in the source code that's pulled in via the mirror. Signed-off-by: Grant Seltzer <grantseltzer@gmail.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
88649fe655
commit
b2a63c974d
9
docs/sphinx/Makefile
Normal file
9
docs/sphinx/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
SOURCEDIR = ../src
|
||||
BUILDDIR = build
|
||||
|
||||
help:
|
||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)"
|
||||
|
||||
%:
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)"
|
||||
Reference in New Issue
Block a user