Changeset ebf51f2 in Lumiera

Timestamp:
2022-07-31T14:22:56Z (4 years ago)
Author:
Ichthyostega <prg@…>
Branches:
deb, dev/play, documentation, integration, master
Children:
5d1bf3c
Parents:
035a38b
git-author:
Tanjeff-N. Moos <tanjeff@…> (31/07/22 14:22:56)
git-committer:
Ichthyostega <prg@…> (31/07/22 14:22:56)
Message:

sconsDoxy: Restructure code: close file in case of exception.

Up to now, the file was opened, then DoxyfileParse() was invoked, then the file
was closed. If DoxyfileParse() throws an exception, the file would not be
closed. The new solution auto-closes the file in any case.

(No files)

Note: See TracChangeset for help on using the changeset viewer.