← Back to team overview

kicad-developers team mailing list archive

[Patch] Add ability to reset Pcbnew layer colors to default

 

I noticed today that the layer color selector dialog didn't have a way of
resetting the color to the KiCad default (I needed to do this today). This
patch adds the ability for that to be done in Pcbnew (for both layers and
items).

This same thing could be done in Gerbview, but the default colors there are
not exposed as nicely as in Pcbnew, so it would be more convoluted. I
wasn't sure if there was already v6 work planned on that part, so I have
left it alone. If there isn't, then I could go back and tidy it up to
implement this same defaults system.

-Ian
From bfd25f17d6c08f627969b6bd7ece7140ca7dfd50 Mon Sep 17 00:00:00 2001
From: Ian McInerney <Ian.S.McInerney@xxxxxxxx>
Date: Wed, 21 Aug 2019 22:57:53 +0200
Subject: [PATCH] pcbnew: Add ability to reset layer/item colors to defaults

---
 DoxygenErrors.txt                           | 1656 +++++++++++++++++++
 common/colors_design_settings.cpp           |   76 +-
 common/dialogs/dialog_color_picker.cpp      |   21 +-
 common/dialogs/dialog_color_picker.h        |    8 +-
 common/dialogs/dialog_color_picker_base.cpp |    7 +-
 common/dialogs/dialog_color_picker_base.fbp |   73 +
 common/dialogs/dialog_color_picker_base.h   |    4 +-
 common/widgets/color_swatch.cpp             |    8 +-
 include/colors_design_settings.h            |   25 +-
 include/widgets/color_swatch.h              |    6 +-
 pcbnew/layer_widget.cpp                     |    4 +-
 pcbnew/layer_widget.h                       |    6 +-
 pcbnew/pcb_layer_widget.cpp                 |   15 +-
 13 files changed, 1860 insertions(+), 49 deletions(-)
 create mode 100644 DoxygenErrors.txt

diff --git a/DoxygenErrors.txt b/DoxygenErrors.txt
new file mode 100644
index 000000000..e013906c1
--- /dev/null
+++ b/DoxygenErrors.txt
@@ -0,0 +1,1656 @@
+Building documentation set
+warning: Tag `CLANG_ASSISTED_PARSING' at line 1042 of file `/home/imcinerney/Documents/dev/kicad/code/master/build/docset/Documentation/docset/Doxyfile' belongs to an option that was not enabled at compile time.
+         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
+warning: Tag `CLANG_OPTIONS' at line 1050 of file `/home/imcinerney/Documents/dev/kicad/code/master/build/docset/Documentation/docset/Doxyfile' belongs to an option that was not enabled at compile time.
+         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
+/home/imcinerney/Documents/dev/kicad/code/master/common/libeval/grammar.c:6: warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/common/libeval/grammar.c:9: warning: include file assert.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/libeval/numeric_evaluator.h:70: warning: include file stddef.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/libeval/numeric_evaluator.h:71: warning: include file string not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/libeval/numeric_evaluator.h:72: warning: include file string not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/libeval/numeric_evaluator.h:73: warning: include file map not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_units.h:35: warning: include file string not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/math/vector2d.h:31: warning: include file limits not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/math/vector2d.h:32: warning: include file iostream not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/math/vector2d.h:33: warning: include file sstream not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/math/math_util.h:29: warning: include file stdint.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:35: warning: include file vector not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:37: warning: include file wx/wx.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:38: warning: include file wx/confbase.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:39: warning: include file wx/fileconf.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:40: warning: include file wx/dir.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/richio.h:32: warning: include file vector not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/utf8.h:28: warning: include file string not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/utf8.h:29: warning: include file wx/string.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/richio.h:37: warning: include file wx/wx.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/richio.h:38: warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/ki_exception.h:28: warning: include file wx/string.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/colors.h:37: warning: include file wx/wx.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:31: warning: include file cassert not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:45: warning: include file atomic not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/include/common.h:46: warning: include file memory not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/common/libeval/grammar.c:239: warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
+/home/imcinerney/Documents/dev/kicad/code/master/kicad/treeprojectfiles.cpp:25: warning: the name `class_treeprojectfiles.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_cleanup_tracks_and_vias.cpp:1: warning: the name `dialog_cleaning_options.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/courtyard_overlap.cpp:1: warning: the name `drc_marker_functions.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_libraries_utils.cpp:24: warning: the name `librairi.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/netclass.h:1: warning: the name `class_netclass.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pad_custom_shape_functions.cpp:25: warning: the name `class_pad_custom_shape_functions.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_layer_box_selector.cpp:1: warning: the name `class_pcb_layer_box_selector.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zone_settings.h:25: warning: the name `class_zone_settings.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/cvpcb/components_listbox.cpp:24: warning: the name `class_components_listbox.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/cvpcb/listbox_base.cpp:24: warning: the name `listboxes.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/cvpcb/toolbars_cvpcb.cpp:22: warning: the name `tool_cvpcb.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/netlist_generator.cpp:26: warning: the name `eeschema/netform.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_canvas/create_3Dgraphic_brd_items.cpp:25: warning: the name `create_graphic_brd_items.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/common/bitmap_base.cpp:1: warning: the name `class_bitmap_base.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/common/dialogs/dialog_color_picker.h:1: warning: the name `color4Dpickerdlg.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/common/gr_text.cpp:2: warning: the name `draw_graphic_text.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/common/page_layout/ws_data_model_io.cpp:1: warning: the name `page_layout_writer.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/am_primitive.cpp:1: warning: the name `aperture_macro.cpp' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/am_primitive.h:1: warning: the name `aperture_macro.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:26: warning: the name `drawtxt.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/include/plotter.h:28: warning: the name `plot_common.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/zoom_controller.h:25: warning: the name `zoom_control.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/include/ws_data_item.h:25: warning: the name `worksheet_dataitem.h' supplied as the second argument in the \file statement is not an input file
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/dialog_import_gfx.cpp:157: warning: no uniquely matching class member found for
+  void DIALOG_IMPORT_GFX::DIALOG_IMPORT_GFX::onUnitPositionSelection(wxCommandEvent &event)
+
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/eeschema_config.cpp:479: warning: documented symbol `SYMBOL_LIB_TABLE * PROJECT::SchSymbolLibTable' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_pin.cpp:1415: warning: no uniquely matching class member found for
+  void LIB_PIN::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList)
+Possible candidates:
+  void LIB_PIN::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) override' at line 114 of file /home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_pin.h
+  void LIB_PIN::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList, SCH_COMPONENT *aComponent)' at line 122 of file /home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_pin.h
+
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.cpp:104: warning: documented symbol `SEARCH_STACK * PROJECT::SchSearchS' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.cpp:159: warning: documented symbol `PART_LIBS * PROJECT::SchLibs' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.cpp:49: warning: documented symbol `SCH_PLUGIN * SCH_IO_MGR::FindPlugin' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/3d_cache_wrapper.cpp:43: warning: documented symbol `FILENAME_RESOLVER * PROJECT::Get3DFilenameResolver' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/3d_cache_wrapper.cpp:49: warning: no matching class member found for
+  S3D_CACHE * PROJECT::Get3DCacheManager(bool updateProjDir)
+
+/home/imcinerney/Documents/dev/kicad/code/master/common/eagle_parser.cpp:49: warning: no uniquely matching class member found for
+  template <>
+  template <>
+  OPTIONAL_XML_ATTRIBUTE< wxString >::OPTIONAL_XML_ATTRIBUTE(wxString aData)
+
+/home/imcinerney/Documents/dev/kicad/code/master/common/gal/cairo/cairo_print.cpp:205: warning: no uniquely matching class member found for
+  std::unique_ptr< GAL_PRINT > GAL_PRINT::Create(GAL_DISPLAY_OPTIONS &aOptions, wxDC *aDC)
+
+/home/imcinerney/Documents/dev/kicad/code/master/common/streamwrapper.cpp:37: warning: documented symbol `kicad::stream::stream' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/common/streamwrapper.cpp:44: warning: documented symbol `kicad::stream::~stream' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/common/streamwrapper.cpp:57: warning: no uniquely matching class member found for
+  std::iostream * kicad::stream::Open(const char *aFileName, std::ios_base::openmode aMode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/common/streamwrapper.cpp:109: warning: no matching class member found for
+  void kicad::stream::Close(void)
+
+/home/imcinerney/Documents/dev/kicad/code/master/common/streamwrapper.cpp:116: warning: documented symbol `std::iostream * kicad::stream::GetStream' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:193: warning: no uniquely matching class member found for
+  void json11::Json::dump(string &out) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:345: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:350: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:355: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:360: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:365: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:370: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:375: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:380: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:385: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:390: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:395: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:400: warning: documented symbol `json11::Json::Json' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:409: warning: no uniquely matching class member found for
+  Json::Type json11::Json::type() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:415: warning: no uniquely matching class member found for
+  double json11::Json::number_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:421: warning: no uniquely matching class member found for
+  int json11::Json::int_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:427: warning: no matching class member found for
+  bool json11::Json::bool_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:433: warning: no matching class member found for
+  const string & json11::Json::string_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:439: warning: no matching class member found for
+  const vector< Json > & json11::Json::array_items() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:445: warning: no matching class member found for
+  const map< string, Json > & json11::Json::object_items() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:451: warning: no uniquely matching class member found for
+  const Json & json11::Json::operator[](size_t i) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:457: warning: no uniquely matching class member found for
+  const Json & json11::Json::operator[](const string &key) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:463: warning: no uniquely matching class member found for
+  double JsonValue::number_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:469: warning: no uniquely matching class member found for
+  int JsonValue::int_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:475: warning: no matching class member found for
+  bool JsonValue::bool_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:481: warning: no matching class member found for
+  const string & JsonValue::string_value() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:487: warning: no matching class member found for
+  const vector< Json > & JsonValue::array_items() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:493: warning: no matching class member found for
+  const map< string, Json > & JsonValue::object_items() const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:499: warning: no uniquely matching class member found for
+  const Json & JsonValue::operator[](size_t) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:505: warning: no uniquely matching class member found for
+  const Json & JsonValue::operator[](const string &) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:532: warning: no uniquely matching class member found for
+  bool json11::Json::operator==(const Json &other) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:544: warning: no uniquely matching class member found for
+  bool json11::Json::operator<(const Json &other) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:1077: warning: no uniquely matching class member found for
+  Json json11::Json::parse(const string &in, string &err, JsonParse strategy)
+
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:1098: warning: documented symbol `vector< Json > json11::Json::parse_multi' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/json11.cpp:1134: warning: documented symbol `bool json11::Json::has_shape' was not declared or defined.
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:603: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE RTREE_QUAL::RTree()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:632: warning: no matching class member found for
+  RTREE_TEMPLATE RTREE_QUAL::~RTree()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:638: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::Insert(const ELEMTYPE a_min[NUMDIMS], const ELEMTYPE a_max[NUMDIMS], const DATATYPE &a_dataId)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:664: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Remove(const ELEMTYPE a_min[NUMDIMS], const ELEMTYPE a_max[NUMDIMS], const DATATYPE &a_dataId)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:690: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE int RTREE_QUAL::Search(const ELEMTYPE a_min[NUMDIMS], const ELEMTYPE a_max[NUMDIMS], std::function< bool(const DATATYPE &)> a_callback) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:720: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE DATATYPE RTREE_QUAL::NearestNeighbor(const ELEMTYPE a_point[NUMDIMS])
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:727: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE DATATYPE RTREE_QUAL::NearestNeighbor(const ELEMTYPE a_point[NUMDIMS], ELEMTYPE a_squareDistanceCallbackconst ELEMTYPE a_point[NUMDIMS], DATATYPE a_data, ELEMTYPE *a_squareDistance)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:774: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE int RTREE_QUAL::Count()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:785: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::CountRec(Node *a_node, int &a_count)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:802: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Load(const char *a_fileName)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:822: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Load(RTFileStream &a_stream)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:870: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::LoadRec(Node *a_node, RTFileStream &a_stream)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:906: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Save(const char *a_fileName)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:924: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Save(RTFileStream &a_stream)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:951: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::SaveRec(Node *a_node, RTFileStream &a_stream)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:986: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::RemoveAll()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:997: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::Reset()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1010: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::RemoveAllRec(Node *a_node)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1028: warning: no matching class member found for
+  RTREE_TEMPLATE RTREE_QUAL::Node * RTREE_QUAL::AllocNode()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1043: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::FreeNode(Node *a_node)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1058: warning: no matching class member found for
+  RTREE_TEMPLATE RTREE_QUAL::ListNode * RTREE_QUAL::AllocListNode()
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1069: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::FreeListNode(ListNode *a_listNode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1080: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::InitNode(Node *a_node)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1088: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::InitRect(Rect *a_rect)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1106: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::InsertRectRec(Rect *a_rect, const DATATYPE &a_id, Node *a_node, Node **a_newNode, int a_level)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1163: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::InsertRect(Rect *a_rect, const DATATYPE &a_id, Node **a_root, int a_level)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1200: warning: no matching class member found for
+  RTREE_TEMPLATE RTREE_QUAL::Rect RTREE_QUAL::NodeCover(Node *a_node)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1230: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::AddBranch(Branch *a_branch, Node *a_node, Node **a_newNode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1255: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::DisconnectBranch(Node *a_node, int a_index)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1273: warning: no matching class member found for
+  RTREE_TEMPLATE int RTREE_QUAL::PickBranch(Rect *a_rect, Node *a_node)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1313: warning: no matching class member found for
+  RTREE_TEMPLATE RTREE_QUAL::Rect RTREE_QUAL::CombineRect(Rect *a_rectA, Rect *a_rectB)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1334: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::SplitNode(Node *a_node, Branch *a_branch, Node **a_newNode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1362: warning: no matching class member found for
+  RTREE_TEMPLATE ELEMTYPEREAL RTREE_QUAL::RectVolume(Rect *a_rect)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1381: warning: no matching class member found for
+  RTREE_TEMPLATE ELEMTYPEREAL RTREE_QUAL::RectSphericalVolume(Rect *a_rect)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1415: warning: no matching class member found for
+  RTREE_TEMPLATE ELEMTYPEREAL RTREE_QUAL::CalcRectVolume(Rect *a_rect)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1427: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::GetBranches(Node *a_node, Branch *a_branch, PartitionVars *a_parVars)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1470: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::ChoosePartition(PartitionVars *a_parVars, int a_minFill)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1554: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::LoadNodes(Node *a_nodeA, Node *a_nodeB, PartitionVars *a_parVars)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1578: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::InitParVars(PartitionVars *a_parVars, int a_maxRects, int a_minFill)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1596: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::PickSeeds(PartitionVars *a_parVars)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1633: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::Classify(int a_index, int a_group, PartitionVars *a_parVars)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1661: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::RemoveRect(Rect *a_rect, const DATATYPE &a_id, Node **a_root)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1716: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::RemoveRectRec(Rect *a_rect, const DATATYPE &a_id, Node *a_node, ListNode **a_listNode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1770: warning: no matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Overlap(Rect *a_rectA, Rect *a_rectB) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1790: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::ReInsert(Node *a_node, ListNode **a_listNode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1803: warning: no uniquely matching class member found for
+  RTREE_TEMPLATE bool RTREE_QUAL::Search(Node *a_node, Rect *a_rect, int &a_foundCount, std::function< bool(const DATATYPE &)> a_callback) const
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1847: warning: no matching class member found for
+  RTREE_TEMPLATE ELEMTYPE RTREE_QUAL::MinDist(const ELEMTYPE a_point[NUMDIMS], Rect *a_rect)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/rtree.h:1874: warning: no matching class member found for
+  RTREE_TEMPLATE void RTREE_QUAL::InsertNNListSorted(std::vector< NNNode * > *nodeList, NNNode *newNode)
+
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:443: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:446: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:443: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:446: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pcb_text.h:91: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_provider.h:37: warning: explicit link request to 'PCB_MARKERs' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:279: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:280: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:281: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:317: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLOD()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:311: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:317: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLOD()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:311: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:336: warning: @copybrief or @copydoc target 'GAL::BeginUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:339: warning: @copybrief or @copydoc target 'GAL::EndUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:348: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:342: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:336: warning: @copybrief or @copydoc target 'GAL::BeginUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:339: warning: @copybrief or @copydoc target 'GAL::EndUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:348: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:342: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:97: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:97: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:94: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copybrief or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copybrief or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/zoom_tool.h:40: warning: @copybrief or @copydoc target 'TOOL_BASE::setTransitions()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/zoom_tool.h:40: warning: @copybrief or @copydoc target 'TOOL_BASE::setTransitions()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_units.h:175: warning: argument 'aUnits' of command @param is not found in the argument list of GetAbbreviatedUnitsLabel(EDA_UNITS_T aUnit, bool aUseMils=false)
+/home/imcinerney/Documents/dev/kicad/code/master/common/base_units.cpp:437: warning: The following parameters of GetAbbreviatedUnitsLabel(EDA_UNITS_T aUnit, bool aUseMils=false) are not documented:
+  parameter 'aUnit'
+  parameter 'aUseMils'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_units.h:175: warning: argument 'aUnits' of command @param is not found in the argument list of GetAbbreviatedUnitsLabel(EDA_UNITS_T aUnit, bool aUseMils=false)
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_units.h:179: warning: The following parameters of GetAbbreviatedUnitsLabel(EDA_UNITS_T aUnit, bool aUseMils=false) are not documented:
+  parameter 'aUnit'
+  parameter 'aUseMils'
+/home/imcinerney/Documents/dev/kicad/code/master/include/confirm.h:129: warning: argument 'aParent' of command @param is not found in the argument list of DisplayInfoMessage(wxWindow *parent, const wxString &aMessage, const wxString &aExtraInfo=wxEmptyString)
+/home/imcinerney/Documents/dev/kicad/code/master/common/confirm.cpp:276: warning: The following parameters of DisplayInfoMessage(wxWindow *parent, const wxString &aMessage, const wxString &aExtraInfo=wxEmptyString) are not documented:
+  parameter 'parent'
+/home/imcinerney/Documents/dev/kicad/code/master/common/confirm.cpp:221: warning: The following parameters of OKOrCancelDialog(wxWindow *aParent, const wxString &aWarning, const wxString &aMessage, const wxString &aOKLabel, const wxString &aCancelLabel, bool *aApplyToAll) are not documented:
+  parameter 'aApplyToAll'
+/home/imcinerney/Documents/dev/kicad/code/master/include/confirm.h:129: warning: argument 'aParent' of command @param is not found in the argument list of DisplayInfoMessage(wxWindow *parent, const wxString &aMessage, const wxString &aExtraInfo=wxEmptyString)
+/home/imcinerney/Documents/dev/kicad/code/master/include/confirm.h:134: warning: The following parameters of DisplayInfoMessage(wxWindow *parent, const wxString &aMessage, const wxString &aExtraInfo=wxEmptyString) are not documented:
+  parameter 'parent'
+/home/imcinerney/Documents/dev/kicad/code/master/include/confirm.h:159: warning: The following parameters of OKOrCancelDialog(wxWindow *aParent, const wxString &aWarning, const wxString &aMessage, const wxString &aOKLabel, const wxString &aCancelLabel, bool *aApplyToAll) are not documented:
+  parameter 'aApplyToAll'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cpolygon2d.cpp:406: warning: The following parameters of Convert_path_polygon_to_polygon_blocks_and_dummy_blocks(const SHAPE_POLY_SET &aMainPath, CGENERICCONTAINER2D &aDstContainer, float aBiuTo3DunitsScale, float aDivFactor, const BOARD_ITEM &aBoardItem) are not documented:
+  parameter 'aBoardItem'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cpolygon2d.h:146: warning: The following parameters of Convert_path_polygon_to_polygon_blocks_and_dummy_blocks(const SHAPE_POLY_SET &aMainPath, CGENERICCONTAINER2D &aDstContainer, float aBiuTo3DunitsScale, float aDivFactor, const BOARD_ITEM &aBoardItem) are not documented:
+  parameter 'aBoardItem'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_create_array.cpp:259: warning: argument 'type' of command @param is not found in the argument list of validateAxisOptions(const wxTextCtrl &offsetEntry, const wxChoice &typeEntry, const wxTextCtrl &aStepEntry, ARRAY_AXIS &aAxis, wxArrayString &errors)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_create_array.cpp:259: warning: argument 'offset' of command @param is not found in the argument list of validateAxisOptions(const wxTextCtrl &offsetEntry, const wxChoice &typeEntry, const wxTextCtrl &aStepEntry, ARRAY_AXIS &aAxis, wxArrayString &errors)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_create_array.cpp:269: warning: The following parameters of validateAxisOptions(const wxTextCtrl &offsetEntry, const wxChoice &typeEntry, const wxTextCtrl &aStepEntry, ARRAY_AXIS &aAxis, wxArrayString &errors) are not documented:
+  parameter 'aStepEntry'
+  parameter 'aAxis'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_provider.h:37: warning: explicit link request to 'PCB_MARKERs' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/eagle_parser.h:360: warning: argument 'currentNode' of command @param is not found in the argument list of MapChildren(wxXmlNode *aCurrentNode)
+/home/imcinerney/Documents/dev/kicad/code/master/common/eagle_parser.cpp:239: warning: The following parameters of MapChildren(wxXmlNode *aCurrentNode) are not documented:
+  parameter 'aCurrentNode'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eagle_parser.h:360: warning: argument 'currentNode' of command @param is not found in the argument list of MapChildren(wxXmlNode *aCurrentNode)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eagle_parser.h:366: warning: The following parameters of MapChildren(wxXmlNode *aCurrentNode) are not documented:
+  parameter 'aCurrentNode'
+/home/imcinerney/Documents/dev/kicad/code/master/include/env_vars.h:78: warning: argument 'aEnvVarName' from the argument list of GetEnvVar has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/env_vars.h:88: warning: argument 'aEnvVarName' from the argument list of GetEnvVar has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/erc.cpp:569: warning: The following parameters of WriteDiagnosticERC(EDA_UNITS_T aUnits, const wxString &aFullFileName) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/erc.h:91: warning: The following parameters of WriteDiagnosticERC(EDA_UNITS_T aUnits, const wxString &aFullFileName) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/geometry_utils.h:63: warning: argument 'a' of command @param is not found in the argument list of GetVectorSnapped45(const VECTOR2< T > &aVec)
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/geometry_utils.h:73: warning: The following parameters of GetVectorSnapped45(const VECTOR2< T > &aVec) are not documented:
+  parameter 'aVec'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_basic.h:242: warning: argument 'aClipBox' from the argument list of GRLineArray has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_basic.h:242: warning: argument 'aDC' from the argument list of GRLineArray has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_basic.h:242: warning: argument 'aLines' from the argument list of GRLineArray has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_basic.h:242: warning: argument 'aWidth' from the argument list of GRLineArray has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_basic.h:242: warning: argument 'aColor' from the argument list of GRLineArray has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:65: warning: argument 'aPenSize' from the argument list of Clamp_Text_PenSize has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:65: warning: argument 'aSize' from the argument list of Clamp_Text_PenSize has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:65: warning: argument 'aBold' from the argument list of Clamp_Text_PenSize has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/common/gr_text.cpp:102: warning: argument 'aClipBox' of command @param is not found in the argument list of GRText(wxDC *aDC, const wxPoint &aPos, COLOR4D aColor, const wxString &aText, double aOrient, const wxSize &aSize, enum EDA_TEXT_HJUSTIFY_T aH_justify, enum EDA_TEXT_VJUSTIFY_T aV_justify, int aWidth, bool aItalic, bool aBold, void(*aCallback)(int x0, int y0, int xf, int yf, void *aData), void *aCallbackData, PLOTTER *aPlotter)
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aDC' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aPos' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aColor' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aText' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aOrient' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aSize' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aH_justify' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aV_justify' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aWidth' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aItalic' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aBold' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aCallback' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aCallbackData' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gr_text.h:108: warning: argument 'aPlotter' from the argument list of GRText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/common/hotkeys_basic.cpp:190: warning: Unsupported xml/html tag <tab> found
+/home/imcinerney/Documents/dev/kicad/code/master/common/hotkeys_basic.cpp:190: warning: Unsupported xml/html tag <keyname> found
+/home/imcinerney/Documents/dev/kicad/code/master/common/hotkeys_basic.cpp:191: warning: Unsupported xml/html tag <spaces> found
+/home/imcinerney/Documents/dev/kicad/code/master/common/hotkeys_basic.cpp:311: warning: The following parameters of ReadHotKeyConfig(wxString aFileName, std::map< std::string, int > &aHotKeys) are not documented:
+  parameter 'aFileName'
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkeys_basic.h:84: warning: Unsupported xml/html tag <tab> found
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkeys_basic.h:84: warning: Unsupported xml/html tag <keyname> found
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkeys_basic.h:85: warning: Unsupported xml/html tag <spaces> found
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkeys_basic.h:66: warning: argument 'aKeycode' from the argument list of KeyNameFromKeyCode has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkeys_basic.h:66: warning: argument 'aIsFound' from the argument list of KeyNameFromKeyCode has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkeys_basic.h:107: warning: The following parameters of ReadHotKeyConfig(wxString aFileName, std::map< std::string, int > &aHotKeys) are not documented:
+  parameter 'aFileName'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/invoke_pcb_dialog.h:73: warning: The following parameters of InvokePcbLibTableEditor(KIWAY *aKiway, wxWindow *aCaller) are not documented:
+  parameter 'aKiway'
+/home/imcinerney/Documents/dev/kicad/code/master/common/languages_menu.cpp:50: warning: The following parameters of AddMenuLanguageList(CONDITIONAL_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool) are not documented:
+  parameter 'aControlTool'
+/home/imcinerney/Documents/dev/kicad/code/master/include/macros.h:50: warning: argument 'cstring' of command @param is not found in the argument list of TO_STR2(x)
+/home/imcinerney/Documents/dev/kicad/code/master/include/macros.h:55: warning: The following parameters of TO_STR2(x) are not documented:
+  parameter 'x'
+/home/imcinerney/Documents/dev/kicad/code/master/polygon/include/math_for_graphics.h:56: warning: argument 'x' from the argument list of GetPointToLineSegmentDistance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/polygon/include/math_for_graphics.h:56: warning: argument 'y' from the argument list of GetPointToLineSegmentDistance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/polygon/include/math_for_graphics.h:56: warning: argument 'xi' from the argument list of GetPointToLineSegmentDistance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/polygon/include/math_for_graphics.h:56: warning: argument 'yi' from the argument list of GetPointToLineSegmentDistance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/polygon/include/math_for_graphics.h:56: warning: argument 'xf' from the argument list of GetPointToLineSegmentDistance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/polygon/include/math_for_graphics.h:56: warning: argument 'yf' from the argument list of GetPointToLineSegmentDistance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/menubar.cpp:37: warning: The following parameters of AddMenuLanguageList(CONDITIONAL_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool) are not documented:
+  parameter 'aControlTool'
+/home/imcinerney/Documents/dev/kicad/code/master/include/menus_helpers.h:41: warning: The following parameters of AddMenuLanguageList(CONDITIONAL_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool) are not documented:
+  parameter 'aControlTool'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/autorouter/spread_footprints.cpp:171: warning: argument 'aBoard' of command @param is not found in the argument list of SpreadFootprints(std::vector< MODULE * > *aFootprints, wxPoint aSpreadAreaPosition)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/panel_fp_lib_table.cpp:812: warning: The following parameters of InvokePcbLibTableEditor(KIWAY *aKiway, wxWindow *aCaller) are not documented:
+  parameter 'aKiway'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/swig/pcbnew_scripting_helpers.cpp:137: warning: The following parameters of ArchiveModulesOnBoard(bool aStoreInNewLib, const wxString &aLibName=wxEmptyString, wxString *aLibPath=NULL) are not documented:
+  parameter 'aLibPath'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/swig/pcbnew_scripting_helpers.h:83: warning: The following parameters of ArchiveModulesOnBoard(bool aStoreInNewLib, const wxString &aLibName=wxEmptyString, wxString *aLibPath=NULL) are not documented:
+  parameter 'aLibPath'
+/home/imcinerney/Documents/dev/kicad/code/master/common/preview_items/ruler_item.cpp:109: warning: argument 'aGal' of command @param is not found in the argument list of drawTicksAlongLine(KIGFX::VIEW *aView, const VECTOR2D &aOrigin, const VECTOR2D &aLine, double aMinorTickLen, EDA_UNITS_T aUnits)
+/home/imcinerney/Documents/dev/kicad/code/master/common/preview_items/ruler_item.cpp:118: warning: The following parameters of drawTicksAlongLine(KIGFX::VIEW *aView, const VECTOR2D &aOrigin, const VECTOR2D &aLine, double aMinorTickLen, EDA_UNITS_T aUnits) are not documented:
+  parameter 'aView'
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:59: warning: explicit link request to 'SYMBOL_LIBRARY_TABLE' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:55: warning: argument 'aShowErrorMessage' of command @param is not found in the argument list of SchGetLibAlias(const LIB_ID &aLibId, SYMBOL_LIB_TABLE *aLibTable, PART_LIB *aCacheLib=NULL, wxWindow *aParent=NULL, bool aShowErrorMsg=false)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.cpp:45: warning: The following parameters of SchGetLibAlias(const LIB_ID &aLibId, SYMBOL_LIB_TABLE *aLibTable, PART_LIB *aCacheLib=NULL, wxWindow *aParent=NULL, bool aShowErrorMsg=false) are not documented:
+  parameter 'aShowErrorMsg'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:59: warning: explicit link request to 'SYMBOL_LIBRARY_TABLE' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:55: warning: argument 'aShowErrorMessage' of command @param is not found in the argument list of SchGetLibAlias(const LIB_ID &aLibId, SYMBOL_LIB_TABLE *aLibTable, PART_LIB *aCacheLib=NULL, wxWindow *aParent=NULL, bool aShowErrorMsg=false)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:67: warning: The following parameters of SchGetLibAlias(const LIB_ID &aLibId, SYMBOL_LIB_TABLE *aLibTable, PART_LIB *aCacheLib=NULL, wxWindow *aParent=NULL, bool aShowErrorMsg=false) are not documented:
+  parameter 'aShowErrorMsg'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_connection.cpp:51: warning: Unsupported xml/html tag <BUS_NAME> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_connection.cpp:51: warning: Unsupported xml/html tag <NET_NAME> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/tools/sch_line_wire_bus_tool.cpp:388: warning: The following parameters of computeBreakPoint(SCH_SCREEN *aScreen, SCH_LINE *aSegment, wxPoint &aPosition) are not documented:
+  parameter 'aScreen'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/autorouter/spread_footprints.cpp:171: warning: argument 'aBoard' of command @param is not found in the argument list of SpreadFootprints(std::vector< MODULE * > *aFootprints, wxPoint aSpreadAreaPosition)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:58: warning: argument 'aPickList' from the argument list of SaveCopyOfZones has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:58: warning: argument 'aPcb' from the argument list of SaveCopyOfZones has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:58: warning: argument 'aNetCode' from the argument list of SaveCopyOfZones has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:58: warning: argument 'aLayer' from the argument list of SaveCopyOfZones has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:69: warning: argument 'aPickList' from the argument list of UpdateCopyOfZonesList has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:69: warning: argument 'aAuxiliaryList' from the argument list of UpdateCopyOfZonesList has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zones_functions_for_undo_redo.h:69: warning: argument 'aPcb' from the argument list of UpdateCopyOfZonesList has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/advanced_config.h:37: warning: explicit link request to 'defines' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/am_param.h:338: warning: argument 'aText' from the argument list of AM_PARAM::ReadParam has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/am_primitive.h:200: warning: The following parameters of APERTURE_MACRO::GetApertureMacroShape(const GERBER_DRAW_ITEM *aParent, wxPoint aShapePos) are not documented:
+  parameter 'aShapePos'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/am_primitive.h:190: warning: argument 'aParamId' from the argument list of APERTURE_MACRO::GetLocalParam has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/autorouter/ar_matrix.h:105: warning: argument 'aPcb' of command @param is not found in the argument list of AR_MATRIX::ComputeMatrixSize(const EDA_RECT &aBoundingBox)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/autorouter/ar_matrix.h:105: warning: argument 'aUseBoardEdgesOnly' of command @param is not found in the argument list of AR_MATRIX::ComputeMatrixSize(const EDA_RECT &aBoundingBox)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/autorouter/ar_matrix.h:112: warning: The following parameters of AR_MATRIX::ComputeMatrixSize(const EDA_RECT &aBoundingBox) are not documented:
+  parameter 'aBoundingBox'
+/home/imcinerney/Documents/dev/kicad/code/master/include/array_axis.h:57: warning: argument 'type' of command @param is not found in the argument list of ARRAY_AXIS::GetAlphabet() const
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/array_pad_name_provider.h:40: warning: Found unknown command `\oaram'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/array_pad_name_provider.h:43: warning: The following parameters of ARRAY_PAD_NAME_PROVIDER::ARRAY_PAD_NAME_PROVIDER(const MODULE *aMod, const ARRAY_OPTIONS &aArrayOpts) are not documented:
+  parameter 'aArrayOpts'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/graphics_abstraction_layer.h:221: warning: argument 'aColor' of command @param is not found in the argument list of KIGFX::GAL::ClearScreen()
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_board.h:809: warning: The following parameters of BOARD::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_board.h:812: warning: argument 'aDrawMode' of command @param is not found in the argument list of BOARD::Print(PCB_BASE_FRAME *aFrame, wxDC *aDC, const wxPoint &aOffset=ZeroOffset)
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copybrief or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copydetails or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/board_design_settings.h:671: warning: argument 'aValue' of command @param is not found in the argument list of BOARD_DESIGN_SETTINGS::SetCopperEdgeClearance(int aDistance)
+/home/imcinerney/Documents/dev/kicad/code/master/include/board_design_settings.h:675: warning: The following parameters of BOARD_DESIGN_SETTINGS::SetCopperEdgeClearance(int aDistance) are not documented:
+  parameter 'aDistance'
+/home/imcinerney/Documents/dev/kicad/code/master/include/board_design_settings.h:543: warning: argument 'aDrill' of command @param is not found in the argument list of BOARD_DESIGN_SETTINGS::SetCustomDiffPairWidth(int aWidth)
+/home/imcinerney/Documents/dev/kicad/code/master/include/board_design_settings.h:549: warning: The following parameters of BOARD_DESIGN_SETTINGS::SetCustomDiffPairWidth(int aWidth) are not documented:
+  parameter 'aWidth'
+/home/imcinerney/Documents/dev/kicad/code/master/include/board_design_settings.h:664: warning: argument 'aValue' of command @param is not found in the argument list of BOARD_DESIGN_SETTINGS::SetMinHoleSeparation(int aDistance)
+/home/imcinerney/Documents/dev/kicad/code/master/include/board_design_settings.h:669: warning: The following parameters of BOARD_DESIGN_SETTINGS::SetMinHoleSeparation(int aDistance) are not documented:
+  parameter 'aDistance'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_stackup_manager/class_board_stackup.h:166: warning: argument 'is' of command @param is not found in the argument list of BOARD_STACKUP::SynchronizeWithBoard(BOARD_DESIGN_SETTINGS *aSettings)
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/button_row_panel.h:89: warning: The following parameters of BUTTON_ROW_PANEL::BUTTON_ROW_PANEL(wxWindow *aWindow, const BTN_DEF_LIST &aLeftBtns, const BTN_DEF_LIST &aRightBtns) are not documented:
+  parameter 'aWindow'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/button_row_panel.h:97: warning: argument 'aSizer' of command @param is not found in the argument list of BUTTON_ROW_PANEL::addButtons(bool aLeft, const BTN_DEF_LIST &aDefs)
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_model_viewer/c3d_model_viewer.h:57: warning: The following parameters of C3D_MODEL_VIEWER::C3D_MODEL_VIEWER(wxWindow *aParent, const int *aAttribList=0, S3D_CACHE *aCacheManager=NULL) are not documented:
+  parameter 'aCacheManager'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/c3d_render_raytracing.h:188: warning: The following parameters of C3D_RENDER_RAYTRACING::create_3d_object_from(CCONTAINER &aDstContainer, const COBJECT2D *aObject2D, float aZMin, float aZMax, const CMATERIAL *aMaterial, const SFVEC3F &aObjColor) are not documented:
+  parameter 'aDstContainer'
+  parameter 'aMaterial'
+  parameter 'aObjColor'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cbbox.h:79: warning: argument 'aPbMin' of command @param is not found in the argument list of CBBOX::Set(const SFVEC3F &aPoint)
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cbbox.h:79: warning: argument 'aPbMax' of command @param is not found in the argument list of CBBOX::Set(const SFVEC3F &aPoint)
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cbbox.h:84: warning: The following parameters of CBBOX::Set(const SFVEC3F &aPoint) are not documented:
+  parameter 'aPoint'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cbbox2d.h:124: warning: argument 'aBBox' of command @param is not found in the argument list of CBBOX2D::Intersects(const SFVEC2F &aCenter, float aRadiusSquared) const
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cbbox2d.h:129: warning: The following parameters of CBBOX2D::Intersects(const SFVEC2F &aCenter, float aRadiusSquared) const are not documented:
+  parameter 'aCenter'
+  parameter 'aRadiusSquared'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cbbox2d.h:77: warning: argument 'CBBOX2D' of command @param is not found in the argument list of CBBOX2D::Set(const CBBOX2D &aBBox)
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cbbox2d.h:82: warning: The following parameters of CBBOX2D::Set(const CBBOX2D &aBBox) are not documented:
+  parameter 'aBBox'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/cimage.h:217: warning: argument 'aXo' from the argument list of CIMAGE::wrapCoords has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/cimage.h:217: warning: The following parameters of CIMAGE::wrapCoords(int *aXo, int *aYo) const are not documented:
+  parameter 'aYo'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_ogl_legacy/clayer_triangles.h:100: warning: The following parameters of CLAYER_TRIANGLE_CONTAINER::AddNormal(const SFVEC3F &aN1, const SFVEC3F &aN2, const SFVEC3F &aN3, const SFVEC3F &aN4) are not documented:
+  parameter 'aN4'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_ogl_legacy/clayer_triangles.h:204: warning: The following parameters of CLAYERS_OGL_DISP_LISTS::CLAYERS_OGL_DISP_LISTS(const CLAYER_TRIANGLES &aLayerTriangles, GLuint aTextureIndexForSegEnds, float aZBot, float aZTop) are not documented:
+  parameter 'aZBot'
+  parameter 'aZTop'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/3d_render_ogl_legacy/clayer_triangles.h:254: warning: The following parameters of CLAYERS_OGL_DISP_LISTS::DrawAllCameraCulled(float zCameraPos, bool aDrawMiddle=true) const are not documented:
+  parameter 'aDrawMiddle'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/connectivity/connectivity_algo.h:241: warning: The following parameters of CN_CONNECTIVITY_ALGO::FindIsolatedCopperIslands(std::vector< CN_ZONE_ISOLATED_ISLAND_LIST > &aZones) are not documented:
+  parameter 'aZones'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/color_swatch.h:49: warning: The following parameters of COLOR_SWATCH::COLOR_SWATCH(wxWindow *aParent, KIGFX::COLOR4D aColor, int aID, KIGFX::COLOR4D aBackground) are not documented:
+  parameter 'aBackground'
+/home/imcinerney/Documents/dev/kicad/code/master/common/widgets/color_swatch.cpp:40: warning: argument 'aWindow' of command @param is not found in the argument list of COLOR_SWATCH::MakeBitmap(KIGFX::COLOR4D aColor, KIGFX::COLOR4D aBackground, wxSize aSize)
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/color_swatch.h:73: warning: The following parameters of COLOR_SWATCH::MakeBitmap(KIGFX::COLOR4D aColor, KIGFX::COLOR4D aBackground, wxSize aSize) are not documented:
+  parameter 'aColor'
+  parameter 'aBackground'
+  parameter 'aSize'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/conditional_menu.h:79: warning: argument 'aExpand' of command @param is not found in the argument list of CONDITIONAL_MENU::AddMenu(ACTION_MENU *aMenu, const SELECTION_CONDITION &aCondition=SELECTION_CONDITIONS::ShowAlways, int aOrder=ANY_ORDER)
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/conditional_menu.h:121: warning: The following parameters of CONDITIONAL_MENU::AddQuitOrClose(KIFACE_I *aKiface, wxString aAppname="") are not documented:
+  parameter 'aKiface'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/connectivity/connectivity_data.h:216: warning: The following parameters of CONNECTIVITY_DATA::GetConnectedItems(const BOARD_CONNECTED_ITEM *aItem, const KICAD_T aTypes[], bool aIgnoreNetcodes=false) const are not documented:
+  parameter 'aIgnoreNetcodes'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/cpostshader.h:48: warning: The following parameters of CPOSTSHADER::ApplyShadeColor(const SFVEC2I &aShaderPos, const SFVEC3F &aInputColor, const SFVEC3F &aShadeColor) const=0 are not documented:
+  parameter 'aShaderPos'
+  parameter 'aInputColor'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_rendering/cpostshader_ssao.h:45: warning: The following parameters of CPOSTSHADER_SSAO::ApplyShadeColor(const SFVEC2I &aShaderPos, const SFVEC3F &aInputColor, const SFVEC3F &aShadeColor) const are not documented:
+  parameter 'aShaderPos'
+  parameter 'aInputColor'
+/home/imcinerney/Documents/dev/kicad/code/master/cvpcb/tools/cvpcb_actions.h:75: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/cvpcb/tools/cvpcb_actions.h:75: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pad.h:614: warning: argument 'aRotation' from the argument list of D_PAD::BuildSegmentFromOvalShape has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pad.h:713: warning: The following parameters of D_PAD::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copybrief or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copydetails or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pad.h:317: warning: argument 'aCircleToSegmentsCount' of command @param is not found in the argument list of D_PAD::MergePrimitivesAsPolygon(SHAPE_POLY_SET *aMergedPolygon=NULL)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pad.h:253: warning: argument 'the' of command @param is not found in the argument list of D_PAD::SetAnchorPadShape(PAD_SHAPE_T aShape)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pad.h:258: warning: The following parameters of D_PAD::SetAnchorPadShape(PAD_SHAPE_T aShape) are not documented:
+  parameter 'aShape'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/halfedge/hedart.h:49: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_choose_footprint.h:96: warning: The following parameters of DIALOG_CHOOSE_FOOTPRINT::DIALOG_CHOOSE_FOOTPRINT(PCB_BASE_FRAME *aParent, const wxString &aTitle, FP_TREE_MODEL_ADAPTER::PTR &aAdapter, bool aAllowBrowser) are not documented:
+  parameter 'aTitle'
+  parameter 'aAllowBrowser'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_create_array.h:45: warning: argument 'aEnableNumbering' of command @param is not found in the argument list of DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY(PCB_BASE_FRAME *aParent, std::unique_ptr< ARRAY_OPTIONS > &aOptions, bool enableNumbering, wxPoint aOrigPos)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_create_array.h:51: warning: The following parameters of DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY(PCB_BASE_FRAME *aParent, std::unique_ptr< ARRAY_OPTIONS > &aOptions, bool enableNumbering, wxPoint aOrigPos) are not documented:
+  parameter 'enableNumbering'
+/home/imcinerney/Documents/dev/kicad/code/master/common/dialogs/dialog_hotkey_list.h:51: warning: The following parameters of DIALOG_LIST_HOTKEYS::DIALOG_LIST_HOTKEYS(EDA_BASE_FRAME *aParent, TOOL_MANAGER *aToolManager) are not documented:
+  parameter 'aToolManager'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/dialogs/dialog_spice_model.h:61: warning: argument 'aComboBox' of command @param is not found in the argument list of DIALOG_SPICE_MODEL::loadLibrary(const wxString &aFilePath)
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_dimension.h:221: warning: The following parameters of DIMENSION::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_dimension.h:219: warning: The following parameters of DIMENSION::Mirror(const wxPoint &axis_pos, bool aMirrorLeftRight=false) are not documented:
+  parameter 'aMirrorLeftRight'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:306: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::AddModuleToBoard(MODULE *module)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:115: warning: The following parameters of PCB_BASE_FRAME::Update3DView(bool aForceReload, const wxString *aTitle=nullptr) are not documented:
+  parameter 'aForceReload'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/drawing_tool.h:210: warning: argument 'aDimension' of command @param is not found in the argument list of DRAWING_TOOL::constrainDimension(DIMENSION *dimension)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/drawing_tool.h:215: warning: The following parameters of DRAWING_TOOL::constrainDimension(DIMENSION *dimension) are not documented:
+  parameter 'dimension'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/drawing_tool.h:175: warning: The following parameters of DRAWING_TOOL::drawArc(const std::string &aTool, DRAWSEGMENT *&aGraphic, bool aImmediateMode) are not documented:
+  parameter 'aTool'
+  parameter 'aImmediateMode'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/drawing_tool.h:167: warning: The following parameters of DRAWING_TOOL::drawSegment(const std::string &aTool, int aShape, DRAWSEGMENT *&aGraphic, OPT< VECTOR2D > aStartingPoint) are not documented:
+  parameter 'aTool'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/drawing_tool.h:188: warning: argument 'aKeepout' of command @param is not found in the argument list of DRAWING_TOOL::getSourceZoneForAction(ZONE_MODE aMode, ZONE_CONTAINER *&aZone)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/drawing_tool.h:201: warning: argument 'aMode' from the argument list of DRAWING_TOOL::getSourceZoneForAction has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_drawsegment.h:217: warning: The following parameters of DRAWSEGMENT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/drc_item.h:103: warning: The following parameters of DRC_ITEM::SetData(EDA_UNITS_T aUnits, int aErrorCode, EDA_ITEM *aMainItem, const wxPoint &aMainPos, EDA_ITEM *bAuxiliaryItem=nullptr, const wxPoint &bAuxiliaryPos=wxPoint()) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/drc_item.h:123: warning: argument 'aMainItem' of command @param is not found in the argument list of DRC_ITEM::SetData(int aErrorCode, const wxString &aMainText, const wxPoint &aMainPos, const wxString &bAuxiliaryText=wxEmptyString, const wxPoint &bAuxiliaryPos=wxPoint())
+/home/imcinerney/Documents/dev/kicad/code/master/include/drc_item.h:123: warning: argument 'bAuxiliaryItem' of command @param is not found in the argument list of DRC_ITEM::SetData(int aErrorCode, const wxString &aMainText, const wxPoint &aMainPos, const wxString &bAuxiliaryText=wxEmptyString, const wxPoint &bAuxiliaryPos=wxPoint())
+/home/imcinerney/Documents/dev/kicad/code/master/include/drc_item.h:132: warning: The following parameters of DRC_ITEM::SetData(int aErrorCode, const wxString &aMainText, const wxPoint &aMainPos, const wxString &bAuxiliaryText=wxEmptyString, const wxPoint &bAuxiliaryPos=wxPoint()) are not documented:
+  parameter 'aMainText'
+  parameter 'bAuxiliaryText'
+/home/imcinerney/Documents/dev/kicad/code/master/include/drc_item.h:244: warning: The following parameters of DRC_ITEM::ShowCoord(EDA_UNITS_T aUnits, const wxPoint &aPos) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_marker_factory.h:64: warning: argument 'aPad' of command @param is not found in the argument list of DRC_MARKER_FACTORY::NewMarker(TRACK *aTrack, BOARD_ITEM *aConflitItem, const SEG &aConflictSeg, int aErrorCode) const
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_marker_factory.h:70: warning: The following parameters of DRC_MARKER_FACTORY::NewMarker(TRACK *aTrack, BOARD_ITEM *aConflitItem, const SEG &aConflictSeg, int aErrorCode) const are not documented:
+  parameter 'aConflictSeg'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_marker_factory.h:57: warning: explicit link request to 'SetUnitProvider' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_provider.h:37: warning: explicit link request to 'PCB_MARKERs' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_provider.h:37: warning: explicit link request to 'PCB_MARKERs' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/dialogs/dialog_drclistbox.h:207: warning: The following parameters of DRCLISTBOX::SetList(EDA_UNITS_T aUnits, DRC_ITEM_LIST *aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:279: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:280: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:281: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:279: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:280: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/eagle_plugin.h:281: warning: Found unknown command `\parameter'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_viewer/3d_actions.h:67: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_viewer/3d_actions.h:67: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_canvas/eda_3d_canvas.h:65: warning: The following parameters of EDA_3D_CANVAS::EDA_3D_CANVAS(wxWindow *aParent, const int *aAttribList=0, BOARD *aBoard=NULL, CINFO3D_VISU &aSettings=G_null_CINFO3D_VISU, S3D_CACHE *a3DCachePointer=NULL) are not documented:
+  parameter 'a3DCachePointer'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_edge_mod.h:122: warning: The following parameters of EDGE_MODULE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:223: warning: @copybrief or @copydoc target 'EDIT_POINT::GetPosition()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:223: warning: @copydetails or @copydoc target 'EDIT_POINT::GetPosition()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:229: warning: @copybrief or @copydoc target 'EDIT_POINT::GetPosition()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:229: warning: @copydetails or @copydoc target 'EDIT_POINT::GetPosition()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:54: warning: The following parameters of EDIT_POINT::EDIT_POINT(const VECTOR2I &aPoint, EDA_ITEM *aConnection=nullptr) are not documented:
+  parameter 'aConnection'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:368: warning: The following parameters of EDIT_POINTS::AddPoint(const VECTOR2I &aPoint, EDA_ITEM *aConnection=nullptr) are not documented:
+  parameter 'aConnection'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:339: warning: The following parameters of EDIT_POINTS::FindPoint(const VECTOR2I &aLocation, KIGFX::VIEW *aView) are not documented:
+  parameter 'aView'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:514: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:514: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:517: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewDraw()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:517: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewDraw()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:520: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/edit_points.h:520: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewGetLayers()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/tools/ee_actions.h:208: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/tools/ee_actions.h:208: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/tools/ee_selection_tool.h:103: warning: The following parameters of EE_SELECTION_TOOL::SelectPoint(const VECTOR2I &aWhere, const KICAD_T *aFilterList=EE_COLLECTOR::AllItems, bool *aSelectionCancelledFlag=NULL, bool aCheckLocked=false, bool aAdd=false, bool aSubtract=false, bool aExclusiveOr=false) are not documented:
+  parameter 'aFilterList'
+  parameter 'aAdd'
+  parameter 'aSubtract'
+  parameter 'aExclusiveOr'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_file_image.h:403: warning: @copybrief or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_file_image.h:403: warning: @copydetails or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/exporters/gendrill_Excellon_writer.h:128: warning: The following parameters of EXCELLON_WRITER::createDrillFile(FILE *aFile, DRILL_LAYER_PAIR aLayerPair, bool aGenerateNPTH_list) are not documented:
+  parameter 'aLayerPair'
+  parameter 'aGenerateNPTH_list'
+/home/imcinerney/Documents/dev/kicad/code/master/include/validators.h:72: warning: Found unknown command `\:'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:294: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:294: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:64: warning: argument 'aFileName' of command @param is not found in the argument list of PCB_BASE_EDIT_FRAME::AddLibrary(const wxString &aLibName=wxEmptyString)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:69: warning: The following parameters of PCB_BASE_EDIT_FRAME::AddLibrary(const wxString &aLibName=wxEmptyString) are not documented:
+  parameter 'aLibName'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:62: warning: @copybrief or @copydoc target 'PCB_BASE_EDIT_FRAME::GetModel()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:62: warning: @copydetails or @copydoc target 'PCB_BASE_EDIT_FRAME::GetModel()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:147: warning: @copybrief or @copydoc target 'PCB_BASE_EDIT_FRAME::OnEditItemRequest()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:147: warning: @copydetails or @copydoc target 'PCB_BASE_EDIT_FRAME::OnEditItemRequest()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:291: warning: @copybrief or @copydoc target 'PCB_BASE_FRAME::OnUpdateLayerAlpha()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:291: warning: @copydetails or @copydoc target 'PCB_BASE_FRAME::OnUpdateLayerAlpha()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:288: warning: @copybrief or @copydoc target 'PCB_BASE_FRAME::SetActiveLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_edit_frame.h:288: warning: @copydetails or @copydoc target 'PCB_BASE_FRAME::SetActiveLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:179: warning: @copybrief or @copydoc target 'PCB_BASE_FRAME::SetBoard()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:179: warning: @copydetails or @copydoc target 'PCB_BASE_FRAME::SetBoard()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:115: warning: The following parameters of PCB_BASE_FRAME::Update3DView(bool aForceReload, const wxString *aTitle=nullptr) are not documented:
+  parameter 'aForceReload'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:108: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetDefaultViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:108: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetDefaultViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:97: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:97: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:72: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetHighContrastLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:72: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetHighContrastLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:81: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:81: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:306: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::AddModuleToBoard(MODULE *module)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_viewer_frame.h:83: warning: The following parameters of FOOTPRINT_VIEWER_FRAME::ShowModal(wxString *aFootprint, wxWindow *aParent) are not documented:
+  parameter 'aParent'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/footprint_viewer_frame.h:160: warning: The following parameters of FOOTPRINT_VIEWER_FRAME::Update3DView(bool aForceReload, const wxString *aTitle=nullptr) are not documented:
+  parameter 'aTitle'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:306: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::AddModuleToBoard(MODULE *module)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:390: warning: The following parameters of LIB_TABLE::HasLibrary(const wxString &aNickname, bool aCheckEnabled=false) const are not documented:
+  parameter 'aNickname'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:390: warning: The following parameters of LIB_TABLE::HasLibrary(const wxString &aNickname, bool aCheckEnabled=false) const are not documented:
+  parameter 'aNickname'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/common/lib_tree_model_adapter.h:161: warning: The following parameters of LIB_TREE_MODEL_ADAPTER::DoAddLibrary(wxString const &aNodeName, wxString const &aDesc, std::vector< LIB_TREE_ITEM * > const &aItemList, bool presorted) are not documented:
+  parameter 'presorted'
+/home/imcinerney/Documents/dev/kicad/code/master/common/lib_tree_model_adapter.h:161: warning: The following parameters of LIB_TREE_MODEL_ADAPTER::DoAddLibrary(wxString const &aNodeName, wxString const &aDesc, std::vector< LIB_TREE_ITEM * > const &aItemList, bool presorted) are not documented:
+  parameter 'presorted'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gbr_metadata.h:123: warning: The following parameters of GBR_APERTURE_METADATA::FormatAttribute(GBR_APERTURE_ATTRIB aAttribute, bool aUseX1StructuredComment) are not documented:
+  parameter 'aAttribute'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gbr_layout.h:97: warning: @copybrief or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gbr_layout.h:97: warning: @copydetails or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/collectors.h:431: warning: The following parameters of GENERAL_COLLECTORS_GUIDE::GENERAL_COLLECTORS_GUIDE(LSET aVisibleLayerMask, PCB_LAYER_ID aPreferredLayer, KIGFX::VIEW *aView) are not documented:
+  parameter 'aView'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_collectors.h:121: warning: argument 'aGuide' of command @param is not found in the argument list of GERBER_COLLECTOR::Collect(EDA_ITEM *aItem, const KICAD_T aScanList[], const wxPoint &aRefPos)
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_collectors.h:118: warning: argument 'testItem' from the argument list of GERBER_COLLECTOR::Inspect has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_collectors.h:118: warning: argument 'testData' from the argument list of GERBER_COLLECTOR::Inspect has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_collectors.h:88: warning: argument 'aGuide' of command @param is not found in the argument list of GERBER_COLLECTOR::operator[](int ndx) const
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:311: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:311: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:317: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLOD()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:317: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLOD()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:327: warning: @copybrief or @copydoc target 'EDA_ITEM::GetMenuImage()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:327: warning: @copydetails or @copydoc target 'EDA_ITEM::GetMenuImage()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:254: warning: The following parameters of GERBER_DRAW_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:324: warning: @copybrief or @copydoc target 'EDA_ITEM::GetSelectMenuText()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:324: warning: @copydetails or @copydoc target 'EDA_ITEM::GetSelectMenuText()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:264: warning: The following parameters of GERBER_DRAW_ITEM::HitTest(const wxPoint &aRefPos, int aAccuracy=0) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:273: warning: The following parameters of GERBER_DRAW_ITEM::HitTest(const EDA_RECT &aRefArea, bool aContained, int aAccuracy=0) const are not documented:
+  parameter 'aContained'
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:314: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewBBox()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:311: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:311: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:317: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLOD()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:317: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewGetLOD()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:321: warning: @copybrief or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_draw_item.h:321: warning: @copydetails or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_file_image.h:403: warning: @copybrief or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerber_file_image.h:403: warning: @copydetails or @copydoc target 'EDA_ITEM::Visit()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/exporters/gerber_jobfile_writer.h:96: warning: argument 'aParams' of command @param is not found in the argument list of GERBER_JOBFILE_WRITER::WriteJSONJobFile(const wxString &aFullFilename)
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/tools/gerbview_actions.h:80: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/tools/gerbview_actions.h:80: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:65: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetDefaultViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:65: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetDefaultViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:54: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:54: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:51: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetHighContrastLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:51: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetHighContrastLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:62: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_draw_panel_gal.h:62: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:590: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::ActivateGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:590: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::ActivateGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:126: warning: argument 'aDefaultLayer' from the argument list of GERBVIEW_FRAME::SelectPCBLayer has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:126: warning: argument 'aCopperLayerCount' from the argument list of GERBVIEW_FRAME::SelectPCBLayer has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:126: warning: argument 'aShowDeselectOption' from the argument list of GERBVIEW_FRAME::SelectPCBLayer has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:263: warning: argument 'aItemIdVisible' of command @param is not found in the argument list of GERBVIEW_FRAME::SetElementVisibility(int aLayerID, bool aNewState)
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:270: warning: The following parameters of GERBVIEW_FRAME::SetElementVisibility(int aLayerID, bool aNewState) are not documented:
+  parameter 'aLayerID'
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:129: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::SetGridColor()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/gerbview_frame.h:129: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::SetGridColor()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/tools/gerbview_selection_tool.h:91: warning: argument 'aAllowDisambiguation' of command @param is not found in the argument list of GERBVIEW_SELECTION_TOOL::selectPoint(const VECTOR2I &aWhere, bool aOnDrag=false)
+/home/imcinerney/Documents/dev/kicad/code/master/gerbview/tools/gerbview_selection_tool.h:101: warning: The following parameters of GERBVIEW_SELECTION_TOOL::selectPoint(const VECTOR2I &aWhere, bool aOnDrag=false) are not documented:
+  parameter 'aOnDrag'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer.h:235: warning: argument 'aWidth' from the argument list of GRAPHICS_IMPORTER::AddText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer.h:235: warning: The following parameters of GRAPHICS_IMPORTER::AddText(const VECTOR2D &aOrigin, const wxString &aText, double aHeight, double aWidth, double aThickness, double aOrientation, EDA_TEXT_HJUSTIFY_T aHJustify, EDA_TEXT_VJUSTIFY_T aVJustify)=0 are not documented:
+  parameter 'aThickness'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_pcbnew.h:70: warning: argument 'aWidth' from the argument list of GRAPHICS_IMPORTER_PCBNEW::AddText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_pcbnew.h:70: warning: The following parameters of GRAPHICS_IMPORTER_PCBNEW::AddText(const VECTOR2D &aOrigin, const wxString &aText, double aHeight, double aWidth, double aThickness, double aOrientation, EDA_TEXT_HJUSTIFY_T aHJustify, EDA_TEXT_VJUSTIFY_T aVJustify) are not documented:
+  parameter 'aThickness'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_buffer.h:187: warning: argument 'aWidth' from the argument list of GRAPHICS_IMPORTER_BUFFER::AddText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_buffer.h:187: warning: The following parameters of GRAPHICS_IMPORTER_BUFFER::AddText(const VECTOR2D &aOrigin, const wxString &aText, double aHeight, double aWidth, double aThickness, double aOrientation, EDA_TEXT_HJUSTIFY_T aHJustify, EDA_TEXT_VJUSTIFY_T aVJustify) are not documented:
+  parameter 'aThickness'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_pcbnew.h:70: warning: argument 'aWidth' from the argument list of GRAPHICS_IMPORTER_PCBNEW::AddText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_pcbnew.h:70: warning: The following parameters of GRAPHICS_IMPORTER_PCBNEW::AddText(const VECTOR2D &aOrigin, const wxString &aText, double aHeight, double aWidth, double aThickness, double aOrientation, EDA_TEXT_HJUSTIFY_T aHJustify, EDA_TEXT_VJUSTIFY_T aVJustify) are not documented:
+  parameter 'aThickness'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_pcbnew.h:70: warning: argument 'aWidth' from the argument list of GRAPHICS_IMPORTER_PCBNEW::AddText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/import_gfx/graphics_importer_pcbnew.h:70: warning: The following parameters of GRAPHICS_IMPORTER_PCBNEW::AddText(const VECTOR2D &aOrigin, const wxString &aText, double aHeight, double aWidth, double aThickness, double aOrientation, EDA_TEXT_HJUSTIFY_T aHJustify, EDA_TEXT_VJUSTIFY_T aVJustify) are not documented:
+  parameter 'aThickness'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/hotkey_store.h:65: warning: argument 'aHotkeys' of command @param is not found in the argument list of HOTKEY_STORE::HOTKEY_STORE()
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/io_mgr.h:244: warning: argument 'aBoard' from the argument list of IO_MGR::Save has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/kicad/tools/kicad_manager_actions.h:59: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/kicad/tools/kicad_manager_actions.h:59: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/kicad/kicad_manager_frame.h:150: warning: argument 'aParent' of command @param is not found in the argument list of KICAD_MANAGER_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *) inherited from member InstallPreferences at line 300 in file /home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:321: warning: The following parameters of LEGACY_RESCUER::InvokeDialog(wxWindow *aParent, bool aAskShowAgain) are not documented:
+  parameter 'aParent'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_arc.h:78: warning: The following parameters of LIB_ARC::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_bezier.h:97: warning: The following parameters of LIB_BEZIER::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_circle.h:64: warning: The following parameters of LIB_CIRCLE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:268: warning: argument 'aShowErrorMessage' of command @param is not found in the argument list of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:275: warning: The following parameters of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false) are not documented:
+  parameter 'aShowError'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:282: warning: argument 'aPreselectedLibId' of command @param is not found in the argument list of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:294: warning: The following parameters of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert) are not documented:
+  parameter 'aPreselectedLibid'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_field.h:151: warning: The following parameters of LIB_FIELD::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_item.h:207: warning: The following parameters of LIB_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_pin.h:114: warning: The following parameters of LIB_PIN::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_pin.h:122: warning: The following parameters of LIB_PIN::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList, SCH_COMPONENT *aComponent) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_polyline.h:82: warning: The following parameters of LIB_POLYLINE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_rectangle.h:65: warning: The following parameters of LIB_RECTANGLE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:390: warning: The following parameters of LIB_TABLE::HasLibrary(const wxString &aNickname, bool aCheckEnabled=false) const are not documented:
+  parameter 'aNickname'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/lib_text.h:73: warning: The following parameters of LIB_TEXT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/common/lib_tree_model_adapter.h:161: warning: The following parameters of LIB_TREE_MODEL_ADAPTER::DoAddLibrary(wxString const &aNodeName, wxString const &aDesc, std::vector< LIB_TREE_ITEM * > const &aItemList, bool presorted) are not documented:
+  parameter 'presorted'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/viewlib_frame.h:47: warning: argument 'aLibrary' of command @param is not found in the argument list of LIB_VIEW_FRAME::LIB_VIEW_FRAME(KIWAY *aKiway, wxWindow *aParent, FRAME_T aFrameType, const wxString &aLibraryName=wxEmptyString)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/viewlib_frame.h:54: warning: The following parameters of LIB_VIEW_FRAME::LIB_VIEW_FRAME(KIWAY *aKiway, wxWindow *aParent, FRAME_T aFrameType, const wxString &aLibraryName=wxEmptyString) are not documented:
+  parameter 'aLibraryName'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:268: warning: argument 'aShowErrorMessage' of command @param is not found in the argument list of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:275: warning: The following parameters of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false) are not documented:
+  parameter 'aShowError'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:282: warning: argument 'aPreselectedLibId' of command @param is not found in the argument list of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:294: warning: The following parameters of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert) are not documented:
+  parameter 'aPreselectedLibid'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/viewlib_frame.h:66: warning: The following parameters of LIB_VIEW_FRAME::ShowModal(wxString *aSymbol, wxWindow *aParent) are not documented:
+  parameter 'aParent'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:82: warning: The following parameters of MARKER_BASE::MARKER_BASE(EDA_UNITS_T aUnits, int aErrorCode, const wxPoint &aMarkerPos, EDA_ITEM *aItem, const wxPoint &aPos, EDA_ITEM *bItem, const wxPoint &bPos, int aScalingFactor) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:259: warning: The following parameters of MARKER_BASE::HitTestMarker(const wxPoint &aHitPosition, int aAccuracy) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:202: warning: The following parameters of MARKER_BASE::SetData(EDA_UNITS_T aUnits, int aErrorCode, const wxPoint &aMarkerPos, EDA_ITEM *aItem, const wxPoint &aPos, EDA_ITEM *bItem=nullptr, const wxPoint &bPos=wxPoint()) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_marker_pcb.h:58: warning: The following parameters of MARKER_PCB::MARKER_PCB(EDA_UNITS_T aUnits, int aErrorCode, const wxPoint &aMarkerPos, BOARD_ITEM *aItem, const wxPoint &aPos, BOARD_ITEM *bItem=nullptr, const wxPoint &bPos=wxPoint()) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_marker_pcb.h:106: warning: The following parameters of MARKER_PCB::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:259: warning: The following parameters of MARKER_BASE::HitTestMarker(const wxPoint &aHitPosition, int aAccuracy) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:202: warning: The following parameters of MARKER_BASE::SetData(EDA_UNITS_T aUnits, int aErrorCode, const wxPoint &aMarkerPos, EDA_ITEM *aItem, const wxPoint &aPos, EDA_ITEM *bItem=nullptr, const wxPoint &bPos=wxPoint()) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:127: warning: @copybrief or @copydoc target 'BOARD_ITEM_CONTAINER::Add()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:127: warning: @copydetails or @copydoc target 'BOARD_ITEM_CONTAINER::Add()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:386: warning: @copybrief or @copydoc target 'EDA_ITEM::GetMsgPanelInfo</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:386: warning: @copydetails or @copydoc target 'EDA_ITEM::GetMsgPanelInfo</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:399: warning: The following parameters of MODULE::HitTestAccurate(const wxPoint &aPosition, int aAccuracy=0) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:130: warning: @copybrief or @copydoc target 'BOARD_ITEM_CONTAINER::Remove()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_module.h:130: warning: @copydetails or @copydoc target 'BOARD_ITEM_CONTAINER::Remove()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/mathplot.h:1647: warning: argument 'name' from the argument list of mpText::mpText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/mathplot.h:1647: warning: argument 'offsetx' from the argument list of mpText::mpText has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/netinfo.h:252: warning: The following parameters of NETINFO_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/netlist_exporters/netlist_exporter.h:168: warning: argument 'aLibTable' of command @param is not found in the argument list of NETLIST_EXPORTER::NETLIST_EXPORTER(NETLIST_OBJECT_LIST *aMasterList)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/netlist_exporters/netlist_exporter_pspice.h:145: warning: @copybrief or @copydoc target 'NETLIST_EXPORTER::Format()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/netlist_exporters/netlist_exporter_pspice.h:145: warning: @copydetails or @copydoc target 'NETLIST_EXPORTER::Format()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/netlist_exporters/netlist_exporter_pspice.h:145: warning: @copybrief or @copydoc target 'NETLIST_EXPORTER::Format()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/netlist_exporters/netlist_exporter_pspice.h:145: warning: @copydetails or @copydoc target 'NETLIST_EXPORTER::Format()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/netlist_exporter_pspice_sim.h:119: warning: The following parameters of NETLIST_EXPORTER_PSPICE_SIM::ParseDCCommand(const wxString &aCmd, SPICE_DC_PARAMS *aSource1, SPICE_DC_PARAMS *aSource2) are not documented:
+  parameter 'aSource1'
+  parameter 'aSource2'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:57: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::Command()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:57: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::Command()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:69: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetImagPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:69: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetImagPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:72: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetMagPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:72: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetMagPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:78: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetNetlist()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:78: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetNetlist()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:75: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetPhasePlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:75: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetPhasePlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:63: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:63: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:66: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetRealPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:66: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetRealPlot()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:60: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::GetXAxis()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:60: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::GetXAxis()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:45: warning: @copybrief or @copydoc target 'SPICE_SIMULATOR::LoadNetlist()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sim/ngspice.h:45: warning: @copydetails or @copydoc target 'SPICE_SIMULATOR::LoadNetlist()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_actions.h:430: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_actions.h:430: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:176: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:176: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:64: warning: argument 'aFileName' of command @param is not found in the argument list of PCB_BASE_EDIT_FRAME::AddLibrary(const wxString &aLibName=wxEmptyString)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:69: warning: The following parameters of PCB_BASE_EDIT_FRAME::AddLibrary(const wxString &aLibName=wxEmptyString) are not documented:
+  parameter 'aLibName'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:306: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::AddModuleToBoard(MODULE *module)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:71: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_EDIT_FRAME::OnEditItemRequest(BOARD_ITEM *aItem)=0
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:179: warning: @copybrief or @copydoc target 'PCB_BASE_FRAME::SetBoard()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:179: warning: @copydetails or @copydoc target 'PCB_BASE_FRAME::SetBoard()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:115: warning: The following parameters of PCB_BASE_FRAME::Update3DView(bool aForceReload, const wxString *aTitle=nullptr) are not documented:
+  parameter 'aForceReload'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:430: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:306: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::AddModuleToBoard(MODULE *module)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:115: warning: The following parameters of PCB_BASE_FRAME::Update3DView(bool aForceReload, const wxString *aTitle=nullptr) are not documented:
+  parameter 'aForceReload'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:108: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetDefaultViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:108: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetDefaultViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:97: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:97: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:72: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetHighContrastLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:72: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetHighContrastLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:81: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_draw_panel_gal.h:81: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:571: warning: @copybrief or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:571: warning: @copydetails or @copydoc target 'EDA_DRAW_FRAME::UseGalCanvas()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:64: warning: argument 'aFileName' of command @param is not found in the argument list of PCB_BASE_EDIT_FRAME::AddLibrary(const wxString &aLibName=wxEmptyString)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_base_edit_frame.h:69: warning: The following parameters of PCB_BASE_EDIT_FRAME::AddLibrary(const wxString &aLibName=wxEmptyString) are not documented:
+  parameter 'aLibName'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:306: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::AddModuleToBoard(MODULE *module)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:731: warning: The following parameters of PCB_EDIT_FRAME::ArchiveModulesOnBoard(bool aStoreInNewLib, const wxString &aLibName=wxEmptyString, wxString *aLibPath=NULL) are not documented:
+  parameter 'aLibPath'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:322: warning: argument 'aDC' of command @param is not found in the argument list of PCB_BASE_FRAME::Compile_Ratsnest(bool aDisplayStatus)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:849: warning: The following parameters of PCB_EDIT_FRAME::Exchange_Module(MODULE *aSrc, MODULE *aDest, BOARD_COMMIT &aCommit, bool deleteExtraTexts=true, bool resetTextLayers=true, bool resetTextEffects=true) are not documented:
+  parameter 'deleteExtraTexts'
+  parameter 'resetTextLayers'
+  parameter 'resetTextEffects'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:704: warning: @copybrief or @copydoc target 'PCB_BASE_EDIT_FRAME::GetModel()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:704: warning: @copydetails or @copydoc target 'PCB_BASE_EDIT_FRAME::GetModel()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:259: warning: argument 'full' of command @param is not found in the argument list of PCB_EDIT_FRAME::importFile(const wxString &aFileName, int aFileType)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:263: warning: The following parameters of PCB_EDIT_FRAME::importFile(const wxString &aFileName, int aFileType) are not documented:
+  parameter 'aFileName'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:855: warning: argument 'aDC' of command @param is not found in the argument list of PCB_EDIT_FRAME::OnEditItemRequest(BOARD_ITEM *aItem)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:296: warning: argument 'aPreslect' of command @param is not found in the argument list of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true)
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:303: warning: The following parameters of PCB_BASE_FRAME::SelectFootprintFromLibTree(LIB_ID aPreselect=LIB_ID(), bool aAllowBroswer=true) are not documented:
+  parameter 'aPreselect'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:701: warning: @copybrief or @copydoc target 'PCB_BASE_FRAME::SetBoard()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:701: warning: @copydetails or @copydoc target 'PCB_BASE_FRAME::SetBoard()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:479: warning: The following parameters of PCB_EDIT_FRAME::SetLastPath(LAST_PATH_TYPE aType, const wxString &aLastPath) are not documented:
+  parameter 'aType'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:707: warning: @copybrief or @copydoc target 'PCB_BASE_FRAME::SetPageSettings()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_edit_frame.h:707: warning: @copydetails or @copydoc target 'PCB_BASE_FRAME::SetPageSettings()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/pcb_base_frame.h:115: warning: The following parameters of PCB_BASE_FRAME::Update3DView(bool aForceReload, const wxString *aTitle=nullptr) are not documented:
+  parameter 'aForceReload'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcbnew_picker_tool.h:56: warning: @copybrief or @copydoc target 'TOOL_INTERACTIVE::Reset()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcbnew_picker_tool.h:56: warning: @copydetails or @copydoc target 'TOOL_INTERACTIVE::Reset()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/tools/pl_actions.h:80: warning: @copybrief or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/tools/pl_actions.h:80: warning: @copydetails or @copydoc target 'COMMON_ACTIONS::TranslateLegacyId()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_draw_panel_gal.h:38: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_draw_panel_gal.h:38: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::GetMsgPanelInfo()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_draw_panel_gal.h:49: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_draw_panel_gal.h:49: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SetTopLayer</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_draw_panel_gal.h:46: warning: @copybrief or @copydoc target 'EDA_DRAW_PANEL_GAL::SwitchBackend</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_draw_panel_gal.h:46: warning: @copydetails or @copydoc target 'EDA_DRAW_PANEL_GAL::SwitchBackend</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pagelayout_editor/pl_editor_frame.h:277: warning: argument 'aIdx' of command @param is not found in the argument list of PL_EDITOR_FRAME::AddPageLayoutItem(int aType)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/profile.h:93: warning: argument 'the' of command @param is not found in the argument list of PROF_COUNTER::Show(std::ostream &aStream=std::cerr)
+/home/imcinerney/Documents/dev/kicad/code/master/include/profile.h:99: warning: The following parameters of PROF_COUNTER::Show(std::ostream &aStream=std::cerr) are not documented:
+  parameter 'aStream'
+/home/imcinerney/Documents/dev/kicad/code/master/include/project.h:325: warning: End of list marker found without any preceding list items
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:188: warning: argument 'aRequestedName' of command @param is not found in the argument list of RESCUE_SYMBOL_LIB_TABLE_CANDIDATE::RESCUE_SYMBOL_LIB_TABLE_CANDIDATE(const LIB_ID &aRequestedId, const LIB_ID &aNewId, LIB_PART *aCacheCandidate, LIB_PART *aLibCandidate)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:188: warning: argument 'aNewName' of command @param is not found in the argument list of RESCUE_SYMBOL_LIB_TABLE_CANDIDATE::RESCUE_SYMBOL_LIB_TABLE_CANDIDATE(const LIB_ID &aRequestedId, const LIB_ID &aNewId, LIB_PART *aCacheCandidate, LIB_PART *aLibCandidate)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:195: warning: The following parameters of RESCUE_SYMBOL_LIB_TABLE_CANDIDATE::RESCUE_SYMBOL_LIB_TABLE_CANDIDATE(const LIB_ID &aRequestedId, const LIB_ID &aNewId, LIB_PART *aCacheCandidate, LIB_PART *aLibCandidate) are not documented:
+  parameter 'aRequestedId'
+  parameter 'aNewId'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:258: warning: The following parameters of RESCUER::InvokeDialog(wxWindow *aParent, bool aAskShowAgain)=0 are not documented:
+  parameter 'aParent'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/indicator_icon.h:129: warning: argument 'aAlt' of command @param is not found in the argument list of ROW_ICON_PROVIDER::ROW_ICON_PROVIDER(int aSize)
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/indicator_icon.h:133: warning: The following parameters of ROW_ICON_PROVIDER::ROW_ICON_PROVIDER(int aSize) are not documented:
+  parameter 'aSize'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/indicator_icon.h:136: warning: @copybrief or @copydoc target 'INDICATOR_ICON::ICON_PROVIDER::GetIndicatorIcon()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/indicator_icon.h:136: warning: @copydetails or @copydoc target 'INDICATOR_ICON::ICON_PROVIDER::GetIndicatorIcon()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/scenegraph.h:76: warning: The following parameters of SCENEGRAPH::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:268: warning: argument 'aShowErrorMessage' of command @param is not found in the argument list of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:275: warning: The following parameters of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false) are not documented:
+  parameter 'aShowError'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:282: warning: argument 'aPreselectedLibId' of command @param is not found in the argument list of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:294: warning: The following parameters of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert) are not documented:
+  parameter 'aPreselectedLibid'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:97: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:97: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:133: warning: The following parameters of SCH_BITMAP::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:97: warning: @copybrief or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bitmap.h:97: warning: @copydetails or @copydoc target 'VIEW_ITEM::ViewGetLayers()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bus_entry.h:115: warning: The following parameters of SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bus_entry.h:115: warning: The following parameters of SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_bus_entry.h:115: warning: The following parameters of SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_component.h:120: warning: argument 'setNewItemFlag' of command @param is not found in the argument list of SCH_COMPONENT::SCH_COMPONENT(LIB_PART &aPart, LIB_ID aLibId, SCH_SHEET_PATH *aSheet, int unit=0, int convert=0, const wxPoint &pos=wxPoint(0, 0))
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_component.h:357: warning: The following parameters of SCH_COMPONENT::GetFieldText(const wxString &aFieldName, SCH_EDIT_FRAME *aFrame) const are not documented:
+  parameter 'aFrame'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_component.h:293: warning: The following parameters of SCH_COMPONENT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:176: warning: Unsupported xml/html tag <layers> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:177: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:178: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:179: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:180: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:181: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:182: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:183: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:184: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:185: warning: Unsupported xml/html tag <layer> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_eagle_plugin.cpp:186: warning: Unsupported xml/html tag </layers> found
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.h:320: warning: The following parameters of SCH_EDIT_FRAME::AddItemToScreenAndUndoList(SCH_ITEM *aItem, bool aUndoAppend=false) are not documented:
+  parameter 'aItem'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.h:828: warning: The following parameters of SCH_EDIT_FRAME::CreateSheetPin(SCH_SHEET *aSheet, SCH_HIERLABEL *aLabel) are not documented:
+  parameter 'aLabel'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.h:310: warning: argument 'cmdline' from the argument list of SCH_EDIT_FRAME::ExecuteRemoteCommand has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:268: warning: argument 'aShowErrorMessage' of command @param is not found in the argument list of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:275: warning: The following parameters of SCH_BASE_FRAME::GetLibAlias(const LIB_ID &aLibId, bool aUseCacheLib=false, bool aShowError=false) are not documented:
+  parameter 'aShowError'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.h:724: warning: argument 'full' of command @param is not found in the argument list of SCH_EDIT_FRAME::importFile(const wxString &aFileName, int aFileType)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.h:728: warning: The following parameters of SCH_EDIT_FRAME::importFile(const wxString &aFileName, int aFileType) are not documented:
+  parameter 'aFileName'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_draw_frame.h:389: warning: The following parameters of EDA_DRAW_FRAME::PrintWorkSheet(wxDC *aDC, BASE_SCREEN *aScreen, int aLineWidth, double aScale, const wxString &aFilename, const wxString &aSheetLayer=wxEmptyString, COLOR4D aColor=COLOR4D::UNSPECIFIED) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_edit_frame.h:971: warning: The following parameters of SCH_EDIT_FRAME::rescueProject(RESCUER &aRescuer, bool aRunningOnDemand) are not documented:
+  parameter 'aRescuer'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:282: warning: argument 'aPreselectedLibId' of command @param is not found in the argument list of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_base_frame.h:294: warning: The following parameters of SCH_BASE_FRAME::SelectComponentFromLibBrowser(wxTopLevelWindow *aParent, const SCHLIB_FILTER *aFilter, const LIB_ID &aPreselectedLibid, int aUnit, int aConvert) are not documented:
+  parameter 'aPreselectedLibid'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_text.h:203: warning: The following parameters of SCH_TEXT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_text.h:203: warning: The following parameters of SCH_TEXT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:94: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:65: warning: argument 'aFileType' of command @param is not found in the argument list of SCH_IO_MGR::DEFINE_ENUM_VECTOR(SCH_FILE_T, { SCH_LEGACY, SCH_EAGLE, })
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:72: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:94: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:101: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:116: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_io_mgr.h:142: warning: explicit link request to 'SCH_FILE_T' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_text.h:203: warning: The following parameters of SCH_TEXT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_line.h:207: warning: The following parameters of SCH_LINE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_marker.h:84: warning: The following parameters of SCH_MARKER::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:259: warning: The following parameters of MARKER_BASE::HitTestMarker(const wxPoint &aHitPosition, int aAccuracy) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_marker.h:75: warning: argument 'aAuxData' of command @param is not found in the argument list of SCH_MARKER::Matches(wxFindReplaceData &aSearchData, void *aAuxDat)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_marker.h:75: warning: argument 'aFindLocation' of command @param is not found in the argument list of SCH_MARKER::Matches(wxFindReplaceData &aSearchData, void *aAuxDat)
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_marker.h:82: warning: The following parameters of SCH_MARKER::Matches(wxFindReplaceData &aSearchData, void *aAuxDat) are not documented:
+  parameter 'aAuxDat'
+/home/imcinerney/Documents/dev/kicad/code/master/include/marker_base.h:202: warning: The following parameters of MARKER_BASE::SetData(EDA_UNITS_T aUnits, int aErrorCode, const wxPoint &aMarkerPos, EDA_ITEM *aItem, const wxPoint &aPos, EDA_ITEM *bItem=nullptr, const wxPoint &bPos=wxPoint()) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_sheet.h:307: warning: The following parameters of SCH_SHEET::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_text.h:203: warning: The following parameters of SCH_TEXT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/sch_text.h:203: warning: The following parameters of SCH_TEXT::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/profile.h:175: warning: Unsupported xml/html tag <DURATION> found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/selection_tool.h:207: warning: The following parameters of SELECTION_TOOL::doSelectionMenu(GENERAL_COLLECTOR *aItems, const wxString &aTitle) are not documented:
+  parameter 'aItems'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/selection_tool.h:97: warning: The following parameters of SELECTION_TOOL::RequestSelection(CLIENT_SELECTION_FILTER aClientFilter, std::vector< BOARD_ITEM * > *aFiltered=nullptr, bool aConfirmLockedItems=false) are not documented:
+  parameter 'aClientFilter'
+  parameter 'aConfirmLockedItems'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_appearance.h:51: warning: The following parameters of SGAPPEARANCE::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_colors.h:47: warning: The following parameters of SGCOLORS::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_index.h:52: warning: The following parameters of SGINDEX::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_coords.h:49: warning: The following parameters of SGCOORDS::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_faceset.h:72: warning: The following parameters of SGFACESET::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_index.h:52: warning: The following parameters of SGINDEX::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_node.h:161: warning: The following parameters of SGNODE::SetParent(SGNODE *aParent, bool notify=true)=0 are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_normals.h:47: warning: The following parameters of SGNORMALS::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/3d-viewer/3d_cache/sg/sg_shape.h:61: warning: The following parameters of SGSHAPE::SetParent(SGNODE *aParent, bool notify=true) are not documented:
+  parameter 'notify'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/shape_index.h:270: warning: The following parameters of SHAPE_INDEX::Query(const SHAPE *aShape, int aMinDistance, V &aVisitor, bool aExact) are not documented:
+  parameter 'aExact'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/shape_line_chain.h:351: warning: The following parameters of SHAPE_LINE_CHAIN::Distance(const VECTOR2I &aP, bool aOutlineOnly=false) const are not documented:
+  parameter 'aOutlineOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/shape_line_chain.h:593: warning: The following parameters of SHAPE_LINE_CHAIN::EdgeContainingPoint(const VECTOR2I &aP, int aAccuracy=0) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/shape_line_chain.h:575: warning: The following parameters of SHAPE_LINE_CHAIN::PointInside(const VECTOR2I &aPt, int aAccuracy=0, bool aUseBBoxCache=false) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/shape_line_chain.h:584: warning: The following parameters of SHAPE_LINE_CHAIN::PointOnEdge(const VECTOR2I &aP, int aAccuracy=0) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/include/geometry/shape_poly_set.h:1035: warning: The following parameters of SHAPE_POLY_SET::Contains(const VECTOR2I &aP, int aSubpolyIndex=-1, int aAccuracy=0, bool aUseBBoxCaches=false) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/eda_base_frame.h:300: warning: argument 'aParent' of command @param is not found in the argument list of EDA_BASE_FRAME::InstallPreferences(PAGED_DIALOG *, PANEL_HOTKEYS_EDITOR *)
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:390: warning: The following parameters of LIB_TABLE::HasLibrary(const wxString &aNickname, bool aCheckEnabled=false) const are not documented:
+  parameter 'aNickname'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:390: warning: The following parameters of LIB_TABLE::HasLibrary(const wxString &aNickname, bool aCheckEnabled=false) const are not documented:
+  parameter 'aNickname'
+/home/imcinerney/Documents/dev/kicad/code/master/include/lib_table_base.h:273: warning: explicit link request to 'LIB_TABLE_LEXER' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:280: warning: explicit link request to 'SCH_PROJECT' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/eeschema/project_rescue.h:344: warning: The following parameters of SYMBOL_LIB_TABLE_RESCUER::InvokeDialog(wxWindow *aParent, bool aAskShowAgain) are not documented:
+  parameter 'aParent'
+/home/imcinerney/Documents/dev/kicad/code/master/common/lib_tree_model_adapter.h:161: warning: The following parameters of LIB_TREE_MODEL_ADAPTER::DoAddLibrary(wxString const &aNodeName, wxString const &aDesc, std::vector< LIB_TREE_ITEM * > const &aItemList, bool presorted) are not documented:
+  parameter 'presorted'
+/home/imcinerney/Documents/dev/kicad/code/master/common/lib_tree_model_adapter.h:161: warning: The following parameters of LIB_TREE_MODEL_ADAPTER::DoAddLibrary(wxString const &aNodeName, wxString const &aDesc, std::vector< LIB_TREE_ITEM * > const &aItemList, bool presorted) are not documented:
+  parameter 'presorted'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_text_mod.h:193: warning: The following parameters of TEXTE_MODULE::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pcb_text.h:91: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pcb_text.h:91: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pcb_text.h:84: warning: The following parameters of TEXTE_PCB::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_pcb_text.h:91: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/tool_manager.h:152: warning: @copybrief or @copydoc target 'ACTION_MANAGER::GetHotKey()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/tool_manager.h:152: warning: @copydetails or @copydoc target 'ACTION_MANAGER::GetHotKey()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_track.h:187: warning: The following parameters of TRACK::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_track.h:257: warning: The following parameters of TRACK::GetMsgPanelInfoBase(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copybrief or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copydetails or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tracks_cleaner.h:49: warning: The following parameters of TRACKS_CLEANER::CleanupBoard(bool aDryRun, DRC_LIST *aItemsList, bool aCleanVias, bool aRemoveMisConnected, bool aMergeSegments, bool aDeleteUnconnected, bool aDeleteTracksinPad) are not documented:
+  parameter 'aDryRun'
+  parameter 'aItemsList'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/unit_binder.h:105: warning: The following parameters of UNIT_BINDER::Validate(int aMin, int aMax, bool setFocusOnError=true) are not documented:
+  parameter 'setFocusOnError'
+/home/imcinerney/Documents/dev/kicad/code/master/include/math/vector2d.h:176: warning: argument 'aAngle' from the argument list of VECTOR2::Rotate has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_track.h:187: warning: The following parameters of TRACK::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_track.h:386: warning: The following parameters of VIA::GetMsgPanelInfoBase(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copybrief or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copydetails or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/widget_hotkey_list.h:149: warning: argument 'aHotkeys' of command @param is not found in the argument list of WIDGET_HOTKEY_LIST::WIDGET_HOTKEY_LIST(wxWindow *aParent, HOTKEY_STORE &aHotkeyStore, bool aReadOnly)
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/widget_hotkey_list.h:155: warning: The following parameters of WIDGET_HOTKEY_LIST::WIDGET_HOTKEY_LIST(wxWindow *aParent, HOTKEY_STORE &aHotkeyStore, bool aReadOnly) are not documented:
+  parameter 'aHotkeyStore'
+  parameter 'aReadOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/widget_hotkey_list.h:129: warning: argument 'aActionName' of command @param is not found in the argument list of WIDGET_HOTKEY_LIST::ResolveKeyConflicts(TOOL_ACTION *aAction, long aKey)
+/home/imcinerney/Documents/dev/kicad/code/master/include/widgets/widget_hotkey_list.h:144: warning: The following parameters of WIDGET_HOTKEY_LIST::ResolveKeyConflicts(TOOL_ACTION *aAction, long aKey) are not documented:
+  parameter 'aAction'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ws_data_model.h:81: warning: argument 'aLayout' from the argument list of WS_DATA_MODEL::SetAltInstance has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ws_draw_item.h:499: warning: argument 'aColor' of command @param is not found in the argument list of WS_DRAW_ITEM_LIST::BuildWorkSheetGraphicList(const PAGE_INFO &aPageInfo, const TITLE_BLOCK &aTitleBlock)
+/home/imcinerney/Documents/dev/kicad/code/master/include/ws_draw_item.h:499: warning: argument 'aAltColor' of command @param is not found in the argument list of WS_DRAW_ITEM_LIST::BuildWorkSheetGraphicList(const PAGE_INFO &aPageInfo, const TITLE_BLOCK &aTitleBlock)
+/home/imcinerney/Documents/dev/kicad/code/master/include/ws_draw_item.h:495: warning: The following parameters of WS_DRAW_ITEM_LIST::Print(wxDC *aDC, COLOR4D aColor) are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/common/widgets/wx_grid.h:40: warning: argument 'height' of command @param is not found in the argument list of WX_GRID::SetColLabelSize(int aHeight)
+/home/imcinerney/Documents/dev/kicad/code/master/common/widgets/wx_grid.h:44: warning: The following parameters of WX_GRID::SetColLabelSize(int aHeight) are not documented:
+  parameter 'aHeight'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:354: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:354: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:578: warning: The following parameters of ZONE_CONTAINER::BuildSmoothedPoly(SHAPE_POLY_SET &aSmoothedPoly, std::set< VECTOR2I > *aPreserveCorners) const are not documented:
+  parameter 'aSmoothedPoly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:399: warning: The following parameters of ZONE_CONTAINER::Flip(const wxPoint &aCentre, bool aFlipLeftRight) are not documented:
+  parameter 'aFlipLeftRight'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:96: warning: The following parameters of ZONE_CONTAINER::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:248: warning: The following parameters of ZONE_CONTAINER::HitTest(const wxPoint &aPosition, int aAccuracy=0) const are not documented:
+  parameter 'aAccuracy'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:354: warning: @copybrief or @copydoc target 'BOARD_ITEM::HitTest(const EDA_RECT& aRect,' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copybrief or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/board_connected_item.h:71: warning: @copydetails or @copydoc target 'BOARD_ITEM::IsConnected()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:103: warning: argument 'aDrawMode' of command @param is not found in the argument list of ZONE_CONTAINER::Print(PCB_BASE_FRAME *aFrame, wxDC *DC, const wxPoint &offset=ZeroOffset)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/class_zone.h:112: warning: argument 'aDrawMode' of command @param is not found in the argument list of ZONE_CONTAINER::PrintFilledArea(PCB_BASE_FRAME *aFrame, wxDC *DC, const wxPoint &offset=ZeroOffset)
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zone_filler.cpp:669: warning: argument 'aPcb' of command @param is not found in the argument list of ZONE_FILLER::computeRawFilledArea(const ZONE_CONTAINER *aZone, const SHAPE_POLY_SET &aSmoothedOutline, std::set< VECTOR2I > *aPreserveCorners, SHAPE_POLY_SET &aRawPolys, SHAPE_POLY_SET &aFinalPolys)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zone_filler.h:69: warning: The following parameters of ZONE_FILLER::computeRawFilledArea(const ZONE_CONTAINER *aZone, const SHAPE_POLY_SET &aSmoothedOutline, std::set< VECTOR2I > *aPreserveCorners, SHAPE_POLY_SET &aRawPolys, SHAPE_POLY_SET &aFinalPolys) are not documented:
+  parameter 'aZone'
+  parameter 'aSmoothedOutline'
+  parameter 'aPreserveCorners'
+  parameter 'aRawPolys'
+  parameter 'aFinalPolys'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/zone_settings.h:121: warning: The following parameters of ZONE_SETTINGS::SetupLayersList(wxDataViewListCtrl *aList, PCB_BASE_FRAME *aFrame, bool aShowCopper) are not documented:
+  parameter 'aList'
+  parameter 'aFrame'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/action_menu.h:90: warning: The following parameters of ACTION_MENU::Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false) are not documented:
+  parameter 'aIsCheckmarkEntry'
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/zoom_tool.h:40: warning: @copybrief or @copydoc target 'TOOL_BASE::setTransitions()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/zoom_tool.h:40: warning: @copybrief or @copydoc target 'TOOL_BASE::setTransitions()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/zoom_tool.h:40: warning: @copybrief or @copydoc target 'TOOL_BASE::setTransitions()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/tool/zoom_tool.h:40: warning: @copydetails or @copydoc target 'TOOL_BASE::setTransitions()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/halfedge/hetriang.h:337: warning: image file reverse_splitTriangle.gif is not found in IMAGE_PATH: assuming external image.
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/halfedge/hetriang.h:322: warning: image file splitTriangle.gif is not found in IMAGE_PATH: assuming external image.
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/halfedge/hetriang.h:330: warning: The following parameters of hed::TRIANGULATION::splitTriangle(DART &aDart, const NODE_PTR &aPoint) are not documented:
+  parameter 'aPoint'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/halfedge/hetriang.h:302: warning: image file swapEdge.gif is not found in IMAGE_PATH: assuming external image.
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/halfedge/hetraits.h:58: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:61: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::Allocate()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:61: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::Allocate()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:64: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::Delete()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:64: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::Delete()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:55: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::SetItem()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:55: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::SetItem()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:61: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::Allocate()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:61: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::Allocate()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:64: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::Delete()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:64: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::Delete()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:55: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::SetItem()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:55: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::SetItem()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:61: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::Allocate()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:61: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::Allocate()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:64: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::Delete()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:64: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::Delete()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:55: warning: @copybrief or @copydoc target 'VERTEX_CONTAINER::SetItem()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/cached_container.h:55: warning: @copydetails or @copydoc target 'VERTEX_CONTAINER::SetItem()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:443: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:443: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:446: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:446: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:366: warning: The following parameters of KIGFX::CAIRO_GAL::CAIRO_GAL(GAL_DISPLAY_OPTIONS &aDisplayOptions, wxWindow *aParent, wxEvtHandler *aMouseListener=NULL, wxEvtHandler *aPaintListener=NULL, const wxString &aName=wxT("CairoCanvas")) are not documented:
+  parameter 'aDisplayOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:443: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:443: warning: @copydetails or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:129: warning: argument 'aColor' of command @param is not found in the argument list of KIGFX::CAIRO_GAL_BASE::ClearScreen()
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:446: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:446: warning: @copydetails or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:373: warning: @copybrief or @copydoc target 'GAL::IsVisible()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:373: warning: @copydetails or @copydoc target 'GAL::IsVisible()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copydetails or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:129: warning: argument 'aColor' of command @param is not found in the argument list of KIGFX::CAIRO_GAL_BASE::ClearScreen()
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copydetails or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:240: warning: @copydetails or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:129: warning: argument 'aColor' of command @param is not found in the argument list of KIGFX::CAIRO_GAL_BASE::ClearScreen()
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/cairo/cairo_gal.h:243: warning: @copydetails or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:231: warning: The following parameters of KIGFX::COLOR4D::Mix(const COLOR4D &aColor, double aFactor) const are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:121: warning: argument 'aOutLightness' of command @param is not found in the argument list of KIGFX::COLOR4D::ToHSL(double &aOutHue, double &aOutSaturation, double &aOutValue) const
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:128: warning: The following parameters of KIGFX::COLOR4D::ToHSL(double &aOutHue, double &aOutSaturation, double &aOutValue) const are not documented:
+  parameter 'aOutValue'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/graphics_abstraction_layer.h:221: warning: argument 'aColor' of command @param is not found in the argument list of KIGFX::GAL::ClearScreen()
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/gal_display_options.h:93: warning: argument 'aCfg' of command @param is not found in the argument list of KIGFX::GAL_DISPLAY_OPTIONS::ReadConfig(wxConfigBase &aCommonConfig, wxConfigBase &aAppCondfig, const wxString &aBaseCfgName, wxWindow *aWindow)
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/gal_display_options.h:93: warning: argument 'aBaseName' of command @param is not found in the argument list of KIGFX::GAL_DISPLAY_OPTIONS::ReadConfig(wxConfigBase &aCommonConfig, wxConfigBase &aAppCondfig, const wxString &aBaseCfgName, wxWindow *aWindow)
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/gal_display_options.h:100: warning: The following parameters of KIGFX::GAL_DISPLAY_OPTIONS::ReadConfig(wxConfigBase &aCommonConfig, wxConfigBase &aAppCondfig, const wxString &aBaseCfgName, wxWindow *aWindow) are not documented:
+  parameter 'aAppCondfig'
+  parameter 'aBaseCfgName'
+/home/imcinerney/Documents/dev/kicad/code/master/include/painter.h:141: warning: The following parameters of KIGFX::RENDER_SETTINGS::SetHighlight(bool aEnabled, int aNetcode=-1, bool aHighlightItems=false) are not documented:
+  parameter 'aHighlightItems'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/gpu_manager.h:118: warning: @copybrief or @copydoc target 'GPU_MANAGER::DrawIndices()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/gpu_manager.h:118: warning: @copydetails or @copydoc target 'GPU_MANAGER::DrawIndices()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/gpu_manager.h:165: warning: @copybrief or @copydoc target 'GPU_MANAGER::DrawIndices()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/gpu_manager.h:165: warning: @copydetails or @copydoc target 'GPU_MANAGER::DrawIndices()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:336: warning: @copybrief or @copydoc target 'GAL::BeginUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:336: warning: @copybrief or @copydoc target 'GAL::BeginUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:339: warning: @copybrief or @copydoc target 'GAL::EndUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:339: warning: @copybrief or @copydoc target 'GAL::EndUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:342: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:342: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:348: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:348: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:83: warning: The following parameters of KIGFX::OPENGL_GAL::OPENGL_GAL(GAL_DISPLAY_OPTIONS &aDisplayOptions, wxWindow *aParent, wxEvtHandler *aMouseListener=nullptr, wxEvtHandler *aPaintListener=nullptr, const wxString &aName=wxT("GLCanvas")) are not documented:
+  parameter 'aDisplayOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:342: warning: @copybrief or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:342: warning: @copydetails or @copydoc target 'GAL::BeginDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:336: warning: @copybrief or @copydoc target 'GAL::BeginUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:336: warning: @copydetails or @copydoc target 'GAL::BeginUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:167: warning: argument 'aColor' of command @param is not found in the argument list of KIGFX::OPENGL_GAL::ClearScreen()
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:348: warning: @copybrief or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:345: warning: @copydetails or @copydoc target 'GAL::EndDrawing()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:339: warning: @copybrief or @copydoc target 'GAL::EndUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:339: warning: @copydetails or @copydoc target 'GAL::EndUpdate()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:99: warning: @copybrief or @copydoc target 'GAL::IsVisible()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/opengl/opengl_gal.h:99: warning: @copydetails or @copydoc target 'GAL::IsVisible()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_painter.h:101: warning: The following parameters of KIGFX::PCB_RENDER_SETTINGS::LoadDisplayOptions(const PCB_DISPLAY_OPTIONS *aOptions, bool aShowPageLimits) are not documented:
+  parameter 'aShowPageLimits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/painter.h:141: warning: The following parameters of KIGFX::RENDER_SETTINGS::SetHighlight(bool aEnabled, int aNetcode=-1, bool aHighlightItems=false) are not documented:
+  parameter 'aHighlightItems'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/pcb_view.h:51: warning: argument 'aUpdateFlags' of command @param is not found in the argument list of KIGFX::PCB_VIEW::Update(KIGFX::VIEW_ITEM *aItem)
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/painter.h:141: warning: The following parameters of KIGFX::RENDER_SETTINGS::SetHighlight(bool aEnabled, int aNetcode=-1, bool aHighlightItems=false) are not documented:
+  parameter 'aHighlightItems'
+/home/imcinerney/Documents/dev/kicad/code/master/include/painter.h:141: warning: The following parameters of KIGFX::RENDER_SETTINGS::SetHighlight(bool aEnabled, int aNetcode=-1, bool aHighlightItems=false) are not documented:
+  parameter 'aHighlightItems'
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/view_controls.h:251: warning: The following parameters of KIGFX::VIEW_CONTROLS::SetCursorPosition(const VECTOR2D &aPosition, bool aWarpView=true, bool aTriggeredByArrows=false)=0 are not documented:
+  parameter 'aTriggeredByArrows'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/painter.h:141: warning: The following parameters of KIGFX::RENDER_SETTINGS::SetHighlight(bool aEnabled, int aNetcode=-1, bool aHighlightItems=false) are not documented:
+  parameter 'aHighlightItems'
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copybrief or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copybrief or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:88: warning: The following parameters of KIGFX::WX_VIEW_CONTROLS::SetCursorPosition(const VECTOR2D &aPosition, bool aWarpView, bool aTriggeredByArrows) are not documented:
+  parameter 'aTriggeredByArrows'
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copybrief or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copybrief or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/view/wx_view_controls.h:93: warning: @copydetails or @copydoc target 'VIEW_CONTROLS::CursorWarp()' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/preview_utils.h:62: warning: argument 'aGal' of command @param is not found in the argument list of KIGFX::PREVIEW::DrawTextNextToCursor(KIGFX::VIEW *aView, const VECTOR2D &aCursorPos, const VECTOR2D &aTextQuadrant, const std::vector< wxString > &aStrings)
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/preview_utils.h:71: warning: The following parameters of KIGFX::PREVIEW::DrawTextNextToCursor(KIGFX::VIEW *aView, const VECTOR2D &aCursorPos, const VECTOR2D &aTextQuadrant, const std::vector< wxString > &aStrings) are not documented:
+  parameter 'aView'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/ruler_item.h:50: warning: @copybrief or @copydoc target 'EDA_ITEM::ViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/ruler_item.h:50: warning: @copydetails or @copydoc target 'EDA_ITEM::ViewBBox()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/ruler_item.h:56: warning: @copybrief or @copydoc target 'EDA_ITEM::ViewDraw();</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/ruler_item.h:56: warning: @copydetails or @copydoc target 'EDA_ITEM::ViewDraw();</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/ruler_item.h:53: warning: @copybrief or @copydoc target 'EDA_ITEM::ViewGetLayers()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/preview_items/ruler_item.h:53: warning: @copydetails or @copydoc target 'EDA_ITEM::ViewGetLayers()</blockquote>' not found
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_struct.h:327: warning: The following parameters of EDA_ITEM::GetMsgPanelInfo(EDA_UNITS_T aUnits, std::vector< MSG_PANEL_ITEM > &aList) are not documented:
+  parameter 'aUnits'
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_units.h:175: warning: argument 'aUnits' of command @param is not found in the argument list of numEval::GetAbbreviatedUnitsLabel(EDA_UNITS_T aUnit, bool aUseMils=false)
+/home/imcinerney/Documents/dev/kicad/code/master/include/base_units.h:179: warning: The following parameters of numEval::GetAbbreviatedUnitsLabel(EDA_UNITS_T aUnit, bool aUseMils=false) are not documented:
+  parameter 'aUnit'
+  parameter 'aUseMils'
+/home/imcinerney/Documents/dev/kicad/code/master/include/math/vector2d.h:176: warning: argument 'aAngle' from the argument list of numEval::VECTOR2::Rotate has muliple @param documentation sections
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:231: warning: The following parameters of numEval::KIGFX::COLOR4D::Mix(const COLOR4D &aColor, double aFactor) const are not documented:
+  parameter 'aColor'
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:121: warning: argument 'aOutLightness' of command @param is not found in the argument list of numEval::KIGFX::COLOR4D::ToHSL(double &aOutHue, double &aOutSaturation, double &aOutValue) const
+/home/imcinerney/Documents/dev/kicad/code/master/include/gal/color4d.h:128: warning: The following parameters of numEval::KIGFX::COLOR4D::ToHSL(double &aOutHue, double &aOutSaturation, double &aOutValue) const are not documented:
+  parameter 'aOutValue'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_node.h:339: warning: The following parameters of PNS::NODE::AssembleLine(SEGMENT *aSeg, int *aOriginSegmentIndex=NULL, bool aStopAtLockedJoints=false) are not documented:
+  parameter 'aStopAtLockedJoints'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_node.h:258: warning: The following parameters of PNS::NODE::CheckColliding(const ITEM *aItemA, const ITEM *aItemB, int aKindMask=ITEM::ANY_T, int aForceClearance=-1) are not documented:
+  parameter 'aForceClearance'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_node.h:218: warning: The following parameters of PNS::NODE::NearestObstacle(const LINE *aItem, int aKindMask=ITEM::ANY_T, const std::set< ITEM * > *aRestrictedSet=NULL) are not documented:
+  parameter 'aRestrictedSet'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_node.h:198: warning: The following parameters of PNS::NODE::QueryColliding(const ITEM *aItem, NODE::OBSTACLES &aObstacles, int aKindMask=ITEM::ANY_T, int aLimitCount=-1, bool aDifferentNetsOnly=true, int aForceClearance=-1) are not documented:
+  parameter 'aDifferentNetsOnly'
+  parameter 'aForceClearance'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:117: warning: argument 'aItemCreator' of command @param is not found in the argument list of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT)
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/tools/pcb_tool_base.h:129: warning: The following parameters of PCB_TOOL_BASE::doInteractiveItemPlacement(const std::string &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) are not documented:
+  parameter 'aTool'
+  parameter 'aPlacer'
+  parameter 'aOptions'
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/router/pns_item.h:204: warning: The following parameters of PNS::ITEM::Collide(const ITEM *aOther, int aClearance, bool aNeedMTV, VECTOR2I *aMTV, const NODE *aParentNode, bool aDifferentNetsOnly=true) const are not documented:
+  parameter 'aParentNode'
+  parameter 'aDifferentNetsOnly'
+/home/imcinerney/Documents/dev/kicad/code/master/include/plugins/3dapi/ifsg_api.h:83: warning: The following parameters of S3D::ReadCache(const char *aFileName, void *aPluginMgr, bool(*aTagCheck)(const char *, void *)) are not documented:
+  parameter 'aPluginMgr'
+  parameter 'aTagCheck'
+/home/imcinerney/Documents/dev/kicad/code/master/include/plugins/3dapi/ifsg_api.h:71: warning: The following parameters of S3D::WriteCache(const char *aFileName, bool overwrite, SGNODE *aNode, const char *aPluginInfo) are not documented:
+  parameter 'aPluginInfo'
+/home/imcinerney/Documents/dev/kicad/code/master/include/plugins/3dapi/ifsg_api.h:96: warning: The following parameters of S3D::WriteVRML(const char *filename, bool overwrite, SGNODE *aTopNode, bool reuse, bool renameNodes) are not documented:
+  parameter 'renameNodes'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:81: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:87: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:95: warning: unable to resolve reference to `hed::TTLtraits::swapEdge' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:99: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:108: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:174: warning: The following parameters of ttl::TRIANGULATION_HELPER::Get0OrbitBoundary(const DART_TYPE &aDart, DART_LIST_TYPE &aOrbit) are not documented:
+  parameter 'aOrbit'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:279: warning: unable to resolve reference to `hed::TTLtraits::splitTriangle' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:153: warning: The following parameters of ttl::TRIANGULATION_HELPER::InTriangle(const POINT_TYPE &aPoint, const DART_TYPE &aDart) are not documented:
+  parameter 'aPoint'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:1393: warning: unable to resolve reference to `hed::TTLtraits::swapEdge' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:1599: warning: unable to resolve reference to `hed::TTLtraits::swapEdge' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:426: warning: unable to resolve reference to `hed::TTLtraits::removeBoundaryTriangle' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:488: warning: unable to resolve reference to `hed::TTLtraits::reverse_splitTriangle' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:1723: warning: unable to resolve reference to `hed::TTLtraits::swapEdge' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:1659: warning: unable to resolve reference to `hed::TTLtraits::swapEdge' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:186: warning: The following parameters of ttl::TRIANGULATION_HELPER::SwappableEdge(const DART_TYPE &aDart, bool aAllowDegeneracy=false) are not documented:
+  parameter 'aDart'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl.h:203: warning: The following parameters of ttl::TRIANGULATION_HELPER::SwapTestDelaunay(const DART_TYPE &aDart, bool aCyclingCheck=false) const are not documented:
+  parameter 'aDart'
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl_util.h:62: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/include/ttl/ttl_util.h:70: warning: unable to resolve reference to `api' for \ref command
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_provider.h:37: warning: explicit link request to 'PCB_MARKERs' could not be resolved
+/home/imcinerney/Documents/dev/kicad/code/master/pcbnew/drc/drc_provider.h:37: warning: explicit link request to 'PCB_MARKERs' could not be resolved
+make[4]: xcode-select: Command not found
+/bin/sh: /usr/bin/docsetutil: No such file or directory
+make[4]: *** [Makefile:16: docset] Error 127
+Finished building documentation set
diff --git a/common/colors_design_settings.cpp b/common/colors_design_settings.cpp
index 67c764890..dae50497c 100644
--- a/common/colors_design_settings.cpp
+++ b/common/colors_design_settings.cpp
@@ -70,28 +70,35 @@ static const EDA_COLOR_T default_layer_color[] = {
 
 // for color order, see enum GAL_LAYER_ID
 static const EDA_COLOR_T default_items_color[] = {
-    LIGHTGRAY, // unused
-    CYAN,      // LAYER_VIA_MICROVIA
-    BROWN,     // LAYER_VIA_BBLIND
-    LIGHTGRAY, // LAYER_VIA_THROUGH
-    YELLOW,    // LAYER_NON_PLATED
-    LIGHTGRAY, // LAYER_MOD_TEXT_FR
-    BLUE,      // LAYER_MOD_TEXT_BK
-    DARKGRAY,  // LAYER_MOD_TEXT_INVISIBLE
-    BLUE,      // LAYER_ANCHOR
-    RED,       // LAYER_PAD_FR
-    GREEN,     // LAYER_PAD_BK
-    LIGHTGRAY, // LAYER_RATSNEST
-    DARKGRAY,  // LAYER_GRID
-    LIGHTRED,  // LAYER_GRID_AXES
-    BLUE,      // LAYER_NO_CONNECTS
-    LIGHTGRAY, LIGHTGRAY,   // LAYER_MOD_FR, LAYER_MOD_BK
-    LIGHTGRAY, LIGHTGRAY,   // LAYER_MOD_VALUES, LAYER_MOD_REFERENCES
-    LIGHTGRAY, // LAYER_TRACKS
-    YELLOW,    // LAYER_PADS
-    LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, LIGHTGRAY,
-    LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, LIGHTGRAY,
-    LIGHTGRAY, LIGHTGRAY, LIGHTGRAY
+    LIGHTGRAY,            // unused (LAYER_VIAS = GAL_LAYER_ID_START)
+    CYAN,                 // LAYER_VIA_MICROVIA
+    BROWN,                // LAYER_VIA_BBLIND
+    LIGHTGRAY,            // LAYER_VIA_THROUGH
+    YELLOW,               // LAYER_NON_PLATED
+    LIGHTGRAY,            // LAYER_MOD_TEXT_FR
+    BLUE,                 // LAYER_MOD_TEXT_BK
+    DARKGRAY,             // LAYER_MOD_TEXT_INVISIBLE
+    BLUE,                 // LAYER_ANCHOR
+    RED,                  // LAYER_PAD_FR
+    GREEN,                // LAYER_PAD_BK
+    LIGHTGRAY,            // LAYER_RATSNEST
+    DARKGRAY,             // LAYER_GRID
+    LIGHTRED,             // LAYER_GRID_AXES
+    BLUE,                 // LAYER_NO_CONNECTS
+    LIGHTGRAY, LIGHTGRAY, // LAYER_MOD_FR, LAYER_MOD_BK
+    LIGHTGRAY, LIGHTGRAY, // LAYER_MOD_VALUES, LAYER_MOD_REFERENCES
+    LIGHTGRAY,            // LAYER_TRACKS
+    YELLOW, LIGHTGRAY,    // LAYER_PADS, LAYER_PADS_PLATEDHOLES
+    LIGHTGRAY,            // LAYER_VIAS_HOLES
+    LIGHTGRAY,            // LAYER_DRC
+    DARKRED,              // LAYER_WORKSHEET
+    LIGHTGRAY,            // LAYER_GP_OVERLAY
+    LIGHTGRAY,            // LAYER_SELECT_OVERLAY
+    BLACK,                // LAYER_PCB_BACKGROUND
+    WHITE,                // LAYER_CURSOR
+    WHITE,                // LAYER_AUX_ITEMS
+    LIGHTGRAY,            // LAYER_DRAW_BITMAPS
+    LIGHTGRAY             // unused (GAL_LAYER_ID_BITMASK_END)
 };
 
 
@@ -112,16 +119,19 @@ COLORS_DESIGN_SETTINGS::COLORS_DESIGN_SETTINGS( FRAME_T aFrameType )
         m_LayersColors[dst] = COLOR4D( default_items_color[src] );
     }
 
-    m_LayersColors[ LAYER_PCB_BACKGROUND ] = BLACK;
-    m_LayersColors[ LAYER_CURSOR ] = WHITE;
-    m_LayersColors[ LAYER_AUX_ITEMS ] = WHITE;
-    m_LayersColors[ LAYER_WORKSHEET ] = DARKRED;
-    m_LayersColors[ LAYER_GRID ] = DARKGRAY;
-
     setupConfigParams();
 }
 
 
+COLOR4D COLORS_DESIGN_SETTINGS::GetDefaultLayerColor( LAYER_NUM aLayer )
+{
+    if( (unsigned) aLayer < arrayDim( default_layer_color ) )
+        return COLOR4D( default_layer_color[aLayer] );
+
+    return COLOR4D::UNSPECIFIED;
+}
+
+
 COLOR4D COLORS_DESIGN_SETTINGS::GetLayerColor( LAYER_NUM aLayer ) const
 {
     if( (unsigned) aLayer < arrayDim( m_LayersColors ) )
@@ -138,6 +148,16 @@ void COLORS_DESIGN_SETTINGS::SetLayerColor( LAYER_NUM aLayer, COLOR4D aColor )
 }
 
 
+COLOR4D COLORS_DESIGN_SETTINGS::GetDefaultItemColor( int aItemIdx )
+{
+    unsigned int idx = (unsigned) aItemIdx - LAYER_VIAS;
+    if( idx < arrayDim( default_items_color ) )
+        return COLOR4D( default_items_color[idx] );
+
+    return COLOR4D::UNSPECIFIED;
+}
+
+
 COLOR4D COLORS_DESIGN_SETTINGS::GetItemColor( int aItemIdx ) const
 {
     if( (unsigned) aItemIdx < arrayDim( m_LayersColors ) )
diff --git a/common/dialogs/dialog_color_picker.cpp b/common/dialogs/dialog_color_picker.cpp
index dfabbfac0..b331e6ea0 100644
--- a/common/dialogs/dialog_color_picker.cpp
+++ b/common/dialogs/dialog_color_picker.cpp
@@ -24,7 +24,8 @@
 #define ALPHA_MAX 100   // the max value returned by the alpha (opacity) slider
 
 DIALOG_COLOR_PICKER::DIALOG_COLOR_PICKER( wxWindow* aParent, KIGFX::COLOR4D& aCurrentColor,
-                                          bool aAllowOpacityControl, CUSTOM_COLORS_LIST* aUserColors )
+                                          bool aAllowOpacityControl, CUSTOM_COLORS_LIST* aUserColors,
+                                          const KIGFX::COLOR4D& aDefaultColor )
 	: DIALOG_COLOR_PICKER_BASE( aParent )
 {
     m_allowMouseEvents = false;
@@ -36,6 +37,7 @@ DIALOG_COLOR_PICKER::DIALOG_COLOR_PICKER( wxWindow* aParent, KIGFX::COLOR4D& aCu
     m_bitmapRGB = nullptr;
     m_bitmapHSV = nullptr;
     m_selectedCursor = nullptr;
+    m_defaultColor = aDefaultColor;
 
     if( !m_allowOpacityCtrl )
     {
@@ -50,6 +52,10 @@ DIALOG_COLOR_PICKER::DIALOG_COLOR_PICKER( wxWindow* aParent, KIGFX::COLOR4D& aCu
     // Build the defined colors panel:
     initDefinedColors( aUserColors );
 
+    // If there is no default color, don't give the option to reset to default
+    if( aDefaultColor == KIGFX::COLOR4D::UNSPECIFIED )
+        m_resetToDefault->Hide();
+
     m_sdbSizerOK->SetDefault();
 }
 
@@ -794,3 +800,16 @@ void DIALOG_COLOR_PICKER::OnChangeBrightness( wxScrollEvent& event )
 
     drawAll();
 }
+
+
+void DIALOG_COLOR_PICKER::OnResetButton( wxCommandEvent& aEvent )
+{
+    m_newColor4D.r = m_defaultColor.r;
+    m_newColor4D.g = m_defaultColor.g;
+    m_newColor4D.b = m_defaultColor.b;
+
+    m_newColor4D.ToHSV( m_hue, m_sat, m_val, true );
+    SetEditVals( ALL_CHANGED );
+
+    drawAll();
+}
diff --git a/common/dialogs/dialog_color_picker.h b/common/dialogs/dialog_color_picker.h
index 776e4a75f..a647adb0e 100644
--- a/common/dialogs/dialog_color_picker.h
+++ b/common/dialogs/dialog_color_picker.h
@@ -76,7 +76,8 @@ public:
      * @param aUserColors: if not null is a list of defined colors replacing the dialog predefined colors
      */
 	DIALOG_COLOR_PICKER( wxWindow* aParent, KIGFX::COLOR4D& aCurrentColor,
-                         bool aAllowOpacityControl, CUSTOM_COLORS_LIST* aUserColors = nullptr );
+                         bool aAllowOpacityControl, CUSTOM_COLORS_LIST* aUserColors = nullptr,
+                         const KIGFX::COLOR4D& aDefaultColor = KIGFX::COLOR4D::UNSPECIFIED );
 	~DIALOG_COLOR_PICKER();
 
 	KIGFX::COLOR4D GetColor() { return m_newColor4D; };
@@ -95,6 +96,8 @@ private:
                                         ///< false to keep alpha channel = 1.0
     KIGFX::COLOR4D m_previousColor4D;   ///< the inital color4d
     KIGFX::COLOR4D m_newColor4D;        ///< the current color4d
+    KIGFX::COLOR4D m_defaultColor;      ///< The default color4d
+
     /// the list of color4d ordered by button ID, for predefined colors
     std::vector<KIGFX::COLOR4D> m_Color4DList;
     int m_cursorsSize;
@@ -145,6 +148,9 @@ private:
 	void onHSVMouseClick( wxMouseEvent& event ) override;
 	void onHSVMouseDrag( wxMouseEvent& event ) override;
 
+    ///< Event handler for the reset button press
+    void OnResetButton( wxCommandEvent& aEvent ) override;
+
     /** manage the Hue and Saturation settings when the mouse cursor
      * is at aMouseCursor.
      * @param aMouseCursor is the mouse cursor position on the HSV bitmap
diff --git a/common/dialogs/dialog_color_picker_base.cpp b/common/dialogs/dialog_color_picker_base.cpp
index 38cb085c0..7f9a31dd9 100644
--- a/common/dialogs/dialog_color_picker_base.cpp
+++ b/common/dialogs/dialog_color_picker_base.cpp
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////
-// C++ code generated with wxFormBuilder (version Mar 28 2019)
+// C++ code generated with wxFormBuilder (version Aug 21 2019)
 // http://www.wxformbuilder.org/
 //
 // PLEASE DO *NOT* EDIT THIS FILE!
@@ -206,6 +206,9 @@ DIALOG_COLOR_PICKER_BASE::DIALOG_COLOR_PICKER_BASE( wxWindow* parent, wxWindowID
 
 	bButtonsSizer->Add( m_NewColorRect, 0, wxALIGN_CENTER_VERTICAL, 5 );
 
+	m_resetToDefault = new wxButton( this, wxID_ANY, _("Reset to Default"), wxDefaultPosition, wxDefaultSize, 0 );
+	bButtonsSizer->Add( m_resetToDefault, 0, wxALL, 5 );
+
 	m_sdbSizer = new wxStdDialogButtonSizer();
 	m_sdbSizerOK = new wxButton( this, wxID_OK );
 	m_sdbSizer->AddButton( m_sdbSizerOK );
@@ -253,6 +256,7 @@ DIALOG_COLOR_PICKER_BASE::DIALOG_COLOR_PICKER_BASE( wxWindow* parent, wxWindowID
 	m_sliderTransparency->Connect( wxEVT_SCROLL_THUMBTRACK, wxScrollEventHandler( DIALOG_COLOR_PICKER_BASE::OnChangeAlpha ), NULL, this );
 	m_sliderTransparency->Connect( wxEVT_SCROLL_THUMBRELEASE, wxScrollEventHandler( DIALOG_COLOR_PICKER_BASE::OnChangeAlpha ), NULL, this );
 	m_sliderTransparency->Connect( wxEVT_SCROLL_CHANGED, wxScrollEventHandler( DIALOG_COLOR_PICKER_BASE::OnChangeAlpha ), NULL, this );
+	m_resetToDefault->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_COLOR_PICKER_BASE::OnResetButton ), NULL, this );
 }
 
 DIALOG_COLOR_PICKER_BASE::~DIALOG_COLOR_PICKER_BASE()
@@ -285,5 +289,6 @@ DIALOG_COLOR_PICKER_BASE::~DIALOG_COLOR_PICKER_BASE()
 	m_sliderTransparency->Disconnect( wxEVT_SCROLL_THUMBTRACK, wxScrollEventHandler( DIALOG_COLOR_PICKER_BASE::OnChangeAlpha ), NULL, this );
 	m_sliderTransparency->Disconnect( wxEVT_SCROLL_THUMBRELEASE, wxScrollEventHandler( DIALOG_COLOR_PICKER_BASE::OnChangeAlpha ), NULL, this );
 	m_sliderTransparency->Disconnect( wxEVT_SCROLL_CHANGED, wxScrollEventHandler( DIALOG_COLOR_PICKER_BASE::OnChangeAlpha ), NULL, this );
+	m_resetToDefault->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_COLOR_PICKER_BASE::OnResetButton ), NULL, this );
 
 }
diff --git a/common/dialogs/dialog_color_picker_base.fbp b/common/dialogs/dialog_color_picker_base.fbp
index d52726bff..7082a4e56 100644
--- a/common/dialogs/dialog_color_picker_base.fbp
+++ b/common/dialogs/dialog_color_picker_base.fbp
@@ -1640,6 +1640,79 @@
                                 <property name="window_style"></property>
                             </object>
                         </object>
+                        <object class="sizeritem" expanded="1">
+                            <property name="border">5</property>
+                            <property name="flag">wxALL</property>
+                            <property name="proportion">0</property>
+                            <object class="wxButton" expanded="1">
+                                <property name="BottomDockable">1</property>
+                                <property name="LeftDockable">1</property>
+                                <property name="RightDockable">1</property>
+                                <property name="TopDockable">1</property>
+                                <property name="aui_layer"></property>
+                                <property name="aui_name"></property>
+                                <property name="aui_position"></property>
+                                <property name="aui_row"></property>
+                                <property name="best_size"></property>
+                                <property name="bg"></property>
+                                <property name="bitmap"></property>
+                                <property name="caption"></property>
+                                <property name="caption_visible">1</property>
+                                <property name="center_pane">0</property>
+                                <property name="close_button">1</property>
+                                <property name="context_help"></property>
+                                <property name="context_menu">1</property>
+                                <property name="current"></property>
+                                <property name="default">0</property>
+                                <property name="default_pane">0</property>
+                                <property name="disabled"></property>
+                                <property name="dock">Dock</property>
+                                <property name="dock_fixed">0</property>
+                                <property name="docking">Left</property>
+                                <property name="enabled">1</property>
+                                <property name="fg"></property>
+                                <property name="floatable">1</property>
+                                <property name="focus"></property>
+                                <property name="font"></property>
+                                <property name="gripper">0</property>
+                                <property name="hidden">0</property>
+                                <property name="id">wxID_ANY</property>
+                                <property name="label">Reset to Default</property>
+                                <property name="margins"></property>
+                                <property name="markup">0</property>
+                                <property name="max_size"></property>
+                                <property name="maximize_button">0</property>
+                                <property name="maximum_size"></property>
+                                <property name="min_size"></property>
+                                <property name="minimize_button">0</property>
+                                <property name="minimum_size"></property>
+                                <property name="moveable">1</property>
+                                <property name="name">m_resetToDefault</property>
+                                <property name="pane_border">1</property>
+                                <property name="pane_position"></property>
+                                <property name="pane_size"></property>
+                                <property name="permission">protected</property>
+                                <property name="pin_button">1</property>
+                                <property name="pos"></property>
+                                <property name="position"></property>
+                                <property name="pressed"></property>
+                                <property name="resize">Resizable</property>
+                                <property name="show">1</property>
+                                <property name="size"></property>
+                                <property name="style"></property>
+                                <property name="subclass">; ; forward_declare</property>
+                                <property name="toolbar_pane">0</property>
+                                <property name="tooltip"></property>
+                                <property name="validator_data_type"></property>
+                                <property name="validator_style">wxFILTER_NONE</property>
+                                <property name="validator_type">wxDefaultValidator</property>
+                                <property name="validator_variable"></property>
+                                <property name="window_extra_style"></property>
+                                <property name="window_name"></property>
+                                <property name="window_style"></property>
+                                <event name="OnButtonClick">OnResetButton</event>
+                            </object>
+                        </object>
                         <object class="sizeritem" expanded="1">
                             <property name="border">5</property>
                             <property name="flag">wxALL</property>
diff --git a/common/dialogs/dialog_color_picker_base.h b/common/dialogs/dialog_color_picker_base.h
index 2ed44d9fc..eb5faad19 100644
--- a/common/dialogs/dialog_color_picker_base.h
+++ b/common/dialogs/dialog_color_picker_base.h
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////
-// C++ code generated with wxFormBuilder (version Mar 28 2019)
+// C++ code generated with wxFormBuilder (version Aug 21 2019)
 // http://www.wxformbuilder.org/
 //
 // PLEASE DO *NOT* EDIT THIS FILE!
@@ -68,6 +68,7 @@ class DIALOG_COLOR_PICKER_BASE : public DIALOG_SHIM
 		wxStaticText* m_staticTextOldColor;
 		wxStaticBitmap* m_OldColorRect;
 		wxStaticBitmap* m_NewColorRect;
+		wxButton* m_resetToDefault;
 		wxStdDialogButtonSizer* m_sdbSizer;
 		wxButton* m_sdbSizerOK;
 		wxButton* m_sdbSizerCancel;
@@ -84,6 +85,7 @@ class DIALOG_COLOR_PICKER_BASE : public DIALOG_SHIM
 		virtual void OnChangeEditSat( wxSpinEvent& event ) { event.Skip(); }
 		virtual void OnChangeBrightness( wxScrollEvent& event ) { event.Skip(); }
 		virtual void OnChangeAlpha( wxScrollEvent& event ) { event.Skip(); }
+		virtual void OnResetButton( wxCommandEvent& event ) { event.Skip(); }
 
 
 	public:
diff --git a/common/widgets/color_swatch.cpp b/common/widgets/color_swatch.cpp
index 4d719a697..72a2829e9 100644
--- a/common/widgets/color_swatch.cpp
+++ b/common/widgets/color_swatch.cpp
@@ -79,10 +79,12 @@ static std::unique_ptr<wxStaticBitmap> makeColorSwatch( wxWindow* aParent, COLOR
 }
 
 
-COLOR_SWATCH::COLOR_SWATCH( wxWindow* aParent, COLOR4D aColor, int aID, COLOR4D aBackground ):
+COLOR_SWATCH::COLOR_SWATCH( wxWindow* aParent, COLOR4D aColor, int aID, COLOR4D aBackground,
+        const COLOR4D aDefault ) :
         wxPanel( aParent, aID ),
         m_color( aColor ),
-        m_background( aBackground )
+        m_background( aBackground ),
+        m_default( aDefault )
 {
     auto sizer = new wxBoxSizer( wxHORIZONTAL );
     SetSizer( sizer );
@@ -157,7 +159,7 @@ void COLOR_SWATCH::GetNewSwatchColor()
 {
     COLOR4D newColor = COLOR4D::UNSPECIFIED;
 
-    DIALOG_COLOR_PICKER dialog( ::wxGetTopLevelParent( this ), m_color, true );
+    DIALOG_COLOR_PICKER dialog( ::wxGetTopLevelParent( this ), m_color, true, nullptr, m_default );
 
     if( dialog.ShowModal() == wxID_OK )
         newColor = dialog.GetColor();
diff --git a/include/colors_design_settings.h b/include/colors_design_settings.h
index 079eacea0..6396bfba3 100644
--- a/include/colors_design_settings.h
+++ b/include/colors_design_settings.h
@@ -59,29 +59,46 @@ public:
 
     virtual void Load( wxConfigBase *aConfig ) override;
     virtual void Save( wxConfigBase *aConfig ) override;
+
+    /**
+     * Function GetDefaultLayerColor
+     * @return the default color for aLayer which is one of the item indices given in
+     * enum PCB_LAYER_ID
+     */
+    static COLOR4D GetDefaultLayerColor( LAYER_NUM aLayer );
+
     /**
      * Function GetLayerColor
-     * @return the color for aLayer which
+     * @return the color for aLayer which is one of the item indices given in
+     * enum PCB_LAYER_ID
      */
     COLOR4D GetLayerColor( LAYER_NUM aLayer ) const;
 
     /**
      * Function SetLayerColor
-     * sets the color for aLayer
+     * sets the color for aLayer which is one of the item indices given in
+     * enum PCB_LAYER_ID
      */
     void SetLayerColor( LAYER_NUM aLayer, COLOR4D aColor );
 
+    /**
+     * Function GetDefaultItemColor
+     * @return the default color for the an item which is one of the item
+     * indices given in enum GAL_LAYER_ID
+     */
+    static COLOR4D GetDefaultItemColor( int aItemIdx );
+
     /**
      * Function GetItemColor
      * @return the color for an item which is one of the item indices given
-     * in enum PCB_LAYER_ID
+     * in enum GAL_LAYER_ID
      */
     COLOR4D GetItemColor( int aItemIdx ) const;
 
     /**
      * Function SetItemColor
      * sets the color for an item which is one of the item indices given
-     * in enum PCB_LAYER_ID
+     * in enum GAL_LAYER_ID
      */
     void SetItemColor( int aItemIdx, COLOR4D aColor );
 
diff --git a/include/widgets/color_swatch.h b/include/widgets/color_swatch.h
index b356d642b..f95d2f75c 100644
--- a/include/widgets/color_swatch.h
+++ b/include/widgets/color_swatch.h
@@ -46,7 +46,8 @@ public:
      * @param aColor initial swatch color
      * @param aID id to use when sending swatch events
      */
-    COLOR_SWATCH( wxWindow* aParent, KIGFX::COLOR4D aColor, int aID, KIGFX::COLOR4D aBackground );
+    COLOR_SWATCH( wxWindow* aParent, KIGFX::COLOR4D aColor, int aID, KIGFX::COLOR4D aBackground,
+            const KIGFX::COLOR4D aDefault = KIGFX::COLOR4D::UNSPECIFIED );
 
     /**
      * Set the current swatch color directly.
@@ -85,6 +86,9 @@ private:
     ///> The background colour to show the swatch over
     KIGFX::COLOR4D m_background;
 
+    ///> The default color for the swatch
+    KIGFX::COLOR4D m_default;
+
     ///> Handle of the actual swatch shown
     wxStaticBitmap* m_swatch;
 };
diff --git a/pcbnew/layer_widget.cpp b/pcbnew/layer_widget.cpp
index d9eae839c..9cc50e66d 100644
--- a/pcbnew/layer_widget.cpp
+++ b/pcbnew/layer_widget.cpp
@@ -328,7 +328,7 @@ void LAYER_WIDGET::insertLayerRow( int aRow, const ROW& aSpec )
     col = COLUMN_COLORBM;
 
     auto bmb = new COLOR_SWATCH( m_LayerScrolledWindow, aSpec.color, encodeId( col, aSpec.id ),
-                                 getBackgroundLayerColor() );
+                                 getBackgroundLayerColor(), aSpec.defaultColor );
     bmb->Bind( wxEVT_LEFT_DOWN, &LAYER_WIDGET::OnLeftDownLayers, this );
     bmb->Bind( COLOR_SWATCH_CHANGED, &LAYER_WIDGET::OnLayerSwatchChanged, this );
     bmb->SetToolTip( _("Left double click or middle click for color change, right click for menu" ) );
@@ -403,7 +403,7 @@ void LAYER_WIDGET::insertRenderRow( int aRow, const ROW& aSpec )
     if( aSpec.color != COLOR4D::UNSPECIFIED )
     {
         auto bmb = new COLOR_SWATCH( m_RenderScrolledWindow, aSpec.color, encodeId( col, aSpec.id ),
-                                     getBackgroundLayerColor() );
+                                     getBackgroundLayerColor(), aSpec.defaultColor );
         bmb->Bind( COLOR_SWATCH_CHANGED, &LAYER_WIDGET::OnRenderSwatchChanged, this );
         bmb->SetToolTip( _( "Left double click or middle click for color change" ) );
         m_RenderFlexGridSizer->wxSizer::Insert( index+col, bmb, 0, flags );
diff --git a/pcbnew/layer_widget.h b/pcbnew/layer_widget.h
index 9d50797b7..8b650e191 100644
--- a/pcbnew/layer_widget.h
+++ b/pcbnew/layer_widget.h
@@ -93,9 +93,11 @@ public:
         wxString    tooltip;    ///< if not empty, use this tooltip on row
         bool        changeable; ///< if true, the state can be changed
         bool        spacer;     ///< if true, this row is a spacer
+        COLOR4D     defaultColor; ///< The default color for the row
 
         ROW( const wxString& aRowName, int aId, COLOR4D aColor = COLOR4D::UNSPECIFIED,
-            const wxString& aTooltip = wxEmptyString, bool aState = true, bool aChangeable = true )
+             const wxString& aTooltip = wxEmptyString, bool aState = true,
+             bool aChangeable = true, COLOR4D aDefaultColor = COLOR4D::UNSPECIFIED )
         {
             rowName = aRowName;
             id      = aId;
@@ -104,6 +106,7 @@ public:
             tooltip = aTooltip;
             changeable = aChangeable;
             spacer = false;
+            defaultColor = aDefaultColor;
         }
 
         ROW()
@@ -113,6 +116,7 @@ public:
             state = true;
             changeable = true;
             spacer = true;
+            defaultColor = COLOR4D::UNSPECIFIED;
         }
     };
 
diff --git a/pcbnew/pcb_layer_widget.cpp b/pcbnew/pcb_layer_widget.cpp
index 4dd17c90b..d33d1d267 100644
--- a/pcbnew/pcb_layer_widget.cpp
+++ b/pcbnew/pcb_layer_widget.cpp
@@ -404,6 +404,8 @@ void PCB_LAYER_WIDGET::ReFillRender()
                 // this window frame must have an established BOARD, i.e. after SetBoard()
                 renderRow.color = myframe->Settings().Colors().GetItemColor(
                         static_cast<GAL_LAYER_ID>( renderRow.id ) );
+                renderRow.defaultColor = myframe->Settings().Colors().GetDefaultItemColor(
+                        static_cast<GAL_LAYER_ID>( renderRow.id ) );
             }
 
             if( renderRow.id == LAYER_RATSNEST )
@@ -506,9 +508,9 @@ void PCB_LAYER_WIDGET::ReFill()
             break;
         }
 
-        AppendLayerRow( LAYER_WIDGET::ROW(
-            brd->GetLayerName( layer ), layer, myframe->Settings().Colors().GetLayerColor( layer ),
-            dsc, true ) );
+        AppendLayerRow( LAYER_WIDGET::ROW( brd->GetLayerName( layer ), layer,
+                myframe->Settings().Colors().GetLayerColor( layer ), dsc, true, true,
+                myframe->Settings().Colors().GetDefaultLayerColor( layer ) ) );
 
         if( m_fp_editor_mode && LSET::ForbiddenFootprintLayers().test( layer ) )
         {
@@ -554,9 +556,10 @@ void PCB_LAYER_WIDGET::ReFill()
         if( !enabled[layer] )
             continue;
 
-        AppendLayerRow( LAYER_WIDGET::ROW(
-            brd->GetLayerName( layer ), layer,  myframe->Settings().Colors().GetLayerColor( layer ),
-            wxGetTranslation( non_cu_seq[i].tooltip ), true ) );
+        AppendLayerRow( LAYER_WIDGET::ROW( brd->GetLayerName( layer ), layer,
+                myframe->Settings().Colors().GetLayerColor( layer ),
+                wxGetTranslation( non_cu_seq[i].tooltip ), true, true,
+                myframe->Settings().Colors().GetDefaultLayerColor( layer ) ) );
 
         if( m_fp_editor_mode && LSET::ForbiddenFootprintLayers().test( layer ) )
         {
-- 
2.21.0


Follow ups