Skip to content

Commit

Permalink
Updated header file comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hjagodzinski committed Apr 4, 2021
1 parent 1aba90d commit a61ed31
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions include/cmock/cmock-function-class-mockers.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// pump.py cmock-function-class-mockers.h.pump
// DO NOT EDIT BY HAND!!!

// Copyright 2013, Hubert Jagodziński
// Copyright 2021, Hubert Jagodziński
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,10 +30,10 @@
//
// Author: hubert.jagodzinski@gmail.com (Hubert Jagodziński)

// C Mock - extension to Google Mock framework allowing for writing C mock
// functions.
// C Mock - Google Mock's extension allowing a function mocking.
//
// This file implements C function mockers of various arities.
// This file implements CMockMocker class and CMOCK_MOCK_FUNCTIONn() macros of
// various arities.

#ifndef CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_CLASS_MOCKERS_H_
#define CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_CLASS_MOCKERS_H_
Expand Down
6 changes: 3 additions & 3 deletions include/cmock/cmock-function-class-mockers.h.pump
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $$ cmock-function-mockers.h. Pump (pump.py) can be found in
$$ googletest/scripts.
$$
$var n = 10 $$ The maximum arity we support.
// Copyright 2013, Hubert Jagodziński
// Copyright 2021, Hubert Jagodziński
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -32,9 +32,9 @@ $var n = 10 $$ The maximum arity we support.
//
// Author: hubert.jagodzinski@gmail.com (Hubert Jagodziński)

// C Mock - extension to Google Mock framework allowing for writing C mock functions.
// C Mock - Google Mock's extension allowing a function mocking.
//
// This file implements C function mockers of various arities.
// This file implements CMockMocker class and CMOCK_MOCK_FUNCTIONn() macros of various arities.

#ifndef CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_CLASS_MOCKERS_H_
#define CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_CLASS_MOCKERS_H_
Expand Down
8 changes: 4 additions & 4 deletions include/cmock/cmock-function-mockers.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// pump.py cmock-function-mockers.h.pump
// DO NOT EDIT BY HAND!!!

// Copyright 2013, Hubert Jagodziński
// Copyright 2021, Hubert Jagodziński
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,10 +30,10 @@
//
// Author: hubert.jagodzinski@gmail.com (Hubert Jagodziński)

// C Mock - extension to Google Mock framework allowing for writing C mock
// functions.
// C Mock - Google Mock's extension allowing a function mocking.
//
// This file implements C function mockers of various arities.
// This file implements DECLARE_FUNCTION_MOCKn() and IMPLEMENT_FUNCTION_MOCKn()
// macros of various arities.

#ifndef CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_MOCKERS_H_
#define CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_MOCKERS_H_
Expand Down
6 changes: 3 additions & 3 deletions include/cmock/cmock-function-mockers.h.pump
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $$ cmock-function-mockers.h. Pump (pump.py) can be found in
$$ googletest/scripts.
$$
$var n = 10 $$ The maximum arity we support.
// Copyright 2013, Hubert Jagodziński
// Copyright 2021, Hubert Jagodziński
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -32,9 +32,9 @@ $var n = 10 $$ The maximum arity we support.
//
// Author: hubert.jagodzinski@gmail.com (Hubert Jagodziński)

// C Mock - extension to Google Mock framework allowing for writing C mock functions.
// C Mock - Google Mock's extension allowing a function mocking.
//
// This file implements C function mockers of various arities.
// This file implements DECLARE_FUNCTION_MOCKn() and IMPLEMENT_FUNCTION_MOCKn() macros of various arities.

#ifndef CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_MOCKERS_H_
#define CMOCK_INCLUDE_CMOCK_CMOCK_FUNCTION_MOCKERS_H_
Expand Down
6 changes: 3 additions & 3 deletions include/cmock/cmock-spec-builders.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013, Hubert Jagodziński
// Copyright 2021, Hubert Jagodziński
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -26,9 +26,9 @@
//
// Author: hubert.jagodzinski@gmail.com (Hubert Jagodziński)

// C Mock - extension to Google Mock framework allowing for writing C mock functions.
// C Mock - Google Mock's extension allowing a function mocking.
//
// This file implements the ON_FUNCTION_CALL() and EXPECT_FUNCTION_CALL() macros.
// This file implements ON_FUNCTION_CALL() and EXPECT_FUNCTION_CALL() macros.

#ifndef CMOCK_INCLUDE_CMOCK_CMOCK_SPEC_BUILDERS_H_
#define CMOCK_INCLUDE_CMOCK_CMOCK_SPEC_BUILDERS_H_
Expand Down
6 changes: 3 additions & 3 deletions include/cmock/cmock.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013, Hubert Jagodziński
// Copyright 2021, Hubert Jagodziński
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -26,9 +26,9 @@
//
// Author: hubert.jagodzinski@gmail.com (Hubert Jagodziński)

// C Mock - extension to Google Mock framework allowing for writing C mock functions.
// C Mock - Google Mock's extension allowing a function mocking.
//
// This is the main header file a user should include.
// This is the main header file an user should include.

#ifndef CMOCK_INCLUDE_CMOCK_CMOCK_H_
#define CMOCK_INCLUDE_CMOCK_CMOCK_H_
Expand Down

0 comments on commit a61ed31

Please sign in to comment.