Package fr.insalyon.citi.golo.doc

Examples of fr.insalyon.citi.golo.doc.MarkdownProcessor


  private static void doc(DocCommand options) {
    AbstractProcessor processor;
    switch (options.format) {
      case "markdown":
        processor = new MarkdownProcessor();
        break;
      case "html":
        processor = new HtmlProcessor();
        break;
      case "ctags":
View Full Code Here

TOP

Related Classes of fr.insalyon.citi.golo.doc.MarkdownProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.