Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Fix for path, was looking in current dir not where docu lives
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Mar 19, 2009
1 parent c469c65 commit d3ad33f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Docu.Console/Console/ConsoleApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void Run()

documentationGenerator.SetAssemblies(assemblies);
documentationGenerator.SetXmlFiles(xmls);
documentationGenerator.SetTemplatePath(Path.Combine(Path.GetDirectoryName(typeof(ConsoleApplication).Assembly.Location), "templates"));
documentationGenerator.Generate();

ShowMessage(Messages.Done);
Expand Down

0 comments on commit d3ad33f

Please sign in to comment.