Add build setting for story story structure comments

This commit is contained in:
Veronica Berglyd Olsen
2025-04-17 16:33:15 +02:00
parent 312ad2a21b
commit 484c1958d6
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -316,6 +316,7 @@ class NWBuildDocument:
bldObj.setCommentType(nwComment.PLAIN, self._build.getBool("text.includeComments"))
bldObj.setCommentType(nwComment.SYNOPSIS, self._build.getBool("text.includeSynopsis"))
bldObj.setCommentType(nwComment.SHORT, self._build.getBool("text.includeSynopsis"))
bldObj.setCommentType(nwComment.STORY, self._build.getBool("text.includeStory"))
if isinstance(bldObj, ToHtml):
bldObj.setStyles(self._build.getBool("html.addStyles"))