summaryrefslogtreecommitdiff
path: root/gtkdoc-mkdb.in
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-03-21 20:53:16 +0100
committerStefan Sauer <ensonic@users.sf.net>2017-03-21 21:01:41 +0100
commit46df4354abed5724697fd5e39630c5bbc6637cc4 (patch)
treed52a55ecdd36466530a7a45b88aa3d3f46f52c35 /gtkdoc-mkdb.in
parent91bc782d50e035c5c2818d503426824d176322ff (diff)
downloadgtk-doc-46df4354abed5724697fd5e39630c5bbc6637cc4.tar.gz
mktmpl: remove the support for tmpl files
We deprecated this many years ago. Now finally remove it.
Diffstat (limited to 'gtkdoc-mkdb.in')
-rwxr-xr-xgtkdoc-mkdb.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index 91cccec..f065344 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -5712,12 +5712,6 @@ sub MarkDownParse {
}
#############################################################################
-# LIBRARY FUNCTIONS - These functions are used in both gtkdoc-mkdb and
-# gtkdoc-mktmpl and should eventually be moved to a
-# separate library.
-#############################################################################
-
-#############################################################################
# Function : ReadDeclarationsFile
# Description : This reads in a file containing the function/macro/enum etc.
# declarations.
@@ -5922,8 +5916,6 @@ sub ReadSignalsFile {
# insert the documentation at the appropriate places.
# It outputs %SymbolTypes, %SymbolDocs and %SymbolParams, which
# is a hash of arrays.
-# NOTE: This function is duplicated in gtkdoc-mktmpl (but
-# slightly different).
# Arguments : $docsfile - the template file to read in.
# $skip_unused_params - 1 if the unused parameters should be
# skipped.