diff options
| author | 2017-02-01 20:30:42 +0100 | |
|---|---|---|
| committer | 2017-02-05 17:19:49 +0100 | |
| commit | ee8fed61c22fa746cd6370315ae4e86971702c56 (patch) | |
| tree | 79eadfa0d08fa7ecf45ac7d178799512830edad2 /nl_examples | |
| parent | 52ed4a179a8b1d0c7b65e44db8dafd7c194acfbf (diff) | |
Some documentation work.
Along the way, set default models for devices missing them.
Fix standalone makefile to work in mingw environment. (nw)
Diffstat (limited to 'nl_examples')
| -rw-r--r-- | nl_examples/ne555_astable.c | 3 |
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] |
