diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 10:55:53 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 12:34:51 -0500 |
commit | 39e30fdc4016337c5e41413600e337879949fac5 (patch) | |
tree | b381767d823581fc58bf8173344eeed6686d01e3 /doc | |
parent | d338f4afed7ddafa718cb58ef893ca074fa69f79 (diff) | |
download | zix-39e30fdc4016337c5e41413600e337879949fac5.tar.gz zix-39e30fdc4016337c5e41413600e337879949fac5.tar.bz2 zix-39e30fdc4016337c5e41413600e337879949fac5.zip |
Add zix_expand_environment_strings()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 741fe1a..0c60cab 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -68,5 +68,7 @@ INPUT = @ZIX_SRCDIR@/include/zix/zix.h \ \ @ZIX_SRCDIR@/include/zix/filesystem.h \ @ZIX_SRCDIR@/include/zix/path.h \ + \ + @ZIX_SRCDIR@/include/zix/environment.h \ OUTPUT_DIRECTORY = @DOX_OUTPUT@ |