Skip to content

Commit

Permalink
Another declare_imageio_format fix -- this time to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Jan 21, 2017
1 parent 62eaf7a commit def13e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/imageioapi.tex
Expand Up @@ -1028,7 +1028,8 @@ \subsection{Miscellaneous Utilities}
\bigspc\bigspc\spc ImageInput::Creator input_creator, \\
\bigspc\bigspc\spc const char **input_extensions,\\
\bigspc\bigspc\spc ImageOutput::Creator output_creator, \\
\bigspc\bigspc\spc const char **output_extensions)}
\bigspc\bigspc\spc const char **output_extensions, \\
\bigspc\bigspc\spc const char *lib_version)}
Register the input and output `create' routines and list of file
extensions for a particular format.
\apiend
Expand Down

0 comments on commit def13e5

Please sign in to comment.