Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/logit_cpp/LogIt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// \file LogIt.hpp
/// \brief Main header file for the LogIt++ library.

#include "LogItConfig.hpp"
#include "logit/config.hpp"
#include "logit/enums.hpp"
#include "logit/utils.hpp"
#include "logit/Logger.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifndef _LOGIT_CONFIG_HPP_INCLUDED
#define _LOGIT_CONFIG_HPP_INCLUDED

/// \file LogItConfig.hpp
/// \file config.hpp
/// \brief Configuration macros for the LogIt logging system.

/// \ingroup ConfigMacros Configuration Macros
Expand Down
Loading