This commit changes the separator line for dividing auto-generated docs from spec and manually added appendix from "### Custom assembly form" to "<!-- End of AutoGen section -->". This is in preparation to use the declarative assembly form in MLIR core. We will replace more and more manually written assembly forms to be autogenerated. Differential Revision: https://reviews.llvm.org/D77158