Merge branch 'master' of github.com:jcupitt/libvips
This commit is contained in:
commit
0702a01e60
@ -50,7 +50,7 @@ FIXXREF_OPTIONS=
|
|||||||
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
||||||
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
||||||
HFILE_GLOB=$(top_srcdir)/libvips/include/vips/*.h
|
HFILE_GLOB=$(top_srcdir)/libvips/include/vips/*.h
|
||||||
CFILE_GLOB=$(top_srcdir)/libvips/*/*.c
|
CFILE_GLOB=$(top_srcdir)/libvips/*/*.c $(top_srcdir)/libvips/*/*.cpp
|
||||||
|
|
||||||
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
|
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
|
||||||
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
|
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
<xi:include href="xml/How-it-opens-files.xml"/>
|
<xi:include href="xml/How-it-opens-files.xml"/>
|
||||||
<xi:include href="xml/Making-image-pyramids.xml"/>
|
<xi:include href="xml/Making-image-pyramids.xml"/>
|
||||||
<xi:include href="xml/Using-vipsthumbnail.xml"/>
|
<xi:include href="xml/Using-vipsthumbnail.xml"/>
|
||||||
<xi:include href="xml/Cite.xml"/>
|
|
||||||
<xi:include href="xml/Examples.xml"/>
|
<xi:include href="xml/Examples.xml"/>
|
||||||
<xi:include href="xml/Cite.xml"/>
|
<xi:include href="xml/Cite.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
@ -1388,7 +1388,7 @@ vips_composite2_init( VipsComposite2 *composite2 )
|
|||||||
* @mode: composite with this blend mode
|
* @mode: composite with this blend mode
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Composite @overlay on top of @base with @mode. See vips_composite_base().
|
* Composite @overlay on top of @base with @mode. See vips_composite().
|
||||||
*
|
*
|
||||||
* Returns: 0 on success, -1 on error
|
* Returns: 0 on success, -1 on error
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user