Is there a mechanism to identify incoming source code signatures and in-line source code documentations via GIT or SVN.
For Example: If someone commits a Java code to a source control this interceptor should validate all the method names and check for JavaDoc above it, if there is no documentation available for one Java method then the commit should not happen.
Is this really possible?, Can any one tell if there is a ready made mechanism or macro option available?