summaryrefslogtreecommitdiff
path: root/src/gui/latexprocess.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-02 17:38:38 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-02 17:38:38 +0100
commit904e73cbfa571377ab1860ba7d5a54119ab909e0 (patch)
treeb3619b3066c1600bc117293d6d0d8d9beaeb26be /src/gui/latexprocess.h
parente090751ebb8e4c7c6a9075587e1017d4ac95cd05 (diff)
added some documentation to the source code
Diffstat (limited to 'src/gui/latexprocess.h')
-rw-r--r--src/gui/latexprocess.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/latexprocess.h b/src/gui/latexprocess.h
index 4fe9987..9853883 100644
--- a/src/gui/latexprocess.h
+++ b/src/gui/latexprocess.h
@@ -16,6 +16,11 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+/*!
+ * Run pdflatex and dump its output to the appropriate tab of
+ * the PreviewWindow.
+ */
+
#ifndef LATEXPROCESS_H
#define LATEXPROCESS_H