Skip to content

Commit

Permalink
fix filenames in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hotchkiss87 committed Jul 2, 2017
1 parent 1d862a5 commit f057938
Show file tree
Hide file tree
Showing 81 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion api/tesseractmain.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: tessedit.cpp (Formerly tessedit.c)
* File: tesseractmain.cpp (Formerly tessedit.c)
* Description: Main program for merge of tess and editor.
* Author: Ray Smith
* Created: Tue Jan 07 15:21:46 GMT 1992
Expand Down
2 changes: 1 addition & 1 deletion arch/simddetect.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: simddetect.h
// File: simddetect.cpp
// Description: Architecture detector.
// Author: Stefan Weil (based on code from Ray Smith)
//
Expand Down
2 changes: 1 addition & 1 deletion ccmain/paragraphs_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: paragraphs.h
* File: paragraphs_internal.h
* Description: Paragraph Detection internal data structures.
* Author: David Eger
* Created: 11 March 2011
Expand Down
2 changes: 1 addition & 1 deletion ccmain/paramsd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: paramsd.cpp
// File: paramsd.h
// Description: Tesseract parameter editor
// Author: Joern Wanke
// Created: Wed Jul 18 10:05:01 PDT 2007
Expand Down
6 changes: 3 additions & 3 deletions ccmain/werdit.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**********************************************************************
* File: wordit.c
* File: wordit.h
* Description: An iterator for passing over all the words in a document.
* Author: Ray Smith
* Created: Mon Apr 27 08:51:22 BST 1992
* Author: Ray Smith
* Created: Mon Apr 27 08:51:22 BST 1992
*
* (C) Copyright 1992, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/blobs.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: blobs.c (Formerly blobs.c)
* File: blobs.cpp (Formerly blobs.c)
* Description: Blob definition
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 27 15:39:52 1989
Expand Down
6 changes: 3 additions & 3 deletions ccstruct/boxread.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**********************************************************************
* File: boxread.cpp
* File: boxread.h
* Description: Read data from a box file.
* Author: Ray Smith
* Created: Fri Aug 24 17:47:23 PDT 2007
* Author: Ray Smith
* Created: Fri Aug 24 17:47:23 PDT 2007
*
* (C) Copyright 2007, Google Inc.
** Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/boxword.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: boxword.h
// File: boxword.cpp
// Description: Class to represent the bounding boxes of the output.
// Author: Ray Smith
// Created: Tue May 25 14:18:14 PDT 2010
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/coutln.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: coutln.c (Formerly coutline.c)
* File: coutln.cpp (Formerly coutline.c)
* Description: Code for the C_OUTLINE class.
* Author: Ray Smith
* Created: Mon Oct 07 16:01:57 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/coutln.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: coutln.c (Formerly: coutline.c)
* File: coutln.h (Formerly: coutline.c)
* Description: Code for the C_OUTLINE class.
* Author: Ray Smith
* Created: Mon Oct 07 16:01:57 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/imagedata.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: imagedata.h
// File: imagedata.cpp
// Description: Class to hold information about a single multi-page tiff
// training file and its corresponding boxes or text file.
// Author: Ray Smith
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/matrix.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: matrix.c (Formerly matrix.c)
* File: matrix.cpp (Formerly matrix.c)
* Description: Ratings matrix code. (Used by associator)
* Author: Mark Seaman, OCR Technology
* Created: Wed May 16 13:18:47 1990
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/mod128.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: mod128.c (Formerly dir128.c)
* File: mod128.cpp (Formerly dir128.c)
* Description: Code to convert a DIR128 to an ICOORD.
* Author: Ray Smith
* Created: Tue Oct 22 11:56:09 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/ocrpara.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////
// File: ocrpara.h
// File: ocrpara.cpp
// Description: OCR Paragraph Output Type
// Author: David Eger
// Created: 2010-11-15
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/pdblock.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: pdblock.c (Formerly pdblk.c)
* File: pdblock.cpp (Formerly pdblk.c)
* Description: PDBLK member functions and iterator functions.
* Author: Ray Smith
* Created: Fri Mar 15 09:41:28 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/points.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: points.c (Formerly coords.c)
* File: points.cpp (Formerly coords.c)
* Description: Member functions for coordinate classes.
* Author: Ray Smith
* Created: Fri Mar 15 08:58:17 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/polyblk.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: polyblk.c (Formerly poly_block.c)
* File: polyblk.cpp (Formerly poly_block.c)
* Description: Polygonal blocks
* Author: Sheelagh Lloyd?
* Created:
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/rect.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: rect.c (Formerly box.c)
* File: rect.cpp (Formerly box.c)
* Description: Bounding box class definition.
* Author: Phil Cheatle
* Created: Wed Oct 16 15:18:45 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/seam.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: seam.c (Formerly seam.c)
* File: seam.cpp (Formerly seam.c)
* Description:
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/split.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: split.c (Formerly split.c)
* File: split.cpp (Formerly split.c)
* Description:
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/statistc.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: statistc.c (Formerly stats.c)
* File: statistc.cpp (Formerly stats.c)
* Description: Simple statistical package for integer values.
* Author: Ray Smith
* Created: Mon Feb 04 16:56:05 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccstruct/vecfuncs.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: vecfuncs.c (Formerly vecfuncs.c)
* File: vecfuncs.cpp (Formerly vecfuncs.c)
* Description: Blob definition
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 27 15:39:52 1989
Expand Down
6 changes: 3 additions & 3 deletions ccstruct/werd.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**********************************************************************
* File: word.c
* File: word.h
* Description: Code for the WERD class.
* Author: Ray Smith
* Created: Tue Oct 08 14:32:12 BST 1991
* Author: Ray Smith
* Created: Tue Oct 08 14:32:12 BST 1991
*
* (C) Copyright 1991, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion ccutil/ambigs.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: ambigs.cc
// File: ambigs.cpp
// Description: Functions for dealing with ambiguities
// (training and recognition).
// Author: Daria Antonova
Expand Down
2 changes: 1 addition & 1 deletion ccutil/basedir.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: basedir.c (Formerly getpath.c)
* File: basedir.cpp (Formerly getpath.c)
* Description: Find the directory location of the current executable using PATH.
* Author: Ray Smith
* Created: Mon Jul 09 09:06:39 BST 1990
Expand Down
2 changes: 1 addition & 1 deletion ccutil/bits16.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: bits16.h (Formerly bits8.h)
* File: bits16.cpp (Formerly bits8.h)
* Description: Code for 8 bit field class.
* Author: Phil Cheatle
* Created: Thu Oct 17 10:10:05 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/clst.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: clst.c (Formerly clist.c)
* File: clst.cpp (Formerly clist.c)
* Description: CONS cell list handling code which is not in the include file.
* Author: Phil Cheatle
* Created: Mon Jan 28 08:33:13 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/elst.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: elst.c (Formerly elist.c)
* File: elst.cpp (Formerly elist.c)
* Description: Embedded list handling code which is not in the include file.
* Author: Phil Cheatle
* Created: Fri Jan 04 13:55:49 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/elst2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: elst2.c (Formerly elist2.c)
* File: elst2.cpp (Formerly elist2.c)
* Description: Doubly linked embedded list code not in the include file.
* Author: Phil Cheatle
* Created: Wed Jan 23 11:04:47 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/errcode.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: errcode.c (Formerly error.c)
* File: errcode.cpp (Formerly error.c)
* Description: Generic error handler function
* Author: Ray Smith
* Created: Tue May 1 16:28:39 BST 1990
Expand Down
2 changes: 1 addition & 1 deletion ccutil/globaloc.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: errcode.c (Formerly error.c)
* File: errcode.cpp (Formerly error.c)
* Description: Generic error handler function
* Author: Ray Smith
* Created: Tue May 1 16:28:39 BST 1990
Expand Down
2 changes: 1 addition & 1 deletion ccutil/globaloc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: errcode.h (Formerly error.h)
* File: globaloc.h (Formerly error.h)
* Description: Header file for generic error handler class
* Author: Ray Smith
* Created: Tue May 1 16:23:36 BST 1990
Expand Down
2 changes: 1 addition & 1 deletion ccutil/mainblk.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: mainblk.c (Formerly main.c)
* File: mainblk.cpp (Formerly main.c)
* Description: Function to call from main() to setup.
* Author: Ray Smith
* Created: Tue Oct 22 11:09:40 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/memry.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: memry.c (Formerly memory.c)
* File: memry.cpp (Formerly memory.c)
* Description: Memory allocation with builtin safety checks.
* Author: Ray Smith
* Created: Wed Jan 22 09:43:33 GMT 1992
Expand Down
2 changes: 1 addition & 1 deletion ccutil/serialis.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: serialis.h (Formerly serialmac.h)
* File: serialis.cpp (Formerly serialmac.h)
* Description: Inline routines and macros for serialisation functions
* Author: Phil Cheatle
* Created: Tue Oct 08 08:33:12 BST 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/strngs.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: strngs.c (Formerly strings.c)
* File: strngs.cpp (Formerly strings.c)
* Description: STRING class functions.
* Author: Ray Smith
* Created: Fri Feb 15 09:13:30 GMT 1991
Expand Down
2 changes: 1 addition & 1 deletion ccutil/tprintf.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: tprintf.c
* File: tprintf.cpp
* Description: Trace version of printf - portable between UX and NT
* Author: Phil Cheatle
* Created: Wed Jun 28 15:01:15 BST 1995
Expand Down
2 changes: 1 addition & 1 deletion ccutil/unicity_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: UnicityTable.h
// File: unicity_table.h
// Description: a class to uniquify objects, manipulating them using integers
// ids.
// Author: Samuel Charron
Expand Down
2 changes: 1 addition & 1 deletion ccutil/unicodes.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* File: unicodes.h
* File: unicodes.cpp
* Description: Unicode related machinery
* Author: David Eger
* Created: Wed Jun 15 16:37:50 PST 2011
Expand Down
2 changes: 1 addition & 1 deletion classify/protos.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: protos.c (Formerly protos.c)
* File: protos.cpp (Formerly protos.c)
* Description:
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987
Expand Down
2 changes: 1 addition & 1 deletion classify/shapeclassifier.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2011 Google Inc. All Rights Reserved.
// Author: rays@google.com (Ray Smith)
///////////////////////////////////////////////////////////////////////
// File: shapeclassifier.h
// File: shapeclassifier.cpp
// Description: Base interface class for classifiers that return a
// shape index.
// Author: Ray Smith
Expand Down
2 changes: 1 addition & 1 deletion cutil/cutil.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: cutil.c
* File: cutil.cpp
* Description: General utility functions
* Author: Mark Seaman, SW Productivity
* Created: Fri Oct 16 14:37:00 1987
Expand Down
2 changes: 1 addition & 1 deletion cutil/cutil_class.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: cutil.cpp
// File: cutil_class.cpp
// Description: cutil class.
// Author: Samuel Charron
//
Expand Down
2 changes: 1 addition & 1 deletion cutil/cutil_class.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: cutil.h
// File: cutil_class.h
// Description: cutil class.
// Author: Samuel Charron
//
Expand Down
2 changes: 1 addition & 1 deletion cutil/oldlist.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
###############################################################################
#
# File: list.c
# File: oldlist.cpp
# Description: List processing procedures.
# Author: Mark Seaman, Software Productivity
# Created: Thu Jul 23 13:24:09 1987
Expand Down
2 changes: 1 addition & 1 deletion cutil/oldlist.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: list.h (Formerly list.h)
* File: oldlist.h (Formerly list.h)
* Description: List processing procedures declarations.
* Author: Mark Seaman, SW Productivity
* Created: Fri Oct 16 14:37:00 1987
Expand Down
2 changes: 1 addition & 1 deletion cutil/structures.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: structures.c (Formerly structures.c)
* File: structures.cpp (Formerly structures.c)
* Description: Allocate all the different types of structures.
* Author: Mark Seaman, OCR Technology
* Created: Wed May 30 10:27:26 1990
Expand Down
2 changes: 1 addition & 1 deletion dict/context.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: context.c (Formerly context.c)
* File: context.cpp (Formerly context.c)
* Description: Context checking functions
* Author: Mark Seaman, OCR Technology
* Created: Thu Feb 15 11:18:24 1990
Expand Down
2 changes: 1 addition & 1 deletion dict/dawg.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*-C-*-
********************************************************************************
*
* File: dawg.c (Formerly dawg.c)
* File: dawg.cpp (Formerly dawg.c)
* Description: Use a Directed Accyclic Word Graph
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987
Expand Down
2 changes: 1 addition & 1 deletion dict/dawg_cache.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////
// File: dawg_cache.h
// File: dawg_cache.cpp
// Description: A class that knows about loading and caching dawgs.
// Author: David Eger
// Created: Fri Jan 27 12:08:00 PST 2012
Expand Down
Loading

0 comments on commit f057938

Please sign in to comment.