<div>I compile the 20.0-rc1, and build the doc myself. And I learn that gen_fsm module is deprecated. When compiled the source code, an error will be occured:</div><div>Warning: gen_fsm:start_link/3 is deprecated and will be removed in a future release; use gen_statem:start/3</div><div>Or something else.</div><div><br></div><div>When I look into the doc, the gen_fsm module's all function docs are deleted, and I check the doc source, it is modified.</div><div><br></div><div>But I think the function doc should be remaind, there are still a lot of projects using gen_fsm. When we look into doc, we can get the function meaning as before.</div><div>Just like the module random. The random module is deprecated, but the function docs are not deleted,  we can still refer to it.</div>