Class DocTag

java.lang.Object
org.bytedeco.javacpp.tools.DocTag

class DocTag extends Object
Documentation tags, where we keep only the ones that could be compatible between Javadoc and Doxygen.
  • Field Details

    • docTagsStr

      static String[][] docTagsStr
    • docTags

      static DocTag[] docTags
    • pattern

      Pattern pattern
    • replacement

      String replacement
  • Constructor Details