From 894d092cfbcb21de837a451431cc0d57e946827c Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Thu, 3 Mar 2011 22:33:41 +0100 Subject: [PATCH] improved documentation --- src/texcaller.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/texcaller.h b/src/texcaller.h index 03c43ad..3d444cf 100644 --- a/src/texcaller.h +++ b/src/texcaller.h @@ -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.