Updated source file descriptions

This commit is contained in:
Veronica K. B. Olsen
2020-10-23 21:05:41 +02:00
parent 8db7c17798
commit c0ad631039
21 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Document
================================
Class holding a document
Class holding a single novelWriter document
File History:
Created: 2018-09-29 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Index
=============================
Class holding the index of tags
Class holding the project index of tags, headers and references
File History:
Created: 2019-05-27 [0.1.4]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Spell Check Classes
===================================
Wrapper class for spell checking
Wrapper class for spell checking tools
File History:
Created: 2019-06-11 [0.1.5]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Item Status Class
=========================================
Class holding the status elements of a project item
Class holding the status/importance elements of a project item
File History:
Created: 2019-05-19 [0.1.3]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Text Tokenizer
==============================
Splits a piece of nW markdown text into its elements
Splits a piece of novelWriter markdown text into its elements
File History:
Created: 2019-05-05 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Tree Class
==================================
Class holding the data of the project tree
Class holding the project's tree of project items
File History:
Created: 2020-05-07 [0.4.5]