diff options
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index bfa4c7d2..2951dcb7 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -568,7 +568,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @INGEN_SRCDIR@/include +INPUT = @INGEN_SRCDIR@/include \ + @INGEN_SRCDIR@/src/engine/OSCEngineReceiver.cpp \ + @INGEN_SRCDIR@/src/engine/OSCClientSender.cpp # 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 |