summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/analog/nld_fourterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/analog/nld_fourterm.h')
-rw-r--r--src/lib/netlist/analog/nld_fourterm.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/netlist/analog/nld_fourterm.h b/src/lib/netlist/analog/nld_fourterm.h
index 66c47c0be29..dcd32744263 100644
--- a/src/lib/netlist/analog/nld_fourterm.h
+++ b/src/lib/netlist/analog/nld_fourterm.h
@@ -1,13 +1,12 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
-/*
- * nld_fourterm.h
- *
- */
#ifndef NLD_FOURTERM_H_
#define NLD_FOURTERM_H_
+///
+/// \file nld_fourterm.h
+///
#include "netlist/nl_setup.h"
@@ -27,4 +26,4 @@
#define LVCCS(name) \
NET_REGISTER_DEV(LVCCS, name)
-#endif /* NLD_FOURTERM_H_ */
+#endif // NLD_FOURTERM_H_