Back
1 # Options/Project file for Lore's Source to HTML Converter v3.4b written by TOptions v1.2b
2
3 [ExpertSettings]
4 TagClosingOnEndl = true # close HTML tags if there are 'nEndl' or more successive linefeeds
5 nEndl = 1 # see above
6 HTMLandBodyTags = true # enclose output in <html> and <body> tags
7
8
9 [Misc]
10 Tab = 3 # tab stop positions
11 Indent = 0 # number of spaces to be added at the begin of each none empty line
12 AddBackLink = true # add back link to overview file
13 UserDefinedBackLink = true # user defined back link text
14 AddTopLinks = true # add top link at bottom
15 AddLineNumbers = true # add line numbers
16 AddLineAnchors = false # add line numbers
17 BackLinkText = "index.html#examples"
18
19
20 [OverviewFile]
21 GenerateOverviewFile = true # generate overview file
22 OverviewFileName = "index.html"
23
24
25 [ProjectOptions]
26 Style = "Shadow Night"
27 Language = "C and C++"
28 OverwriteExistingFiles = true
29 ShowPath = true
30 EnforceOutputDirectory = true
31 OutputDirectory = "D:\temp\obj\"
32
33
34 [FileNames]
35 Source1 = "S:\Sources\Source2HTML\Kernel\Regex.cpp"
36 Destination1 = "D:\temp\obj\exp_cpp1.html"
Top |