diff options
author | Sumit Bose <sbose@redhat.com> | 2010-02-15 15:05:07 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-19 16:10:06 -0500 |
commit | 446dbddae224cb68422825445b3cbdeb6606aa81 (patch) | |
tree | 5fd0e068eb90854cd94541cb50fe0eea9fb6f493 /src/doxy.config.in | |
parent | 953e07b7c43bc9bb7c7616180b1ba1730e22c59a (diff) | |
download | sssd-446dbddae224cb68422825445b3cbdeb6606aa81.tar.gz sssd-446dbddae224cb68422825445b3cbdeb6606aa81.tar.xz sssd-446dbddae224cb68422825445b3cbdeb6606aa81.zip |
Add documentation for PAM response messages
Diffstat (limited to 'src/doxy.config.in')
-rw-r--r-- | src/doxy.config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doxy.config.in b/src/doxy.config.in index 6c1474963..a9070e5b9 100644 --- a/src/doxy.config.in +++ b/src/doxy.config.in @@ -578,7 +578,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@/confdb +INPUT = @srcdir@/confdb \ + @srcdir@/providers/data_provider.h \ + @srcdir@/sss_client/sss_cli.h # 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 |