From 1e40d95e8b47d834d1ede706921dc19850aaaff2 Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 21 Jul 2016 11:05:55 +0200 Subject: Netlist updates: - Removed trampolines (OUTLOGIC, INPLOGIC and friends). - Started using doxygen comment and documentation style. Added doxygen files to documentation folder. - Refactored code triggered by doxygen output. - Moved internal and support classes into namespace detail. - Use an anordered map in parser. - -Wconversion fixes - All done now. - Fixed -Wold-style-cast warnings in netlist code. - Added iterators to pstring. - Moved two macros, added more RAII and improved exceptions. Fixed some bugs in parser code. - Fixed a number of bugs in parser code and exception handling. [Couriersud] --- src/lib/netlist/documentation/structure.dox.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/lib/netlist/documentation/structure.dox.h (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 new file mode 100644 index 00000000000..41dd9507717 --- /dev/null +++ b/src/lib/netlist/documentation/structure.dox.h @@ -0,0 +1,21 @@ + +/*! The netlist namespace. + * All netlist related code is contained in the netlist namespace + */ +namespace netlist +{ + /*! The netlist::devices namespace. + * All netlist devices are contained in the netlist::devices namespace. + */ + namespace devices + { + } + + /*! 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. + */ + namespace detail + { + } +} -- cgit v1.2.3-70-g09d2