;This file is an option file of CppToHtml.
;Lines which begin by ';' are comments.
;For input file "abcd.cpp"
;%fname is replaced by "abcd" and %ext is replaced by "cpp".
;notice : read first capital letter only
;last modifiled on %mdmonth %mdday, %mdyear (%size bytes)
;----------------------------
[Upper]
<html>
<head>
    <title>Source of %fname.%ext</title>
    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
    <link rel="stylesheet" type="text/css" href=_sample.css>
</head>

<body>
<pre>

;----------------------------
[Lower]

</pre>
<hr>
%fname.%ext : last modifiled at %mdyear/%mdNthMonth/%mdday %mdhhmmss(%size bytes)<br>
created at %cryear/%crNthMonth/%crday %crhhmmss<br>
The creation time of this html file is %year/%NthMonth/%day %hhmmss (%date).<br>
</body>
</html>

;----------------------------
[OutPutFileName]
%fname_%ext.html

;--add line number----Yes or No-----------
[Number]
Yes

;----------------------------
[TabStop]
4

;-- span class names defined by user -----
;-- All five names must be listed.---
;-- No empty line nor comment line is permited to insert. --
[ClassName]
CM      ;comment
PP      ;preprosessor
RW      ;reserved word
QM      ;quotation marks
LN      ;line number

[Wait]
Yes