Skip to content

Commit 7c50d2f

Browse files
committed
chore: headings
1 parent 771c5ef commit 7c50d2f

File tree

6 files changed

+42
-0
lines changed

6 files changed

+42
-0
lines changed

inc/aggregators.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/////////////////////////////////////////////////////////////////////////////
2+
// Name: aggregators.hpp
3+
// Purpose: functions to aggregate results from fpgen generators.
4+
// Author: jay-tux
5+
// Copyright: (c) 2022 jay-tux
6+
// Licence: MPL
7+
/////////////////////////////////////////////////////////////////////////////
18
#ifndef _FPGEN_AGGREGATORS
29
#define _FPGEN_AGGREGATORS
310

inc/fpgen.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/////////////////////////////////////////////////////////////////////////////
2+
// Name: fpgen.hpp
3+
// Purpose: fpgen main include file.
4+
// Author: jay-tux
5+
// Copyright: (c) 2022 jay-tux
6+
// Licence: MPL
7+
/////////////////////////////////////////////////////////////////////////////
18
#ifndef _FPGEN_MAIN
29
#define _FPGEN_MAIN
310

inc/generator.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/////////////////////////////////////////////////////////////////////////////
2+
// Name: generator.hpp
3+
// Purpose: fpgen generator type with iterator.
4+
// Author: jay-tux
5+
// Copyright: (c) 2022 jay-tux
6+
// Licence: MPL
7+
/////////////////////////////////////////////////////////////////////////////
18
#ifndef _FPGEN_GENERATOR
29
#define _FPGEN_GENERATOR
310

inc/manipulators.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/////////////////////////////////////////////////////////////////////////////
2+
// Name: manipulators.hpp
3+
// Purpose: manipulators for the fpgen generator.
4+
// Author: jay-tux
5+
// Copyright: (c) 2022 jay-tux
6+
// Licence: MPL
7+
/////////////////////////////////////////////////////////////////////////////
18
#ifndef _FPGEN_MANIP
29
#define _FPGEN_MANIP
310

inc/sources.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/////////////////////////////////////////////////////////////////////////////
2+
// Name: sources.hpp
3+
// Purpose: functions to create fpgen generators from certain sources.
4+
// Author: jay-tux
5+
// Copyright: (c) 2022 jay-tux
6+
// Licence: MPL
7+
/////////////////////////////////////////////////////////////////////////////
18
#ifndef _FPGEN_SOURCES
29
#define _FPGEN_SOURCES
310

inc/type_traits.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/////////////////////////////////////////////////////////////////////////////
2+
// Name: type_traits.hpp
3+
// Purpose: some helper type traits for fpgen.
4+
// Author: jay-tux
5+
// Copyright: (c) 2022 jay-tux
6+
// Licence: MPL
7+
/////////////////////////////////////////////////////////////////////////////
18
#ifndef _FPGEN_TYPE_TRAITS
29
#define _FPGEN_TYPE_TRAITS
310

0 commit comments

Comments
 (0)