Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
9b3aec93
Commit
9b3aec93
authored
May 17, 2001
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release-1.2.7-20010517
parent
73a39345
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
INSTALL
INSTALL
+1
-1
README
README
+1
-1
VERSION
VERSION
+1
-1
doxygen.spec
packages/rpm/doxygen.spec
+1
-1
packagedef.h
src/packagedef.h
+6
-0
No files found.
INSTALL
View file @
9b3aec93
DOXYGEN Version 1.2.7
DOXYGEN Version 1.2.7
-20010517
Please read the installation section of the manual for instructions.
...
...
README
View file @
9b3aec93
DOXYGEN Version 1.2.7
DOXYGEN Version 1.2.7
_20010517
Please read INSTALL for compilation instructions.
...
...
VERSION
View file @
9b3aec93
1.2.7
1.2.7
-20010517
packages/rpm/doxygen.spec
View file @
9b3aec93
Name: doxygen
Version: 1.2.7
Version: 1.2.7
_20010517
Summary: documentation system for C, C++ and IDL
Release: 2
Source: doxygen_%{version}.src.tar.gz
...
...
src/packagedef.h
View file @
9b3aec93
...
...
@@ -56,6 +56,12 @@ class PackageSDict : public SDict<PackageDef>
{
public
:
PackageSDict
(
int
size
)
:
SDict
<
PackageDef
>
(
size
)
{}
int
compareItems
(
GCI
item1
,
GCI
item2
)
{
return
stricmp
(((
PackageDef
*
)
item1
)
->
name
(),
((
PackageDef
*
)
item2
)
->
name
()
);
}
};
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment