aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-20 02:52:38 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-23 00:18:21 +0000
commit249fb71a2e124acb191b7cd4d2c3af6a45da4a5e (patch)
tree600070cfa152fba5f9ce0c4ba2d5fbd8c842be83 /configure.ac
parent51816479bcd59b14b4a59940016d28b15cd3df95 (diff)
doxygen: add missing gb API doc generation
Files in include/osmocom/gprs/ and src/gb/ are not included in any doxygen generated API docs. Add Doxyfile.gb.in and adjust configure.ac and Makefile.am. Change-Id: Ieb64f497f55368e396872083237c9ff28da2dd93
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 340a8965..1e258a4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,4 +308,5 @@ AC_OUTPUT(
Doxyfile.vty
Doxyfile.codec
Doxyfile.coding
+ Doxyfile.gb
Makefile)