diff options
| author | Sylvain Munaut <tnt@246tNt.com> | 2013-02-08 13:50:13 +0100 | 
|---|---|---|
| committer | Sylvain Munaut <tnt@246tNt.com> | 2013-02-08 13:50:13 +0100 | 
| commit | 25bcb6cecef0af52599c6d220e226f937ab78b12 (patch) | |
| tree | ca4cb9c515e1ae7120a315c404c403c13bcc04fc | |
| parent | 9adfda2ca30f19858ca272e0ee99b3ff3ff62a93 (diff) | |
doc: Fix typo in Doxyfile.core.in causing sources to be ignored
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| -rw-r--r-- | Doxyfile.core.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.core.in b/Doxyfile.core.in index ee58f808..4baa3d5b 100644 --- a/Doxyfile.core.in +++ b/Doxyfile.core.in @@ -610,7 +610,7 @@ WARN_LOGFILE           =  # directories like "/usr/src/myproject". Separate the files or directories  # with spaces. -INPUT                  = @srcdir@/include/osmocom/core @srcdir/@src +INPUT                  = @srcdir@/include/osmocom/core @srcdir@/src  # 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  | 
