From 88f702b416ba9eb930e6c1e932124d5f24b1a24c Mon Sep 17 00:00:00 2001 From: couriersud Date: Fri, 8 Nov 2019 23:52:14 +0100 Subject: netlist: code maintenance and bug fixes. (nw) - comment style migration continues. - Fixed a two bugs in the truthtable ignore inputs code - refactored the truthtable code a bit for better readability. - updated netlist specific gitignore. --- src/lib/netlist/documentation/structure.dox.h | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'src/lib/netlist/documentation/structure.dox.h') diff --git a/src/lib/netlist/documentation/structure.dox.h b/src/lib/netlist/documentation/structure.dox.h index d284208a51b..9d49656e161 100644 --- a/src/lib/netlist/documentation/structure.dox.h +++ b/src/lib/netlist/documentation/structure.dox.h @@ -12,12 +12,11 @@ /// /// The define statements below thus show the default value. /// -///@{ -///@} +///\{ +///\} /// \brief The netlist namespace. /// All netlist related code is contained in the netlist namespace - namespace netlist { /// \brief The netlist::devices namespace. @@ -26,6 +25,20 @@ namespace netlist { } + /// \brief The netlist::analog namespace. + /// Netlist analog devices and related code are contained in the + /// netlist::analog namespace. + namespace analog + { + } + + /// \brief The netlist::solver namespace. + /// All linear equation solving code and related code is contained in the + /// netlist::solver namespace. + namespace solver + { + } + /// \brief Internal support classes you should not use in code using netlist api. /// This namespace contains all internal support classes not intended /// to be used outside of the core. -- cgit v1.2.3-70-g09d2