from buildbot.steps.shell import ShellCommand class Doxygen(ShellCommand): name = "doxygen" description = ["generating docs"] descriptionDone = ["generated docs"] command = ["doxygen"]