diff options
author | Petr Prikryl <prikryl@atlas.cz> | 2013-06-25 08:15:42 (GMT) |
---|---|---|
committer | Petr Prikryl <prikryl@atlas.cz> | 2013-06-25 08:15:42 (GMT) |
commit | 49009182a8dc05fb9c5bf52e521c1531c29a2183 (patch) | |
tree | fcc303a95b7034065f8f90b1ca9be1e0db8750cd /winbuild/Doxygen.vcproj | |
parent | b8c8a047e05f83f8cb818d8184878bc724b209b8 (diff) | |
download | Doxygen-49009182a8dc05fb9c5bf52e521c1531c29a2183.zip Doxygen-49009182a8dc05fb9c5bf52e521c1531c29a2183.tar.gz Doxygen-49009182a8dc05fb9c5bf52e521c1531c29a2183.tar.bz2 |
src/translatordecoder.h removed, winbuild/Doxygen.vcproj updated
When running... doxygen/doc>py translator.py
This script should be updated. All translators do use UTF-8
internally. The TranslatorDecoder adapter should be removed
from the code and its usage should not be checked any more.
(I do not believe I ever had so much time to add a check like this
to the translator.py :)
Diffstat (limited to 'winbuild/Doxygen.vcproj')
-rw-r--r-- | winbuild/Doxygen.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index fb4ae8d..7ab4653 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -4182,10 +4182,6 @@ > </File> <File - RelativePath="..\src\translatordecoder.h" - > - </File> - <File RelativePath="..\src\unistd.h" > <FileConfiguration |