Skip to content

Commit

Permalink
Fix doc generation for value.h
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Feb 24, 2024
1 parent 2f8d8d7 commit a42731a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
15 changes: 10 additions & 5 deletions include/hyperion/mpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,18 @@
/// techniques that are difficult to reason about.
/// @headerfile "hyperion/mpl.h"

#include <hyperion/mpl/metatypes.h>
#include <hyperion/mpl/metapredicates.h>
#include <hyperion/mpl/concepts.h>
#include <hyperion/mpl/list.h>
#include <hyperion/mpl/pair.h>
#include <hyperion/mpl/type.h>
#include <hyperion/mpl/type_traits.h>
//
#include <hyperion/mpl/metatypes.h>
//
#include <hyperion/mpl/type.h>
#include <hyperion/mpl/value.h>
//
#include <hyperion/mpl/pair.h>
//
#include <hyperion/mpl/metapredicates.h>
//
#include <hyperion/mpl/list.h>

#endif // HYPERION_MPL_H
10 changes: 1 addition & 9 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
#include <hyperion/mpl/concepts.h>
#include <hyperion/mpl/list.h>
#include <hyperion/mpl/metapredicates.h>
#include <hyperion/mpl/metatypes.h>
#include <hyperion/mpl/pair.h>
#include <hyperion/mpl/type.h>
#include <hyperion/mpl/type_traits.h>
#include <hyperion/mpl/value.h>
#include <hyperion/platform/types.h>
#include <hyperion/mpl.h>

using namespace hyperion; // NOLINT(google-build-using-namespace)
using namespace hyperion::mpl; // NOLINT(google-build-using-namespace)
Expand Down

0 comments on commit a42731a

Please sign in to comment.