diff --git a/doxyclean.py b/doxyclean.py index 1bbf26d..20ff4f9 100755 --- a/doxyclean.py +++ b/doxyclean.py @@ -1129,7 +1129,7 @@ def main(argv=None): global verbose # Parse command line options - optionParser = OptionParser(version="%prog 2.1") + optionParser = OptionParser(version="%prog 2.2") optionParser.add_option("-i", "--input", type="string", dest="inputDirectory", default=os.getcwd(), help="The directory containing Doxygen's XML output. Default is the current directory") optionParser.add_option("-o", "--output", type="string", dest="outputDirectory", default=os.getcwd(), help="The directory to output the converted files to. Default is the current directory") optionParser.add_option("-n", "--name", type="string", dest="projectName", default="Untitled", help="The name of the project") diff --git a/index2html.xslt b/index2html.xslt index 7bc14fd..c4e36bf 100644 --- a/index2html.xslt +++ b/index2html.xslt @@ -10,7 +10,7 @@ <xsl:apply-templates select="project" mode="title"/> - + diff --git a/object2html.xslt b/object2html.xslt index 8886e15..36a9b04 100644 --- a/object2html.xslt +++ b/object2html.xslt @@ -9,7 +9,7 @@ <xsl:apply-templates select="object" mode="title"/> - +