Skip to content
Snippets Groups Projects
Commit a21ccac6 authored by Fodor Patrik's avatar Fodor Patrik :ghost:
Browse files

javadoc subsub to paragh

parent cb085d83
No related branches found
No related tags found
No related merge requests found
Pipeline #7590 passed
......@@ -422,7 +422,7 @@ func printClassDoc(c *Class, changed bool) {
if !changed || c.changed() {
extra = "\\textit{Új osztály}"
}
fmt.Printf("\\subsubsection{\\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)
fmt.Println("\\begin{itemize}")
if !changed || c.changed() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment