com.google.doclava
Class TodoFile

java.lang.Object
  extended by com.google.doclava.TodoFile

public class TodoFile
extends Object


Field Summary
static String MISSING
           
 
Constructor Summary
TodoFile()
           
 
Method Summary
static boolean areTagsUseful(InheritedTags tags)
           
static boolean areTagsUseful(TagInfo[] tags)
           
static String percent(int a, int b)
           
static void setHDF(com.google.clearsilver.jsilver.data.Data data, String base, SourcePositionInfo pos, String name, String descr)
           
static void writeTodoFile(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MISSING

public static final String MISSING
See Also:
Constant Field Values
Constructor Detail

TodoFile

public TodoFile()
Method Detail

areTagsUseful

public static boolean areTagsUseful(InheritedTags tags)

areTagsUseful

public static boolean areTagsUseful(TagInfo[] tags)

setHDF

public static void setHDF(com.google.clearsilver.jsilver.data.Data data,
                          String base,
                          SourcePositionInfo pos,
                          String name,
                          String descr)

percent

public static String percent(int a,
                             int b)

writeTodoFile

public static void writeTodoFile(String filename)


Copyright © 2010-2013 Google. All Rights Reserved.