Skip to content

Commit

Permalink
improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vog committed Mar 3, 2011
1 parent 472f811 commit 894d092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/texcaller.h
Expand Up @@ -164,23 +164,23 @@ extern "C" {
* (and \c result will be set to \c NULL, too).
*
* \param source
* source to be converted
* the source to convert
*
* \param source_size
* size of \c source
*
* \param source_format
* source format, must be one of:
* must be one of:
* - \c "TeX"
* - \c "LaTeX"
*
* \param result_format
* result format, must be one of:
* must be one of:
* - \c "DVI"
* - \c "PDF"
*
* \param max_runs
* maximum number of runs of the command \c cmd,
* maximum number of TeX runs,
* must be ≥ 2.
* If the output hasn't stabilized after \c max_runs runs,
* the function will fail and \c result will be set to \c NULL.
Expand Down

0 comments on commit 894d092

Please sign in to comment.