https://bugs.documentfoundation.org/show_bug.cgi?id=158433
Nam <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Nam <[email protected]> --- I find this command useful for searching for the problem: $ pcregrep -M -r '@param [^@\*]*\n\n[^@\*]*\n' [Insert directory here] '@param [^@]*\n\n[^@]*\n' works but has a false positive where the param block belongs to a void function (no return decorator) and will pick up a <p> in the doc string of the next function. -- You are receiving this mail because: You are the assignee for the bug.
