summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pfmtlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/plib/pfmtlog.h')
-rw-r--r--src/lib/netlist/plib/pfmtlog.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/netlist/plib/pfmtlog.h b/src/lib/netlist/plib/pfmtlog.h
index fecb3dd95bd..aaa43505293 100644
--- a/src/lib/netlist/plib/pfmtlog.h
+++ b/src/lib/netlist/plib/pfmtlog.h
@@ -1,8 +1,9 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
-/*
- * pfmtlog.h
- */
+
+///
+/// \file pfmtlog.h
+///
#ifndef PFMT_H_
#define PFMT_H_
@@ -310,7 +311,7 @@ public:
COPYASSIGNMOVE(pfmt_writer_t, delete)
- /* runtime enable */
+ // runtime enable
template<bool enabled, typename... Args>
void log(const pstring & fmt, Args&&... args) const noexcept
{
@@ -405,4 +406,4 @@ public:
template<typename T>
plib::pfmt& operator<<(plib::pfmt &p, T&& val) { return p(std::forward<T>(val)); }
-#endif /* PSTRING_H_ */
+#endif // PSTRING_H_