diff options
author | Wim Taymans <wtaymans@redhat.com> | 2017-07-13 15:21:52 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2017-07-18 10:06:40 +0200 |
commit | 1acba78234e427054692d4e65653593036d8b744 (patch) | |
tree | 95a012bd8908d7343e0d4288b765203007bb0f9b /doc | |
parent | 465f12241ec4cc33338197be6d16670dd0adf0b7 (diff) |
API cleanups
Fix docs
Add some more versions to interfaces
Make types for the various proxy object + inline methods that does type
checking and create proxys etc.
Set owner client of client-nodes in the properties
Pass type to bind to in create-node
Don't place global id in the info structs
Improve registration of marshal functions
Pass more types around as ids
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index ca0072a7..53038f7a 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -780,7 +780,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = "@top_srcdir@/src/" +INPUT = "@top_srcdir@/src/pipewire" # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |