forked from pool/doxygen
This commit is contained in:
parent
22598810e9
commit
be2fa87697
@ -1,16 +0,0 @@
|
||||
Disable debug comments in RTF output (they are visible by default in
|
||||
ooffice and abiword)
|
||||
|
||||
--- src/rtfdocvisitor.cpp
|
||||
+++ src/rtfdocvisitor.cpp
|
||||
@@ -29,8 +29,8 @@
|
||||
#include "parserintf.h"
|
||||
|
||||
|
||||
-#define DBG_RTF(x) m_t << x
|
||||
-//#define DBG_RTF(x) do {} while(0)
|
||||
+//#define DBG_RTF(x) m_t << x
|
||||
+#define DBG_RTF(x) do {} while(0)
|
||||
|
||||
RTFDocVisitor::RTFDocVisitor(QTextStream &t,CodeOutputInterface &ci,
|
||||
const char *langExt)
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eaa2dc9c6593c1929c501d321211437891302d9256b6a75d754c0cb3133ee0f
|
||||
size 460780
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d77b3620e06e818828782e2c12b8dd73404dffc5aec6db37b3416c2072d9a6ff
|
||||
size 2255678
|
3
doxygen-1.5.2-html.tar.bz2
Normal file
3
doxygen-1.5.2-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45dd6006d11b3ce00fc3ef6736d67bfb6326cc7cbefec576a765bf88f0c77497
|
||||
size 455779
|
3
doxygen-1.5.2.src.tar.bz2
Normal file
3
doxygen-1.5.2.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ffee8baf7cbf32169294bc5be39710949e5c57c9789ab2d5c60d9c67c37428b
|
||||
size 2938581
|
@ -20,25 +20,22 @@
|
||||
// ### cannot insert 0 - this renders the thing
|
||||
--- src/util.cpp
|
||||
+++ src/util.cpp
|
||||
@@ -4281,10 +4281,10 @@
|
||||
if (shortNames) // use short names only
|
||||
@@ -4539,10 +4539,10 @@
|
||||
{
|
||||
static QDict<void> usedNames(10007);
|
||||
static QDict<int> usedNames(10007);
|
||||
usedNames.setAutoDelete(TRUE);
|
||||
- static int count=1;
|
||||
+ static long int count=1;
|
||||
|
||||
void *value=usedNames.find(name);
|
||||
int *value=usedNames.find(name);
|
||||
- int num;
|
||||
+ long int num;
|
||||
if (value==0)
|
||||
{
|
||||
usedNames.insert(name,(void *)count);
|
||||
@@ -4292,9 +4292,9 @@
|
||||
}
|
||||
else
|
||||
usedNames.insert(name,new int(count));
|
||||
@@ -4552,7 +4552,7 @@
|
||||
{
|
||||
- num = *(int*)&value;
|
||||
+ num = *(long int*)&value;
|
||||
num = *value;
|
||||
}
|
||||
- result.sprintf("a%05d",num);
|
||||
+ result.sprintf("a%05ld",num);
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 14:40:08 CEST 2007 - anosek@suse.cz
|
||||
|
||||
- updated to version 1.5.2:
|
||||
* Doxygen now uses UTF-8 internally for all strings
|
||||
A new config option INPUT_ENCODING has been added which can be
|
||||
used to specify the encoding of the input
|
||||
* Added support for message sequence charts (using mscgen)
|
||||
* Added support for C++/CLI
|
||||
* IGNORE_PREFIX now also works for function/members names when
|
||||
shown in the various indices
|
||||
* Doxygen will show a tooltip in the HTML output for links
|
||||
to classes, namespaces, and members with the brief description
|
||||
* Syntax highlight support for several (managed) C++ keywords
|
||||
* Added two LaTeX layout enhancements
|
||||
* Lots of bugfixes
|
||||
- dropped obsolete disable-rtf-debug.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de
|
||||
|
||||
|
23
doxygen.spec
23
doxygen.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxygen (Version 1.5.1)
|
||||
# spec file for package doxygen (Version 1.5.2)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,8 +12,8 @@
|
||||
|
||||
Name: doxygen
|
||||
BuildRequires: bison flex gcc-c++ libpng-devel
|
||||
Version: 1.5.1
|
||||
Release: 8
|
||||
Version: 1.5.2
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Development/Tools/Doc Generators
|
||||
@ -28,7 +28,6 @@ Patch: %{name}-64archs.diff
|
||||
Patch1: %{name}-%{version}-libpng.diff
|
||||
Patch2: %{name}-%{version}-arm.patch
|
||||
Patch3: %{name}-%{version}-man.patch
|
||||
Patch4: %{name}-%{version}-disable-rtf-debug.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -53,7 +52,6 @@ Authors:
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
cp -v %{S:3} .
|
||||
bzip2 -d %{name}_manual-%{version}.pdf.bz2
|
||||
|
||||
@ -85,6 +83,21 @@ rm -rf %{buildroot}
|
||||
%attr(755,root,root) /usr/bin/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 05 2007 - anosek@suse.cz
|
||||
- updated to version 1.5.2:
|
||||
* Doxygen now uses UTF-8 internally for all strings
|
||||
A new config option INPUT_ENCODING has been added which can be
|
||||
used to specify the encoding of the input
|
||||
* Added support for message sequence charts (using mscgen)
|
||||
* Added support for C++/CLI
|
||||
* IGNORE_PREFIX now also works for function/members names when
|
||||
shown in the various indices
|
||||
* Doxygen will show a tooltip in the HTML output for links
|
||||
to classes, namespaces, and members with the brief description
|
||||
* Syntax highlight support for several (managed) C++ keywords
|
||||
* Added two LaTeX layout enhancements
|
||||
* Lots of bugfixes
|
||||
- dropped obsolete disable-rtf-debug.patch
|
||||
* Thu Mar 29 2007 - mmarek@suse.de
|
||||
- added flex and bison to buildrequires
|
||||
* Mon Feb 05 2007 - anosek@suse.cz
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:358aa99a8b14d25d4d48015195f6f118fcd4dcd4a312d496b1b1095dd358fda3
|
||||
size 551619
|
3
doxygen_manual-1.5.2.pdf.bz2
Normal file
3
doxygen_manual-1.5.2.pdf.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c134d7beab247db2555494a3ad64ce304f381ce58b028ed5d52ae99f1764b8f
|
||||
size 552644
|
@ -9,9 +9,9 @@
|
||||
INCPATH = -I../../src -I$(QTDIR)/include
|
||||
LINK = c++
|
||||
-LFLAGS = -Wl,-search_paths_first
|
||||
-LIBS = -framework CoreFoundation -framework ApplicationServices -L$(QTDIR)/lib -lqt
|
||||
-LIBS = -framework CoreFoundation -framework ApplicationServices -liconv -L$(QTDIR)/lib -lqt-mt
|
||||
+LFLAGS =
|
||||
+LIBS = -L$(QTDIR)/lib -lqt-mt
|
||||
MOC = moc
|
||||
MOC = /Developer/qt/bin/moc
|
||||
|
||||
TAR = tar -cf
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 14:47:26 CEST 2007 - anosek@suse.cz
|
||||
|
||||
- updated to version 1.5.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxywizard (Version 1.5.1)
|
||||
# spec file for package doxywizard (Version 1.5.2)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,8 +12,8 @@
|
||||
|
||||
Name: doxywizard
|
||||
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
|
||||
Version: 1.5.1
|
||||
Release: 8
|
||||
Version: 1.5.2
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
Requires: doxygen = %{version}
|
||||
License: GNU General Public License (GPL)
|
||||
@ -80,6 +80,8 @@ rm -rf %{buildroot}
|
||||
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
|
||||
|
||||
%changelog
|
||||
* Thu Apr 05 2007 - anosek@suse.cz
|
||||
- updated to version 1.5.2
|
||||
* Thu Mar 29 2007 - mmarek@suse.de
|
||||
- added flex and bison to buildrequires
|
||||
* Mon Feb 05 2007 - anosek@suse.cz
|
||||
|
Loading…
x
Reference in New Issue
Block a user