summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-06-17 14:07:30 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-06-17 14:07:30 (GMT)
commitc1ccec3b1bcb00f3ece99fb2dfd4a4820a31320b (patch)
treef15a9511f394aed97b76943393097fd4ed60a6cb /src
parent46672f1e6ea2c63e54c0fc8420d6ebdaca958478 (diff)
downloadDoxygen-c1ccec3b1bcb00f3ece99fb2dfd4a4820a31320b.zip
Doxygen-c1ccec3b1bcb00f3ece99fb2dfd4a4820a31320b.tar.gz
Doxygen-c1ccec3b1bcb00f3ece99fb2dfd4a4820a31320b.tar.bz2
Remove not used translator function
The translator function trDesignOverview was not used anymore.
Diffstat (limited to 'src')
-rw-r--r--src/translator.h1
-rw-r--r--src/translator_adapter.h3
-rw-r--r--src/translator_br.h9
-rw-r--r--src/translator_cn.h8
-rw-r--r--src/translator_cz.h8
-rw-r--r--src/translator_de.h8
-rw-r--r--src/translator_en.h8
-rw-r--r--src/translator_eo.h8
-rw-r--r--src/translator_es.h8
-rw-r--r--src/translator_fr.h8
-rw-r--r--src/translator_gr.h8
-rw-r--r--src/translator_hu.h8
-rw-r--r--src/translator_it.h8
-rw-r--r--src/translator_jp.h8
-rw-r--r--src/translator_kr.h8
-rw-r--r--src/translator_lv.h8
-rw-r--r--src/translator_nl.h8
-rw-r--r--src/translator_pt.h9
-rw-r--r--src/translator_ro.h8
-rw-r--r--src/translator_ru.h8
-rw-r--r--src/translator_sk.h8
-rw-r--r--src/translator_sv.h8
-rw-r--r--src/translator_tw.h8
-rw-r--r--src/translator_ua.h8
24 files changed, 0 insertions, 182 deletions
diff --git a/src/translator.h b/src/translator.h
index 991e637..e3bfb51 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -593,7 +593,6 @@ class Translator
virtual QCString trClassMethods() = 0;
virtual QCString trInstanceMethods() = 0;
virtual QCString trMethodDocumentation() = 0;
- virtual QCString trDesignOverview() = 0;
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
diff --git a/src/translator_adapter.h b/src/translator_adapter.h
index b0c8a24..fdc68f9 100644
--- a/src/translator_adapter.h
+++ b/src/translator_adapter.h
@@ -216,9 +216,6 @@ class TranslatorAdapter_1_8_2 : public TranslatorAdapter_1_8_4
virtual QCString trMethodDocumentation()
{ return english.trMethodDocumentation(); }
-
- virtual QCString trDesignOverview()
- { return english.trDesignOverview(); }
};
diff --git a/src/translator_br.h b/src/translator_br.h
index 01c5b9f..7c98480 100644
--- a/src/translator_br.h
+++ b/src/translator_br.h
@@ -2011,15 +2011,6 @@ class TranslatorBrazilian : public Translator
return "Documentação do método";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- // I'm not sure how to accurately translate it
- return "Visão geral do design";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_cn.h b/src/translator_cn.h
index 0e559c1..1036b6b 100644
--- a/src/translator_cn.h
+++ b/src/translator_cn.h
@@ -1862,14 +1862,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_15
return "函数文档";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "设计概要";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_cz.h b/src/translator_cz.h
index 9d6c489..89f6371 100644
--- a/src/translator_cz.h
+++ b/src/translator_cz.h
@@ -1977,14 +1977,6 @@ class TranslatorCzech : public TranslatorAdapter_1_8_15
return "Dokumentace metody";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Návrhové schéma";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_de.h b/src/translator_de.h
index bf5ce5e..9672fbe 100644
--- a/src/translator_de.h
+++ b/src/translator_de.h
@@ -2072,14 +2072,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_15
return "Methodendokumentation";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Übersicht";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_en.h b/src/translator_en.h
index 400e59c..a5be968 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -1940,14 +1940,6 @@ class TranslatorEnglish : public Translator
return "Method Documentation";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Design Overview";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_eo.h b/src/translator_eo.h
index 28876d7..7150f2d 100644
--- a/src/translator_eo.h
+++ b/src/translator_eo.h
@@ -1933,14 +1933,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
return "Dokumentaro de la Metodo";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Fasona Superrigardo";
- }
-
//////////////////////////////////////////////////////////////////////////
};
diff --git a/src/translator_es.h b/src/translator_es.h
index b28ed75..e69afc2 100644
--- a/src/translator_es.h
+++ b/src/translator_es.h
@@ -1992,14 +1992,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
return "Método de documentación";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Diseño información general";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_fr.h b/src/translator_fr.h
index 0035e23..fc624df 100644
--- a/src/translator_fr.h
+++ b/src/translator_fr.h
@@ -2001,14 +2001,6 @@ class TranslatorFrench : public TranslatorAdapter_1_8_15
return "Documentation des méthodes";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Vue d'ensemble";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_gr.h b/src/translator_gr.h
index 854a956..0e1824a 100644
--- a/src/translator_gr.h
+++ b/src/translator_gr.h
@@ -1936,14 +1936,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_15
return "Τεκμηρίωση Μεθόδου";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Επισκόπηση σχεδίασης";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_hu.h b/src/translator_hu.h
index 44363c9..bf326f7 100644
--- a/src/translator_hu.h
+++ b/src/translator_hu.h
@@ -1955,14 +1955,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_8_15
return "Metódus dokumentáció";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Dizájn áttekintés";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_it.h b/src/translator_it.h
index 9638a01..10c4a5a 100644
--- a/src/translator_it.h
+++ b/src/translator_it.h
@@ -1912,14 +1912,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
return "Documentazione dei metodi";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Panoramica del progetto";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_jp.h b/src/translator_jp.h
index fc0d65d..074864e 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -1925,14 +1925,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
return "メソッド詳解";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "デザイン概観";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_kr.h b/src/translator_kr.h
index fb1c356..d475411 100644
--- a/src/translator_kr.h
+++ b/src/translator_kr.h
@@ -1948,14 +1948,6 @@ class TranslatorKorean : public TranslatorAdapter_1_8_15
return "메소드 문서화";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "디자인 개요";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_lv.h b/src/translator_lv.h
index bd579da..479ed68 100644
--- a/src/translator_lv.h
+++ b/src/translator_lv.h
@@ -1936,14 +1936,6 @@ class TranslatorLatvian : public TranslatorAdapter_1_8_4
return "Metožu dokumentācija";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Dizaina pārskats";
- }
-
//////////////////////////////////////////////////////////////////////////
};
diff --git a/src/translator_nl.h b/src/translator_nl.h
index 7cecc7d..f2887c6 100644
--- a/src/translator_nl.h
+++ b/src/translator_nl.h
@@ -1530,14 +1530,6 @@ class TranslatorDutch : public Translator
return "Methode Documentatie";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Ontwerp Overzicht";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 970cf45..dfe4027 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -1945,15 +1945,6 @@ class TranslatorPortuguese : public Translator
return "Documentação do método";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- // I'm not sure how to accurately translate it
- return "Visão geral do design";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_ro.h b/src/translator_ro.h
index 6f0c197..69fd554 100644
--- a/src/translator_ro.h
+++ b/src/translator_ro.h
@@ -1943,14 +1943,6 @@ class TranslatorRomanian : public TranslatorAdapter_1_8_15
return "Documentația Metodelor";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Vedere de Ansamblu a Designului";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_ru.h b/src/translator_ru.h
index 9d92888..5c87e86 100644
--- a/src/translator_ru.h
+++ b/src/translator_ru.h
@@ -1904,14 +1904,6 @@ class TranslatorRussian : public TranslatorAdapter_1_8_15
return "Документация метода";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Обзор дизайна";
- }
-
///////////////////////////////////////////////////////////////////////
// new since 1.8.4
///////////////////////////////////////////////////////////////////////
diff --git a/src/translator_sk.h b/src/translator_sk.h
index 9ee8252..760120a 100644
--- a/src/translator_sk.h
+++ b/src/translator_sk.h
@@ -1907,14 +1907,6 @@ class TranslatorSlovak : public TranslatorAdapter_1_8_15
return "Dokumentácia metódy";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Návrhová schéma";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_sv.h b/src/translator_sv.h
index 6277445..a4ff4f6 100644
--- a/src/translator_sv.h
+++ b/src/translator_sv.h
@@ -2020,14 +2020,6 @@ class TranslatorSwedish : public Translator
return "Metoddokumentation";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Designöversikt";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_tw.h b/src/translator_tw.h
index 9e9092d..247b128 100644
--- a/src/translator_tw.h
+++ b/src/translator_tw.h
@@ -1913,14 +1913,6 @@ class TranslatorChinesetraditional : public TranslatorAdapter_1_8_15
return "方法文件";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "設計概述";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
diff --git a/src/translator_ua.h b/src/translator_ua.h
index 034cb1b..7f7656f 100644
--- a/src/translator_ua.h
+++ b/src/translator_ua.h
@@ -1901,14 +1901,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
return "Документація метода";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Огляд дизайну проекту";
- }
-
//////////////////////////////////////////////////////////////////////////
};