Index: report.c =================================================================== --- report.c (revision 20631) +++ report.c (revision 20632) @@ -121,15 +121,9 @@ static const char pcb_acts_reportdialog[] = "ReportObject()"; - static const char pcb_acth_reportdialog[] = "Report on the object under the crosshair"; +/* DOC: reportdialog.html */ -/* %start-doc actions ReportDialog - -This is a shortcut for @code{Report(Object)}. - -%end-doc */ - #define gen_locked(obj) (PCB_FLAG_TEST(PCB_FLAG_LOCK, obj) ? "It is LOCKED.\n" : "") #define gen_term(obj) \ (((obj)->term != NULL) ? "It is terminal " : ""), \