]> git.tuebingen.mpg.de Git - osl.git/commit
web: Get rid of doxygen.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 Jun 2020 23:13:30 +0000 (01:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 22 Sep 2020 19:28:31 +0000 (21:28 +0200)
commit7a5132c93cde8ce79bbea3dc4568ffa5f42ec5cf
tree435b679e45ca3dfba7d29c4897c908a5b3258b93
parent975357d614c27b81fbd65162a72d66d3b1a16a57
web: Get rid of doxygen.

Doxygen is an additional dependency, and it's total overkill for
a small project like osl. The self-contained gendoc.m4 script does
everything we need, and is much faster.

This patch converts osl.h.in to gendoc syntax and removes all traces
of doxygen. Since gendoc.m4 relies on features of gnu-m4 we run it with
-g to enable gnu extensions. This has been tested on FreeBSD and NetBSD
which ship different m4 implementations, both of which understand -g.
INSTALL
Makefile
examples/osltar/osltar.c
gcc-compat.h
gendoc.m4 [new file with mode: 0644]
osl.h.in [deleted file]
osl.h.m4 [new file with mode: 0644]
web/.gitignore
web/Doxyfile [deleted file]
web/header.html
web/index.html.in