diff options
| author | Harald Welte <laforge@gnumonks.org> | 2017-10-16 15:56:45 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2017-10-17 05:52:04 +0000 | 
| commit | 45c0ad845d7d22aa86c96320240b7b65073d6430 (patch) | |
| tree | bfe719a2e2a283d07aa30f982fc679759b40ee2d | |
| parent | b10d214365cffa07273c9f90b844ad9ea1230c0b (diff) | |
[doc] Ensure include/crypt/* is part of libosmogsm documentation
Change-Id: Ic41f807dabb3b0d2d20b9d8963cad639e98f04dd
| -rw-r--r-- | Doxyfile.gsm.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index 896765e9..27d14cc8 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.in @@ -610,7 +610,7 @@ WARN_LOGFILE           =  # directories like "/usr/src/myproject". Separate the files or directories  # with spaces. -INPUT                  = @srcdir@/include/osmocom/gsm @srcdir@/src/gsm +INPUT                  = @srcdir@/include/osmocom/gsm @srcdir@/include/osmocom/crypt @srcdir@/src/gsm  # This tag can be used to specify the character encoding of the source files  # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is  | 
