Skip to content

Commit

Permalink
documentation fixes for rev 9d22936617de
Browse files Browse the repository at this point in the history
  • Loading branch information
spadix0 committed Jan 6, 2010
1 parent 4a11525 commit ea1e5b6
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gtk/zbargtk.c
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
* Copyright 2008-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
* Copyright 2008-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
*
* This file is part of the ZBar Bar Code Reader.
*
Expand Down
2 changes: 2 additions & 0 deletions include/zbar.h
Expand Up @@ -205,6 +205,7 @@ extern int zbar_parse_config(const char *config_string,

/** consistently compute fourcc values across architectures
* (adapted from v4l2 specification)
* @since 0.11
*/
#define zbar_fourcc(a, b, c, d) \
((unsigned long)(a) | \
Expand All @@ -213,6 +214,7 @@ extern int zbar_parse_config(const char *config_string,
((unsigned long)(d) << 24))

/** parse a fourcc string into its encoded integer value.
* @since 0.11
*/
static inline unsigned long zbar_fourcc_parse (const char *format)
{
Expand Down
2 changes: 1 addition & 1 deletion include/zbar/Image.h
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
// Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
//
// This file is part of the ZBar Bar Code Reader.
//
Expand Down
2 changes: 1 addition & 1 deletion include/zbar/Processor.h
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
// Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
//
// This file is part of the ZBar Bar Code Reader.
//
Expand Down
2 changes: 1 addition & 1 deletion include/zbar/QZBarImage.h
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright 2008-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
// Copyright 2008-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
//
// This file is part of the ZBar Bar Code Reader.
//
Expand Down
2 changes: 1 addition & 1 deletion include/zbar/Video.h
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
// Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
//
// This file is part of the ZBar Bar Code Reader.
//
Expand Down
2 changes: 1 addition & 1 deletion iphone/ZBarImage.m
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright 2009 (c) Jeff Brown <spadix@users.sourceforge.net>
// Copyright 2009-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
//
// This file is part of the ZBar Bar Code Reader.
//
Expand Down
2 changes: 1 addition & 1 deletion python/image.c
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
* Copyright 2009 (c) Jeff Brown <spadix@users.sourceforge.net>
* Copyright 2009-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
*
* This file is part of the ZBar Bar Code Reader.
*
Expand Down
2 changes: 1 addition & 1 deletion test/test_images.h
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
* Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
* Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
*
* This file is part of the ZBar Bar Code Reader.
*
Expand Down
2 changes: 1 addition & 1 deletion zbar/image.c
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
* Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
* Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
*
* This file is part of the ZBar Bar Code Reader.
*
Expand Down
2 changes: 1 addition & 1 deletion zbar/image.h
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
* Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
* Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
*
* This file is part of the ZBar Bar Code Reader.
*
Expand Down
2 changes: 1 addition & 1 deletion zbarimg/zbarimg.c
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
* Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
* Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net>
*
* This file is part of the ZBar Bar Code Reader.
*
Expand Down

0 comments on commit ea1e5b6

Please sign in to comment.