Skip to content

Commit

Permalink
fixed documentation report ?
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrof committed Dec 22, 2023
1 parent d57747d commit af6effd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EDSEditorGUI/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,6 @@ private void documentationToolStripMenuItem_Click(object sender, EventArgs e)
DocumentationGen docgen = new DocumentationGen();
docgen.genhtmldoc(temp, dv.eds);
docgen.genmddoc(temp2, dv.eds, this.gitVersion);
System.Diagnostics.Process.Start("file://" + temp2);
if (IsRunningOnMono())
{
System.Diagnostics.Process.Start("file://" + temp);
Expand Down

0 comments on commit af6effd

Please sign in to comment.