diff options
| author | 2020-05-01 10:49:28 +0200 | |
|---|---|---|
| committer | 2020-05-01 10:49:28 +0200 | |
| commit | e30ab9be9af8dad2d15e0e8ddd36150768e29fd4 (patch) | |
| tree | f1bb5bb6b3d3e34953999da4d568e7f0160066d6 /src/lib/netlist/macro/nlm_other.cpp | |
| parent | 0120d1d8ff136a49f7ee78fc2f2f1dc9560ce737 (diff) | |
netlist: Fix inclusion of examples in documentation. (nw)
Diffstat (limited to 'src/lib/netlist/macro/nlm_other.cpp')
| -rw-r--r-- | src/lib/netlist/macro/nlm_other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/macro/nlm_other.cpp b/src/lib/netlist/macro/nlm_other.cpp index 5926d12d454..2a2478341ad 100644 --- a/src/lib/netlist/macro/nlm_other.cpp +++ b/src/lib/netlist/macro/nlm_other.cpp @@ -77,10 +77,10 @@ NETLIST_END() //- This implementation is focused on performance. There may be edge cases //- which lead to issues and ringing. //. +//- Example: ne566.cpp,ne566_example //- FunctionTable: //- https://www.egr.msu.edu/eceshop/Parts_Inventory/datasheets/lm566.pdf //- -//- Example: ne566.cpp,ne566_example //. static NETLIST_START(NE566_DIP) |
