[latexila/wip/latexila-next: 53/56] Improve doc of the LatexilaPostProcessor class



commit 475b7ae635fdf5abbeb65c3b985b156c4068436d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Jul 11 17:38:46 2014 +0200

    Improve doc of the LatexilaPostProcessor class

 src/liblatexila/latexila-post-processor.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/liblatexila/latexila-post-processor.c b/src/liblatexila/latexila-post-processor.c
index a53b698..07f395c 100644
--- a/src/liblatexila/latexila-post-processor.c
+++ b/src/liblatexila/latexila-post-processor.c
@@ -23,8 +23,11 @@
  * @short_description: post-processor base class
  *
  * When running a build tool, a post-processor is used to filter the output to
- * display only the relevant messages. It can be the output of a build job
- * command, or a log file, etc.
+ * display only the relevant messages. The output can come from the
+ * stdout/stderr of a build job command, or the contents of a log file, etc.
+ *
+ * For the no-output post-processor type, you should not need to create a
+ * #LatexilaPostProcessor object, since the result is empty.
  */
 
 #include "latexila-post-processor.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]