diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-12 21:12:36 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-12 21:12:36 (GMT) |
commit | 8a5c51f2c968dee1283dce092e1ccc0d3df91f0e (patch) | |
tree | c055ae5f212c403dc425fc687a6e0c50ce812b0b /src/doxygen.cpp | |
parent | a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11 (diff) | |
download | Doxygen-8a5c51f2c968dee1283dce092e1ccc0d3df91f0e.zip Doxygen-8a5c51f2c968dee1283dce092e1ccc0d3df91f0e.tar.gz Doxygen-8a5c51f2c968dee1283dce092e1ccc0d3df91f0e.tar.bz2 |
Release-1.3.4-20031112
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 8360acb..03db72d 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -8155,6 +8155,11 @@ void parseInput() inheritDocumentation(); } + // compute the shortest possible names of all files + // without loosing the uniqueness of the file names. + msg("Generating disk names...\n"); + Doxygen::inputNameList.generateDiskNames(); + msg("Adding source references...\n"); addSourceReferences(); @@ -8269,11 +8274,6 @@ void generateOutput() msg("Counting data structures...\n"); countDataStructures(); - // compute the shortest possible names of all files - // without loosing the uniqueness of the file names. - msg("Generating disk names...\n"); - Doxygen::inputNameList.generateDiskNames(); - msg("Resolving user defined references...\n"); resolveUserReferences(); |