summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/tools/nl_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/tools/nl_convert.h')
-rw-r--r--src/lib/netlist/tools/nl_convert.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/netlist/tools/nl_convert.h b/src/lib/netlist/tools/nl_convert.h
index 13af926a5af..ac1597bf628 100644
--- a/src/lib/netlist/tools/nl_convert.h
+++ b/src/lib/netlist/tools/nl_convert.h
@@ -1,13 +1,13 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
-/*
- * nl_convert.h
- *
- */
#ifndef NL_CONVERT_H_
#define NL_CONVERT_H_
+///
+/// \file nl_convert.h
+///
+
#include "plib/plists.h"
#include "plib/pstring.h"
#include "plib/ptokenizer.h"
@@ -15,9 +15,9 @@
#include <memory>
-/*-------------------------------------------------
- convert - convert a spice netlist
--------------------------------------------------*/
+// -------------------------------------------------
+// convert - convert a spice netlist
+// -------------------------------------------------
class nl_convert_base_t
{
@@ -236,4 +236,4 @@ private:
};
-#endif /* NL_CONVERT_H_ */
+#endif // NL_CONVERT_H_