summaryrefslogtreecommitdiffstatshomepage
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nl_examples/ne555_astable.c b/nl_examples/ne555_astable.c
index d5a77b9b8fa..b91effe70af 100644
--- a/nl_examples/ne555_astable.c
+++ b/nl_examples/ne555_astable.c
@@ -1,5 +1,7 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
+
+//! [ne555 example]
/*
* ne555_astable.c
*
@@ -48,3 +50,4 @@ NETLIST_START(ne555_astable)
LOG(log3, 555.OUT)
NETLIST_END()
+//! [ne555 example]