File tree Expand file tree Collapse file tree 24 files changed +0
-182
lines changed Expand file tree Collapse file tree 24 files changed +0
-182
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,6 @@ class Translator
593
593
virtual QCString trClassMethods () = 0;
594
594
virtual QCString trInstanceMethods () = 0;
595
595
virtual QCString trMethodDocumentation () = 0;
596
- virtual QCString trDesignOverview () = 0;
597
596
598
597
// ////////////////////////////////////////////////////////////////////////
599
598
// new since 1.8.4
Original file line number Diff line number Diff line change @@ -216,9 +216,6 @@ class TranslatorAdapter_1_8_2 : public TranslatorAdapter_1_8_4
216
216
217
217
virtual QCString trMethodDocumentation ()
218
218
{ return english.trMethodDocumentation (); }
219
-
220
- virtual QCString trDesignOverview ()
221
- { return english.trDesignOverview (); }
222
219
};
223
220
224
221
Original file line number Diff line number Diff line change @@ -2011,15 +2011,6 @@ class TranslatorBrazilian : public Translator
2011
2011
return " Documentação do método" ;
2012
2012
}
2013
2013
2014
- /* ! Used as the title of the design overview picture created for the
2015
- * VHDL output.
2016
- */
2017
- virtual QCString trDesignOverview ()
2018
- {
2019
- // I'm not sure how to accurately translate it
2020
- return " Visão geral do design" ;
2021
- }
2022
-
2023
2014
// ////////////////////////////////////////////////////////////////////////
2024
2015
// new since 1.8.4
2025
2016
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1862,14 +1862,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_15
1862
1862
return " 函数文档" ;
1863
1863
}
1864
1864
1865
- /* ! Used as the title of the design overview picture created for the
1866
- * VHDL output.
1867
- */
1868
- virtual QCString trDesignOverview ()
1869
- {
1870
- return " 设计概要" ;
1871
- }
1872
-
1873
1865
// ////////////////////////////////////////////////////////////////////////
1874
1866
// new since 1.8.4
1875
1867
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1977,14 +1977,6 @@ class TranslatorCzech : public TranslatorAdapter_1_8_15
1977
1977
return " Dokumentace metody" ;
1978
1978
}
1979
1979
1980
- /* ! Used as the title of the design overview picture created for the
1981
- * VHDL output.
1982
- */
1983
- virtual QCString trDesignOverview ()
1984
- {
1985
- return " Návrhové schéma" ;
1986
- }
1987
-
1988
1980
// ////////////////////////////////////////////////////////////////////////
1989
1981
// new since 1.8.4
1990
1982
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -2072,14 +2072,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_15
2072
2072
return " Methodendokumentation" ;
2073
2073
}
2074
2074
2075
- /* ! Used as the title of the design overview picture created for the
2076
- * VHDL output.
2077
- */
2078
- virtual QCString trDesignOverview ()
2079
- {
2080
- return " Übersicht" ;
2081
- }
2082
-
2083
2075
// ////////////////////////////////////////////////////////////////////////
2084
2076
// new since 1.8.4
2085
2077
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1940,14 +1940,6 @@ class TranslatorEnglish : public Translator
1940
1940
return " Method Documentation" ;
1941
1941
}
1942
1942
1943
- /* ! Used as the title of the design overview picture created for the
1944
- * VHDL output.
1945
- */
1946
- virtual QCString trDesignOverview ()
1947
- {
1948
- return " Design Overview" ;
1949
- }
1950
-
1951
1943
// ////////////////////////////////////////////////////////////////////////
1952
1944
// new since 1.8.4
1953
1945
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1933,14 +1933,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
1933
1933
return " Dokumentaro de la Metodo" ;
1934
1934
}
1935
1935
1936
- /* ! Used as the title of the design overview picture created for the
1937
- * VHDL output.
1938
- */
1939
- virtual QCString trDesignOverview ()
1940
- {
1941
- return " Fasona Superrigardo" ;
1942
- }
1943
-
1944
1936
// ////////////////////////////////////////////////////////////////////////
1945
1937
1946
1938
};
Original file line number Diff line number Diff line change @@ -1992,14 +1992,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
1992
1992
return " Método de documentación" ;
1993
1993
}
1994
1994
1995
- /* ! Used as the title of the design overview picture created for the
1996
- * VHDL output.
1997
- */
1998
- virtual QCString trDesignOverview ()
1999
- {
2000
- return " Diseño información general" ;
2001
- }
2002
-
2003
1995
// ////////////////////////////////////////////////////////////////////////
2004
1996
// new since 1.8.4
2005
1997
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -2001,14 +2001,6 @@ class TranslatorFrench : public TranslatorAdapter_1_8_15
2001
2001
return " Documentation des méthodes" ;
2002
2002
}
2003
2003
2004
- /* ! Used as the title of the design overview picture created for the
2005
- * VHDL output.
2006
- */
2007
- virtual QCString trDesignOverview ()
2008
- {
2009
- return " Vue d'ensemble" ;
2010
- }
2011
-
2012
2004
// ////////////////////////////////////////////////////////////////////////
2013
2005
// new since 1.8.4
2014
2006
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1936,14 +1936,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_15
1936
1936
return " Τεκμηρίωση Μεθόδου" ;
1937
1937
}
1938
1938
1939
- /* ! Used as the title of the design overview picture created for the
1940
- * VHDL output.
1941
- */
1942
- virtual QCString trDesignOverview ()
1943
- {
1944
- return " Επισκόπηση σχεδίασης" ;
1945
- }
1946
-
1947
1939
// ////////////////////////////////////////////////////////////////////////
1948
1940
// new since 1.8.4
1949
1941
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1955,14 +1955,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_8_15
1955
1955
return " Metódus dokumentáció" ;
1956
1956
}
1957
1957
1958
- /* ! Used as the title of the design overview picture created for the
1959
- * VHDL output.
1960
- */
1961
- virtual QCString trDesignOverview ()
1962
- {
1963
- return " Dizájn áttekintés" ;
1964
- }
1965
-
1966
1958
// ////////////////////////////////////////////////////////////////////////
1967
1959
// new since 1.8.4
1968
1960
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1912,14 +1912,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
1912
1912
return " Documentazione dei metodi" ;
1913
1913
}
1914
1914
1915
- /* ! Used as the title of the design overview picture created for the
1916
- * VHDL output.
1917
- */
1918
- virtual QCString trDesignOverview ()
1919
- {
1920
- return " Panoramica del progetto" ;
1921
- }
1922
-
1923
1915
// ////////////////////////////////////////////////////////////////////////
1924
1916
// new since 1.8.4
1925
1917
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1925,14 +1925,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
1925
1925
return " メソッド詳解" ;
1926
1926
}
1927
1927
1928
- /* ! Used as the title of the design overview picture created for the
1929
- * VHDL output.
1930
- */
1931
- virtual QCString trDesignOverview ()
1932
- {
1933
- return " デザイン概観" ;
1934
- }
1935
-
1936
1928
// ////////////////////////////////////////////////////////////////////////
1937
1929
// new since 1.8.4
1938
1930
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1948,14 +1948,6 @@ class TranslatorKorean : public TranslatorAdapter_1_8_15
1948
1948
return " 메소드 문서화" ;
1949
1949
}
1950
1950
1951
- /* ! Used as the title of the design overview picture created for the
1952
- * VHDL output.
1953
- */
1954
- virtual QCString trDesignOverview ()
1955
- {
1956
- return " 디자인 개요" ;
1957
- }
1958
-
1959
1951
// ////////////////////////////////////////////////////////////////////////
1960
1952
// new since 1.8.4
1961
1953
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1936,14 +1936,6 @@ class TranslatorLatvian : public TranslatorAdapter_1_8_4
1936
1936
return " Metožu dokumentācija" ;
1937
1937
}
1938
1938
1939
- /* ! Used as the title of the design overview picture created for the
1940
- * VHDL output.
1941
- */
1942
- virtual QCString trDesignOverview ()
1943
- {
1944
- return " Dizaina pārskats" ;
1945
- }
1946
-
1947
1939
// ////////////////////////////////////////////////////////////////////////
1948
1940
1949
1941
};
Original file line number Diff line number Diff line change @@ -1530,14 +1530,6 @@ class TranslatorDutch : public Translator
1530
1530
return " Methode Documentatie" ;
1531
1531
}
1532
1532
1533
- /* ! Used as the title of the design overview picture created for the
1534
- * VHDL output.
1535
- */
1536
- virtual QCString trDesignOverview ()
1537
- {
1538
- return " Ontwerp Overzicht" ;
1539
- }
1540
-
1541
1533
// ////////////////////////////////////////////////////////////////////////
1542
1534
// new since 1.8.4
1543
1535
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1945,15 +1945,6 @@ class TranslatorPortuguese : public Translator
1945
1945
return " Documentação do método" ;
1946
1946
}
1947
1947
1948
- /* ! Used as the title of the design overview picture created for the
1949
- * VHDL output.
1950
- */
1951
- virtual QCString trDesignOverview ()
1952
- {
1953
- // I'm not sure how to accurately translate it
1954
- return " Visão geral do design" ;
1955
- }
1956
-
1957
1948
// ////////////////////////////////////////////////////////////////////////
1958
1949
// new since 1.8.4
1959
1950
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1943,14 +1943,6 @@ class TranslatorRomanian : public TranslatorAdapter_1_8_15
1943
1943
return " Documentația Metodelor" ;
1944
1944
}
1945
1945
1946
- /* ! Used as the title of the design overview picture created for the
1947
- * VHDL output.
1948
- */
1949
- virtual QCString trDesignOverview ()
1950
- {
1951
- return " Vedere de Ansamblu a Designului" ;
1952
- }
1953
-
1954
1946
// ////////////////////////////////////////////////////////////////////////
1955
1947
// new since 1.8.4
1956
1948
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1904,14 +1904,6 @@ class TranslatorRussian : public TranslatorAdapter_1_8_15
1904
1904
return " Документация метода" ;
1905
1905
}
1906
1906
1907
- /* ! Used as the title of the design overview picture created for the
1908
- * VHDL output.
1909
- */
1910
- virtual QCString trDesignOverview ()
1911
- {
1912
- return " Обзор дизайна" ;
1913
- }
1914
-
1915
1907
// /////////////////////////////////////////////////////////////////////
1916
1908
// new since 1.8.4
1917
1909
// /////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1907,14 +1907,6 @@ class TranslatorSlovak : public TranslatorAdapter_1_8_15
1907
1907
return " Dokumentácia metódy" ;
1908
1908
}
1909
1909
1910
- /* ! Used as the title of the design overview picture created for the
1911
- * VHDL output.
1912
- */
1913
- virtual QCString trDesignOverview ()
1914
- {
1915
- return " Návrhová schéma" ;
1916
- }
1917
-
1918
1910
// ////////////////////////////////////////////////////////////////////////
1919
1911
// new since 1.8.4
1920
1912
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -2020,14 +2020,6 @@ class TranslatorSwedish : public Translator
2020
2020
return " Metoddokumentation" ;
2021
2021
}
2022
2022
2023
- /* ! Used as the title of the design overview picture created for the
2024
- * VHDL output.
2025
- */
2026
- virtual QCString trDesignOverview ()
2027
- {
2028
- return " Designöversikt" ;
2029
- }
2030
-
2031
2023
// ////////////////////////////////////////////////////////////////////////
2032
2024
// new since 1.8.4
2033
2025
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1913,14 +1913,6 @@ class TranslatorChinesetraditional : public TranslatorAdapter_1_8_15
1913
1913
return " 方法文件" ;
1914
1914
}
1915
1915
1916
- /* ! Used as the title of the design overview picture created for the
1917
- * VHDL output.
1918
- */
1919
- virtual QCString trDesignOverview ()
1920
- {
1921
- return " 設計概述" ;
1922
- }
1923
-
1924
1916
// ////////////////////////////////////////////////////////////////////////
1925
1917
// new since 1.8.4
1926
1918
// ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1901,14 +1901,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
1901
1901
return " Документація метода" ;
1902
1902
}
1903
1903
1904
- /* ! Used as the title of the design overview picture created for the
1905
- * VHDL output.
1906
- */
1907
- virtual QCString trDesignOverview ()
1908
- {
1909
- return " Огляд дизайну проекту" ;
1910
- }
1911
-
1912
1904
// ////////////////////////////////////////////////////////////////////////
1913
1905
1914
1906
};
You can’t perform that action at this time.
0 commit comments