How to ignore docstring associated to specific function when @autodocs?

As per title. I thought I could just add

Filter  = name -> string(name) != "name_of_exported_function"

within @autodocs, but it doesn’t work.