| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bringing the doxywizard documentation up to date with the current version.
|
|\
| |
| | |
Incorrect handling of string with spaces and no quotes
|
| |
| |
| |
| | |
Correcting some (Cygwin) compilation warnings / errors
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
During some tests on the documentation of LLVM the (CMake generated) doxygen configuration file contained the line:
```
DOT_PATH=D:\Program Files (x86)\Graphviz2.38\bin\dot.exe
```
and this was interpreted by doxygen as
```
DOT_PATH = D:\ProgramFiles(x86)\Graphviz2.38\bin\dot.exe
```
without any message other than that later on the `dot` executable could not be found.
It is clear that here the double quotes were missing.
This problem has been solved by giving a warning and setting the value to the default value.
- configimpl.l
- config_doxyw.l
during the checking some debug facilities for the doxywizard were required and this has been implemented:
- config_doxyw.l
- doxywizard.h
- doxywizard.cpp
it was also discovered that in case of none existing int or bool values were specified the wrong "defaults" were taken (it was set to `0` / `false`), now the correct defaults are taken
- inputbool.cpp
- inputint.cpp
|
|\ \
| | |
| | | |
Warnings in generated VhdlParser.cc
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When compiling the generated VhdlParser.cc we get a number of warnings about the return type, these are no problems as they all follow an assert(false) but when "promoting" the missing to return type warning to an error (openSUSE) this is a problem.
The best way would be that the problem is solved in javaCC though this will be probably a long process, so we use the workaround to overcome the problem.
(The problem was detected as part of the reproducibility tests for openSUSE, see #8158)
|
|\ \ \
| |/ /
|/| | |
Syntax for faq about use in Windows Powershell
|
|/ /
| |
| |
| | |
The syntax of the Windows Powershell differs from other shells, so an example is added to the faq section
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Handling Enable / Disable menu items (doxywizard)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Only enable menu item "Reset to factory defaults" in case the current settings are different from the default settings.
Only enable "Clear recent list" and "Open recent" in case there are recent files.
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
|
| |\ \ \
|/ / / /
| | | |
| | | | |
DGA45-Rel_1_8_20_DGA
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | | |
Fix ANSI-C anonymous (unnamed) struct/unions duplicated names issue
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
issue #8160 Example in documentation of ALIASES shows using `\n` instead of `^^`
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Small correction in documentation.
|
|\ \ \ \ \ |
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Replace the respective characters by an underscore.
|
| |\ \ \ \
|/ / / / /
| | | | | |
Documentation correction for CASE_SENSE_NAMES
|
| | | | |
| | | | |
| | | | | |
added missing "be"
|
| | | | |
| | | | |
| | | | | |
Did rephrasing things a bit.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In issue #8129 the problem of using different case of filenames was addressed, though in the documentation it was not clear what this meant for input files.
This has been corrected (the underlying problem has been handled with different other commits a.o. 2b5a4541fb6f806c02a1f6e65a1ff2610f29751f ).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Incorrect checking between default and used values for strList in doxywizard
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
In case we use a default doxygen configuration file `doxygen -g` and use this as `doxywizard Doxyfile` we would expect not to see any differences between the used values and the default values, though we see in expert tab that `ABBREVIATE_BRIEF`, `STRIP_FROM_PATH` and `INPUT` don't have the default values (item is "red"). This can also be observed in the run tab when selecting "Condensed" "Show configuration".
In the `isDefault()` not only the `strList` itself should be tested but also its values.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Handling of "Cancel" during "Quit" in doxywizard
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
When one hasn't saved ones changes to the settings file and when selection `Quit` in the file menu one gets a message that unsaved changes will be lost and one has 3 possibilities: "Save", "Discard" and "Cancel". The "Save" and "Discard" work as expected but when selecting "Cancel" the application is also terminated (though one would expect to return to the "GUI"). When using (on Windows) the "X-button" one gets the same question with possibilities but here one returns to the "GUI" when selecting "Cancel".
This patch sees to it that when selecting "Cancel" in this case one returns again to the "GUI"
|
|\ \ \ \ \
| | | | | |
| | | | | | |
64-bit Windows compiler warnings doctokinizer.l
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removing compiler warnings like:
```
.../src/doctokenizer.l(101): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
.../src/doctokenizer.l(844): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
...
```
(analogous as done in e.g. `commentscan.l`)
|
| |/ / / /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
iterators
|
| | | | | |
|
|/ / / / |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | | |
issue #8144 Problem with `\\` at end of an ALIASES in the configuration file
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In principle a configuration file should not know anything about the doxygen commands, but the handling of the escaped `\` and `@` are an exception of this rule (especially in `ALIASES`).
The mentioned escaped characters were not handled properly.
|
|/ / / / / |
|
|/ / / / |
|
| | | | |
|
|\ \ \ \ |
|
| | | | | |
|
| |\ \ \ \
|/ / / / /
| | | | |
| | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_aliases_cmd
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When we have an command like `\\`, `\@`, `@@` or `@\`in ALIASES this should not disturb the recognition of the replacement strings like `\2`, so e.g. `\\2` should not be replaced by `\y` but remain `\\2` (assuming the `\2` is linked to `y` in an ALIASES).
This issue was found after #8137 had been fixed and was already present in older versions as well.
|
|/ / / / |
|