All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.atest.testdata.libdoc.DocFormatHtml Maven / Gradle / Ivy

The newest version!
/**
 * Library to test documentation formatting.
 *
 * *bold* or bold http://example.com
 */
public class DocFormatHtml {
    public static final String ROBOT_LIBRARY_DOC_FORMAT = "Html";

    /**
     * *bold* or bold http://example.com
     */
    public void keyword() {
    }

    /**
     * Link to `Keyword`.
     */
    public void link() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy