diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-07-23 21:44:18 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-07-23 21:55:39 +0200 |
| commit | 4ef275d1518876c5bdebc7b8ba6e53328113bd7e (patch) | |
| tree | 55695d6c0198142585d8eed58b8e874c7d4b1037 /doc | |
| parent | 222575aaa68ba1696da84e7dd53708959f8b611b (diff) | |
| download | qxmpp-4ef275d1518876c5bdebc7b8ba6e53328113bd7e.tar.gz | |
doc: Add QXmppGlobal.h.in to input files
Required for the namespace and other documented stuff in there.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Doxyfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index d592bb9c..801beeda 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -3,6 +3,7 @@ PROJECT_NUMBER = "Version: @PROJECT_VERSION@" INPUT = @PROJECT_SOURCE_DIR@/doc/index.doc \ @PROJECT_SOURCE_DIR@/doc/using.doc \ @PROJECT_SOURCE_DIR@/doc/xep.doc \ + @CMAKE_BINARY_DIR@/src/base/QXmppGlobal.h \ @PROJECT_SOURCE_DIR@/src ALIASES = "xep{1}=<a href=\"https://xmpp.org/extensions/xep-\1.html\">XEP-\1</a>" \ |
