fix gtk-doc, again

This commit is contained in:
John Cupitt 2017-05-13 11:49:32 +01:00
parent 6dbdc173a2
commit 15853504a7
3 changed files with 18 additions and 27 deletions

9
TODO
View File

@ -1,12 +1,3 @@
- use g_win32_get_package_installation_directory_of_module() for prefix on win
- fix gtk-doc, again
look at sharpen graph
- cpp bandjoin should use bandjoin_const() where possible ... currently
uses new_from_image
- not sure about utf8 error messages on win
- strange:

View File

@ -148,7 +148,7 @@ main( int argc, char **argv )
</programlisting>
Now `new_image` has the same size as `image`, but has one band, and every
pixel has the value 12. You can pass a `std::vector<double>` as the
pixel has the value 12. You can pass a `std::vector&lt;double&gt;` as the
argument to make a constant image with a different number of bands.
</para>

View File

@ -413,23 +413,23 @@ vips_sharpen_init( VipsSharpen *sharpen )
* The lookup table is formed like this:
*
* |[
* ^
* y2 |- - - - - -----------
* | /
* | / slope m2
* | .../
* -x1 | ... |
* -------------------...---------------------->
* | ... | x1
* |... slope m1
* / |
* / m2 |
* / |
* / |
* / |
* / |
* ______/ _ _ _ _ _ _ | -y3
* |
* . ^
* . y2 |- - - - - -----------
* . | /
* . | / slope m2
* . | .../
* . -x1 | ... |
* . -------------------...---------------------->
* . | ... | x1
* . |... slope m1
* . / |
* . / m2 |
* . / |
* . / |
* . / |
* . / |
* . ______/ _ _ _ _ _ _ | -y3
* . |
* ]|
*
* For screen output, we suggest the following settings (the defaults):