projects
/
mDoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85436b0
)
Bugfix 126
author
Michael Wagner
<info@wagnertech.de>
Mon, 20 Jan 2025 21:17:21 +0000
(22:17 +0100)
committer
Michael Wagner
<info@wagnertech.de>
Mon, 20 Jan 2025 21:17:21 +0000
(22:17 +0100)
csharp/mDocLib/Worker.cs
patch
|
blob
|
history
diff --git
a/csharp/mDocLib/Worker.cs
b/csharp/mDocLib/Worker.cs
index
ab73c6b
..
ab9569b
100644
(file)
--- a/
csharp/mDocLib/Worker.cs
+++ b/
csharp/mDocLib/Worker.cs
@@
-93,9
+93,9
@@
public class Worker
}
\r
if (hierarc_decend) hierarc.toParent();
\r
outfile.WriteLine();
\r
- }
else {
\r
- Console.WriteLine("No template entry for node: "+elem);
\r
- }
\r
+ }
\r
+ else if (elem == "#comment") ; // suppress output for comment nodes
\r
+ else Console.WriteLine("No template entry for node: "+elem);
\r
}
\r
\r
/*
\r