Class DocGenerator

  • All Implemented Interfaces:
    DocumentationProvider

    public class DocGenerator
    extends java.lang.Object
    implements DocumentationProvider
    DocGenerator is basically a hub to multiple documentations on the same subject. It searches for documentation in all sources and combines it into a single documentation.
    Author:
    homac
    • Constructor Summary

      Constructors 
      Constructor Description
      DocGenerator​(java.io.File[] docfiles, CMetaModel model, boolean debug)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFieldDoc​(java.lang.String struct, java.lang.String field)  
      java.lang.String getStructDoc​(java.lang.String struct)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait