Is it possible to comment on routines within modules in DB2 11.5 LUW? CREATE MODULE Documentation says "COMMENT on objects in the module" is something that can be done with an ALTER MODULE (along with ADD/PUBLISH/DROP). ALTER MODULE Documentation makes to mention of commenting, just ADD/PUBLISH/DROP. Documentation on COMMENT doesn't seem to make specific mention of modularized routines, but the Function/Method/Procedure Procedure Designators that it points to does say "a function/procedure designator must not identify a module function/procedure".
Seems weird to be able to comment a procedure, but not a procedure in a module, and hoping I'm just overlooking something.