From ae2cad64f4744b13a9e776c087da227dc13d9104 Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 7 Nov 2019 20:25:51 +0100 Subject: netlist: code and documentation maintenance fixes. [Couriersud] - "nltool -c docheader" now scans sources and creates usage focussed doxy documentation for devices. Very early stage, but works. For an example, please see ne555 source. - Started migrating to pure C++, i.e. "//" comments. - Various documentation fixes. - Added cppcheck configuration to netlist/build - Some smaller code changes. --- src/lib/netlist/netlist.cppcheck | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/lib/netlist/netlist.cppcheck (limited to 'src/lib/netlist/netlist.cppcheck') diff --git a/src/lib/netlist/netlist.cppcheck b/src/lib/netlist/netlist.cppcheck new file mode 100644 index 00000000000..642815cb052 --- /dev/null +++ b/src/lib/netlist/netlist.cppcheck @@ -0,0 +1,26 @@ + + + Native + false + true + false + 10 + + + + + + + + + bsd + cppcheck-lib + gnu + posix + zlib + + + threadsafety + cert + + -- cgit v1.2.3-70-g09d2