de.mvbonline.tools.restapidoc.HeaderHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restapi-doc Show documentation
Show all versions of restapi-doc Show documentation
Creates documentation for a spring mvc RESTful api.
Output is reStructuredText for sphinx using sphinxcontrib.httpdomain
The newest version!
package de.mvbonline.tools.restapidoc;
import java.io.IOException;
import org.apache.commons.lang3.StringUtils;
import com.github.jknack.handlebars.Helper;
import com.github.jknack.handlebars.Options;
/**
* Creates a reStructuredText header with label.
*
*/
public class HeaderHelper implements Helper