From 5ea8c56db38971f4d0c4b00dc2108b43ad8e2222 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 9 Mar 2019 23:23:45 +0100 Subject: [PATCH] A minor doc fix. --- src/db/db/gsiDeclDbLayoutToNetlist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbLayoutToNetlist.cc b/src/db/db/gsiDeclDbLayoutToNetlist.cc index 3de03e304..2ce0807eb 100644 --- a/src/db/db/gsiDeclDbLayoutToNetlist.cc +++ b/src/db/db/gsiDeclDbLayoutToNetlist.cc @@ -385,8 +385,8 @@ Class decl_dbLayoutToNetlist ("db", "LayoutToNetlist", "@param cmap The mapping of internal layout to target layout for the circuit mapping\n" "@param target The target layout\n" "@param lmap Target layer indexes (keys) and net regions (values)\n" - "@param circuit_cell_name_prefix See method description\n" "@param net_cell_name_prefix See method description\n" + "@param circuit_cell_name_prefix See method description\n" "@param device_cell_name_prefix If given, devices will be output as separate cells\n" ) + gsi::method ("probe_net", (db::Net *(db::LayoutToNetlist::*) (const db::Region &, const db::DPoint &)) &db::LayoutToNetlist::probe_net, gsi::arg ("of_layer"), gsi::arg ("point"),