]> git.tuebingen.mpg.de Git - osl.git/commitdiff
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)
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.


No differences found