From 4ae09f261784cd25140340aeb239edb113050eca Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 12 Jan 2021 10:59:51 +0100 Subject: sqlcode.l does not compile in LEX debug mode Correction for debug mode in sqlcode.l --- src/sqlcode.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlcode.l b/src/sqlcode.l index 74318bb..c5af17f 100644 --- a/src/sqlcode.l +++ b/src/sqlcode.l @@ -378,7 +378,7 @@ SQLCodeParser::SQLCodeParser() : p(std::make_unique()) { sqlcodeYYlex_init_extra(&p->state, &p->yyscanner); #ifdef FLEX_DEBUG - sqlcodeYYset_debug(1,yyscanner); + sqlcodeYYset_debug(1,p->yyscanner); #endif resetCodeParserState(); } -- cgit v0.12 From 0e61926ed58c0c6de388548545241617b7c6dab4 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 12 Jan 2021 11:06:07 +0100 Subject: Spelling corrections config Some spelling corrections (found by Fossies) --- src/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.xml b/src/config.xml index 9c0ccc8..e25c94e 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2809,7 +2809,7 @@ doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty as set by \ref cfg_latex_bib_style "LATEX_BIB_STYLE", in case nothing is set the bib style `plain` is used. This setting is typically used in combination with the block name `CITATIONS_PRESENT`. -
$latexbibfiles
will be replaced by the comma separeted list of `bib. files +
$latexbibfiles
will be replaced by the comma separated list of `bib. files as set by \ref cfg_cite_bib_files "CITE_BIB_FILES" (when necessary a missing `.bib` is automatically added). This setting is typically used in combination with the block name `CITATIONS_PRESENT`. @@ -2832,9 +2832,9 @@ doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty \ref cfg_latex_makeindex_cmd "LATEX_MAKEINDEX_CMD". Then the command doesn't start with a backslash, a backslash is automatically prepended. In case the setting is empty the command `\makeindex` is used. -
$extralatexpackages
will be replaced by commands for usinging the packages set +
$extralatexpackages
will be replaced by commands for using the packages set in \ref cfg_extra_packages "EXTRA_PACKAGES". -
$extralatexstylesheet
will be replaced by commands for usinging the packages set +
$extralatexstylesheet
will be replaced by commands for using the packages set in \ref cfg_latex_extra_stylesheet "LATEX_EXTRA_STYLESHEET" (when the extension is the default extension, `.sty`, this extension is stripped for the package name).
$latexspecialformulachars
will be replaced by the code for some special -- cgit v0.12 From 33001689292073293d65841e627cff43c8e39644 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 12 Jan 2021 14:55:17 +0100 Subject: Bug when running docbook with debug output Wrong "file pointer" used in print. --- src/docbookgen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbookgen.cpp b/src/docbookgen.cpp index 05e9347..d9e79cb 100644 --- a/src/docbookgen.cpp +++ b/src/docbookgen.cpp @@ -256,13 +256,13 @@ void DocbookCodeGenerator::finish() } void DocbookCodeGenerator::startCodeFragment(const char *) { -DB_GEN_C +DB_GEN_C1(m_t) m_t << ""; } void DocbookCodeGenerator::endCodeFragment(const char *) { -DB_GEN_C +DB_GEN_C1(m_t) //endCodeLine checks is there is still an open code line, if so closes it. endCodeLine(); -- cgit v0.12 From c6d7487e5c63c3ccfcdac27d136a6a4ea8d033a2 Mon Sep 17 00:00:00 2001 From: Fabio Jun Takada Chino Date: Tue, 12 Jan 2021 14:29:08 -0300 Subject: Portuguese translators updated to 1.9.0. --- src/translator_br.h | 16 ++++++++++++++-- src/translator_pt.h | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/translator_br.h b/src/translator_br.h index 29a0e20..e180f62 100644 --- a/src/translator_br.h +++ b/src/translator_br.h @@ -15,9 +15,12 @@ * Fabio "FJTC" Jun Takada Chino * Collaborators: * Emerson Ferreira + * Ulisses Guedes * Thanks to Jorge Ramos, Fernando Carijo and others for their contributions. * * History: + * 20200112: + * - Updated to 1.9.1; * 20190203: * - Slice methods added; * 20180612: @@ -49,7 +52,7 @@ #ifndef TRANSLATOR_BR_H #define TRANSLATOR_BR_H -class TranslatorBrazilian : public TranslatorAdapter_1_8_19 +class TranslatorBrazilian : public Translator { public: @@ -2335,7 +2338,16 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_19 return "Dados Membros"; } - + ////////////////////////////////////////////////////////////////////////// + // new since 1.8.19 + ////////////////////////////////////////////////////////////////////////// + + /** VHDL design unit documentation */ + virtual QCString trDesignUnitDocumentation() + { + return "Documentação da Unidade de Projeto"; + } + }; #endif diff --git a/src/translator_pt.h b/src/translator_pt.h index 3456aad..2273c97 100644 --- a/src/translator_pt.h +++ b/src/translator_pt.h @@ -15,6 +15,8 @@ * Fabio "FJTC" Jun Takada Chino * Maintainer (until 04/28/2011): * Rui Godinho Lopes + * Collaborators: + * Ulisses Guedes * * Notes about this translation: * Since I'm Brazilian, this translation may be odd or even incorect for @@ -24,6 +26,8 @@ * VERSION HISTORY * --------------- * History: + * 20200112: + * - Updated to 1.9.1; * 20190203: * - Slice methods added; * 20180612: @@ -59,7 +63,7 @@ #define TRANSLATOR_PT_H -class TranslatorPortuguese : public TranslatorAdapter_1_8_19 +class TranslatorPortuguese : public Translator { public: @@ -2272,7 +2276,15 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_19 return "Dados Membros"; } - + ////////////////////////////////////////////////////////////////////////// + // new since 1.8.19 + ////////////////////////////////////////////////////////////////////////// + + /** VHDL design unit documentation */ + virtual QCString trDesignUnitDocumentation() + { + return "Documentação da Unidade de Projeto"; + } }; #endif -- cgit v0.12