Skip to content

Commit 413d52a

Browse files
committed
rename doxyfile
1 parent 8dd7301 commit 413d52a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LabCodeRepoSetup/src/main/java/edu/wpi/rbe/LabCodeRepoSetupMain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ public static void main(String[] args) throws Exception {
326326
commands.add("-m'Changing ino name'"); // command
327327
run(commands, cloneDir);
328328
}
329-
File doxyfile = new File(cloneDir.getAbsolutePath()+"/doxy.dox");
329+
File doxyfile = new File(cloneDir.getAbsolutePath()+"/doxy.doxyfile");
330330
if(doxyfile.exists()) {
331331
commands = new ArrayList<String>();
332332
commands.add("doxygen"); // command
333-
commands.add("doxy.dox"); // command
333+
commands.add("doxy.doxyfile"); // command
334334
run(commands, cloneDir);
335335

336336
commands = new ArrayList<String>();

0 commit comments

Comments
 (0)