Skip to content

Commit

Permalink
docs: enable btree2/kdtree lib doxygen file for Programmer's manual
Browse files Browse the repository at this point in the history
Enable btree2/kdtree library doxygen documentation for Programmer's manual.

(fixes b5a8683)
  • Loading branch information
neteler committed Nov 30, 2024
1 parent 0c3a9c7 commit 67c64f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/btree2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ MOD_OBJS := $(filter-out try.o,$(AUTO_OBJS))
LIB = BTREE2

include $(MODULE_TOPDIR)/include/Make/Lib.make
include $(MODULE_TOPDIR)/include/Make/Doxygen.make

HEADERS := $(ARCH_INCDIR)/kdtree.h

Expand All @@ -17,3 +18,5 @@ headers: $(HEADERS)

$(ARCH_INCDIR)/kdtree.h: kdtree.h
$(INSTALL_DATA) $< $@

DOXNAME = btree2
File renamed without changes.

0 comments on commit 67c64f1

Please sign in to comment.