Commit 9b3aec93 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Release-1.2.7-20010517

parent 73a39345
DOXYGEN Version 1.2.7
DOXYGEN Version 1.2.7-20010517
Please read the installation section of the manual for instructions.
......
DOXYGEN Version 1.2.7
DOXYGEN Version 1.2.7_20010517
Please read INSTALL for compilation instructions.
......
1.2.7
1.2.7-20010517
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment