summaryrefslogtreecommitdiffstats
path: root/nl_examples/ne555_astable.c
diff options
context:
space:
mode:
Diffstat (limited to 'nl_examples/ne555_astable.c')
-rw-r--r--nl_examples/ne555_astable.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/nl_examples/ne555_astable.c b/nl_examples/ne555_astable.c
index b782f9c6f3e..0348d3ae4d3 100644
--- a/nl_examples/ne555_astable.c
+++ b/nl_examples/ne555_astable.c
@@ -1,12 +1,12 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
-//! [ne555 example]
/*
* ne555_astable.c
*
*/
+//! [ne555_example]
#include "netlist/devices/net_lib.h"
NETLIST_START(ne555_astable)
@@ -16,14 +16,6 @@ NETLIST_START(ne555_astable)
*
*/
- /*!
- *
- * abc | def
- * ghj | ddd
- * iop | xyz
- *
- *
- */
/* Standard stuff */
SOLVER(Solver, 48000)
@@ -58,4 +50,4 @@ NETLIST_START(ne555_astable)
LOG(log3, 555.OUT)
NETLIST_END()
-//! [ne555 example]
+//! [ne555_example]