Lines Matching refs:current_dir
372 def CreateMainPage(self, current_dir): argument
403 readme_file = os.path.join(current_dir, self.readme)
551 def PostProcessDocs(self, current_dir): argument
569 html_root = os.path.join(current_dir, self.html)
570 shutil.copy(os.path.join(current_dir, logo_image), html_root)
644 def ParseOptions(current_dir): argument
682 default=os.path.join(current_dir, 'doxygen.conf'),
694 default=os.path.join(current_dir, 'doxygenLayout.xml'),
698 default=os.path.join(current_dir, 'docCreator.log'),
775 current_dir = os.path.dirname(sys.argv[0])
776 options, args = ParseOptions(current_dir)
782 doc.CreateMainPage(current_dir)
784 doc.PostProcessDocs(current_dir)