8000 cplusplus: install Doxygen docs in `doc/vips-cpp` (#4553) · libvips/libvips@ef42879 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef42879

Browse files
authored
cplusplus: install Doxygen docs in doc/vips-cpp (#4553)
Previously, Doxygen documentation was installed in `doc/vips-doc`, which could be confused with GI-DocGen output located in `doc/vips`.
1 parent 4a1e0c6 commit ef42879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cplusplus/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ if get_option('cpp-docs')
5959
output: 'html',
6060
command: [doxygen, doxyfile],
6161
install: true,
62-
install_dir: get_option('prefix') / get_option('datadir') / 'doc' / 'vips-doc'
62+
install_dir: get_option('prefix') / get_option('datadir') / 'doc' / 'vips-cpp'
6363
)
6464
endif

0 commit comments

Comments
 (0)
0