Skip to content
Snippets Groups Projects
Verified Commit 48479305 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix "új osztály"

parent 3b2f762c
No related branches found
No related tags found
No related merge requests found
Pipeline #7975 passed
...@@ -419,7 +419,7 @@ func printClassDoc(c *Class, changed bool) { ...@@ -419,7 +419,7 @@ func printClassDoc(c *Class, changed bool) {
return return
} }
extra := "" extra := ""
if !changed || c.changed() { if changed && c.changed() {
extra = "\\textit{Új osztály}" extra = "\\textit{Új osztály}"
} }
fmt.Printf("\\paragraph{\\texttt{%s \\textcolor{blue}{%s}} %s}\n", c.Modifiers, c.Name, extra) fmt.Printf("\\paragraph{\\texttt{%s \\textcolor{blue}{%s}} %s}\n", c.Modifiers, c.Name, extra)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment