summaryrefslogtreecommitdiff
path: root/src/gui/previewwindow.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/previewwindow.h
parente090751ebb8e4c7c6a9075587e1017d4ac95cd05 (diff)
added some documentation to the source code
Diffstat (limited to 'src/gui/previewwindow.h')
-rw-r--r--src/gui/previewwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/previewwindow.h b/src/gui/previewwindow.h
index cf2ffd8..a14303b 100644
--- a/src/gui/previewwindow.h
+++ b/src/gui/previewwindow.h
@@ -16,6 +16,11 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+/*!
+ * Displays a LaTeX-generated PDF preview using Poppler. The right-click
+ * menu has options for exporting to file or clipboard.
+ */
+
#ifndef PREVIEWWINDOW_H
#define PREVIEWWINDOW_H