summaryrefslogtreecommitdiffstats
path: root/templates/latex
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-09-08 14:10:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-09-08 14:10:32 (GMT)
commite58fb0a46f73f37d16859f43fda1eb5ba4a15c5d (patch)
treee2c81dd42a25e439ea0055605418732883a173d0 /templates/latex
parent5aa4ade86499ba615da48875a9e7292ddd22c22f (diff)
downloadDoxygen-e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d.zip
Doxygen-e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d.tar.gz
Doxygen-e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d.tar.bz2
Template enhancements and various other small fixes
Diffstat (limited to 'templates/latex')
-rw-r--r--templates/latex/latexclass.tpl4
-rw-r--r--templates/latex/latexfiles.tpl1
-rw-r--r--templates/latex/latexmodules.tpl1
-rw-r--r--templates/latex/latexnamespaces.tpl1
4 files changed, 5 insertions, 2 deletions
diff --git a/templates/latex/latexclass.tpl b/templates/latex/latexclass.tpl
index 7671de0..9fdcb24 100644
--- a/templates/latex/latexclass.tpl
+++ b/templates/latex/latexclass.tpl
@@ -93,7 +93,7 @@
<% if compound.examples %>
<dl><dt><b><{ tr.examples }></b><dd>
<% markers obj in compound.examples with tr.exampleList:compound.examples|length %>
- <% with text=obj.text %>
+ <% with page=compound text=obj.text %>
<% include 'htmlobjlink.tpl' %>
<% endwith %>
<% endmarkers %>
@@ -102,7 +102,7 @@
<# source definition #>
<% if compound.sourceDef %>
<% markers obj in compound.sourceDef with tr.definedAtLineInSourceFile %>
- <% with text=obj.text %>
+ <% with page=compound text=obj.text %>
<% include 'htmlobjlink.tpl' %>
<% endwith %>
<% endmarkers %>
diff --git a/templates/latex/latexfiles.tpl b/templates/latex/latexfiles.tpl
index e69de29..a9a897d 100644
--- a/templates/latex/latexfiles.tpl
+++ b/templates/latex/latexfiles.tpl
@@ -0,0 +1 @@
+<# TODO #>
diff --git a/templates/latex/latexmodules.tpl b/templates/latex/latexmodules.tpl
index e69de29..a9a897d 100644
--- a/templates/latex/latexmodules.tpl
+++ b/templates/latex/latexmodules.tpl
@@ -0,0 +1 @@
+<# TODO #>
diff --git a/templates/latex/latexnamespaces.tpl b/templates/latex/latexnamespaces.tpl
index e69de29..a9a897d 100644
--- a/templates/latex/latexnamespaces.tpl
+++ b/templates/latex/latexnamespaces.tpl
@@ -0,0 +1 @@
+<# TODO #>