Skip to content

Commit 365611f

Browse files
stweilzdenop
authored andcommitted
doc: Fix asciidoc escapes for C++ (#1427)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 18c8f88 commit 365611f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tesseract.1.asc

+3-3
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ HISTORY
343343
-------
344344
The engine was developed at Hewlett Packard Laboratories Bristol and at
345345
Hewlett Packard Co, Greeley Colorado between 1985 and 1994, with some more
346-
changes made in 1996 to port to Windows, and some C\+\+izing in 1998. A
347-
lot of the code was written in C, and then some more was written in C\+\+.
348-
The C++ code makes heavy use of a list system using macros. This predates
346+
changes made in 1996 to port to Windows, and some $$C++$$izing in 1998. A
347+
lot of the code was written in C, and then some more was written in $$C++$$.
348+
The $$C++$$ code makes heavy use of a list system using macros. This predates
349349
stl, was portable before stl, and is more efficient than stl lists, but has
350350
the big negative that if you do get a segmentation violation, it is hard to
351351
debug.

0 commit comments

Comments
 (0)