From 2f2c2d79d4104b25d87df86d0843d017b125fcdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 26 Mar 2018 13:22:06 +0200 Subject: Typo --- testing/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/README.txt b/testing/README.txt index ee3de59..9452896 100644 --- a/testing/README.txt +++ b/testing/README.txt @@ -19,7 +19,7 @@ optional parameters: -doxygen exe: run the specified doxygen executable. -xmllint exe: run the specified xmllint executable. -The runtest.pl has the following dependenies on 3rd party tools: +The runtest.pl has the following dependencies on 3rd party tools: - python to run the script - xmllint to normalize the XML output - diff to show the differences in case a test fails -- cgit v0.12 From c9f7e5073163ede0a1ca071030d6b3746b943b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 26 Mar 2018 13:29:14 +0200 Subject: Typos --- doc/changelog.doc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/changelog.doc b/doc/changelog.doc index 0dcbfa9..50f2209 100644 --- a/doc/changelog.doc +++ b/doc/changelog.doc @@ -20,7 +20,7 @@
  • Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files [view]
  • Bug 775493 - Usage of underscore's in parameter names [view]
  • Bug 776791 - [1.8.13 Regression] Segfault building the breathe docs [view] -
  • Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML [view] +
  • Bug 776870 - XML Parsing Error for operator<< methods when outputting to XHTML [view]
  • Bug 776964 - Menu does not work without Javascript [view]
  • Bug 776988 - Too greedy behavior of @ref const matching [view]
  • Bug 778730 - doxygen build fails [view] @@ -153,7 +153,7 @@
  • Bug 773354 - "name" attribute of image map not urlencoded, not working in Chrome [view]
  • Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS [view]
  • Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work [view] -
  • Bug 774514 - Modify in some pronounciation expression in Korean [view] +
  • Bug 774514 - Modify in some pronunciation expression in Korean [view]
  • Bug 774949 - Unknown reference in manual [view]
  • Bug 775245 - referencing Python files via tagfile broken [view]
  • Add NVARCHAR as a SQL type [view] @@ -1073,7 +1073,7 @@
  • Added support for \-- and \--- to prevent interpretation as ndash and mdash [view]
  • Added support for elif to the template language [view]
  • Added support for range tag in the template language [view]
  • -
  • Alterative way to get rules information from flex [view]
  • +
  • Alternative way to get rules information from flex [view]
  • Better message in case doxygen -u is used [view]
  • Changed "See Also" back to "See also" [view]
  • Chm don't add images multiple times [view]
  • @@ -1296,7 +1296,7 @@
  • Small spelling correction to generate an rtf extensions file -> to generate a rtf extensions file
  • Some texts can be independent of \htmlonly / \latexonly
  • Space missing in error message. the word 'in' and the vale of filesOption were concatenated
  • -
  • This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure. A number of include / header files are files are generated from different file types (html, xml, js), due some limitations of the windows build system the generated file names had to be changed (the extension in the windows build system is only available including the '.' so e.g. the file jquery_fx.js generates now jquery_fx.js.h instead of jquery_fx_js.h) In the windows version the creation of .cpp files from .l files has been adjusted to correct for the YY_BUF_SIZE problems. Furthermore on windows (and also used on *nix) some commends have been replaced with python scripts so that on windows only python is need (besides flex and bison). On *nix also perl is required for the generation using tmake.
  • +
  • This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure. A number of include / header files are files are generated from different file types (html, xml, js), due some limitations of the windows build system the generated file names had to be changed (the extension in the windows build system is only available including the '.' so e.g. the file jquery_fx.js generates now jquery_fx.js.h instead of jquery_fx_js.h) In the windows version the creation of .cpp files from .l files has been adjusted to correct for the YY_BUF_SIZE problems. Furthermore on windows (and also used on *nix) some commands have been replaced with python scripts so that on windows only python is need (besides flex and bison). On *nix also perl is required for the generation using tmake.
  • Updated Visual Studio project files to include new source files
  • Usage of the -d option corrected Giving an error when a wrong -d option is given. Made some error messages more consistent. Corrected usage of the exit call, in case of an error: exit(1) otherwise exit(0). A closer look should be made on exitDoxygen as it does not contain any exit statements and it is unclear (to me) when it is used.
  • VHDL-2008 and arrays on unconstrained elements
  • consider currentFile when searching for global symbols
  • @@ -2162,7 +2162,7 @@ make sure you add the following:

    Changes

    -- cgit v0.12 From a40b6623967d2ab9817d674b0c13c746784bb020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 26 Mar 2018 13:32:37 +0200 Subject: Typo --- src/clangparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clangparser.h b/src/clangparser.h index 6072208..8bb9aba 100644 --- a/src/clangparser.h +++ b/src/clangparser.h @@ -19,7 +19,7 @@ class ClangParser * @param[in,out] filesInTranslationUnit Other files that are * part of the input and included by the file. * The function will return a subset of the files, - * only including the onces that were actually found + * only including the ones that were actually found * during parsing. */ void start(const char *fileName,QStrList &filesInTranslationUnit); -- cgit v0.12