Fixed lots of top-of-file docstrings that were out of date

This commit is contained in:
Veronica K. B. Olsen
2020-10-17 23:46:54 +02:00
parent 4584a4b8b4
commit 50cc135dde
10 changed files with 35 additions and 34 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter Language Codes """novelWriter ISO Codes
novelWriter Language Codes novelWriter ISO Codes
============================== =========================
Handles translating language codes to language names Handles translating language codes to language names
File History: File History:
+2 -2
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter Spell Check Wrapper """novelWriter Spell Check Classes
novelWriter Spell Check Wrapper novelWriter Spell Check Classes
=================================== ===================================
Wrapper class for spell checking Wrapper class for spell checking
+8 -7
View File
@@ -1,14 +1,15 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter Word Counter """novelWriter Various Tools
novelWriter Word Counter novelWriter Various Tools
============================ =============================
Simple word counter Various core tool functions
File History: File History:
Created: 2019-04-22 [0.0.1] countWords Created: 2019-04-22 [0.0.1] countWords
Created: 2019-10-13 [0.2.3] numberToWord, _numberToWordEN Created: 2019-10-13 [0.2.3] numberToWord, _numberToWordEN
Merged: 2020-05-08 [0.4.5] All of the above into this file Merged: 2020-05-08 [0.4.5] All of the above into this file
Created: 2020-07-05 [0.10.0] numberToRoman
This file is a part of novelWriter This file is a part of novelWriter
Copyright 20182020, Veronica Berglyd Olsen Copyright 20182020, Veronica Berglyd Olsen
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter Init """novelWriter Exception Handling
novelWriter Exception Handling novelWriter Exception Handling
================================== ==================================
+4 -4
View File
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter Addition QConfigLayout """novelWriter Custom Widgets and Layouts
novelWriter Addition QConfigLayout novelWriter Custom Widgets and Layouts
====================================== ==========================================
A custom Qt grid layout for config forms similar to QFormLayout Various custom widget and layout classes
File History: File History:
Created: 2020-05-03 [0.4.5] QConfigLayout Created: 2020-05-03 [0.4.5] QConfigLayout
+4 -4
View File
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter GUI Project Outline """novelWriter GUI Project Outline Details
novelWriter GUI Project Outline novelWriter GUI Project Outline Details
=================================== ===========================================
Class holding the project outline view Class holding the project outline details view
File History: File History:
Created: 2020-06-02 [0.7.0] Created: 2020-06-02 [0.7.0]
+4 -4
View File
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter GUI Config Editor """novelWriter GUI Preferences
novelWriter GUI Config Editor novelWriter GUI Preferences
================================= ===============================
Class holding the config dialog Class holding the preferences dialog
File History: File History:
Created: 2019-06-10 [0.1.5] Created: 2019-06-10 [0.1.5]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Open Project novelWriter GUI Open Project
================================ ================================
New and open project dialog The open project dialog
File History: File History:
Created: 2020-02-26 [0.4.5] Created: 2020-02-26 [0.4.5]
+4 -4
View File
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter GUI Document Tree """novelWriter GUI Project Tree
novelWriter GUI Document Tree novelWriter GUI project Tree
================================= ================================
Class holding the left side document tree view Class holding the left side project tree view
File History: File History:
Created: 2018-09-29 [0.0.1] GuiProjectTree Created: 2018-09-29 [0.0.1] GuiProjectTree
+4 -4
View File
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""novelWriter Theme Class """novelWriter Theme and Icons Classes
novelWriter Theme Class novelWriter Theme and Icons Classs
=========================== ======================================
This class reads and store the main theme This class reads and stores the themes and the icons
File History: File History:
Created: 2019-05-18 [0.1.3] GuiTheme Created: 2019-05-18 [0.1.3] GuiTheme