Clone from the Lumiera Master-Repo (as Test for Forgejo)
https://git.lumiera.org/
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. |
||
|---|---|---|
| Sample | ||
| test_config | ||
| __init__.py | ||
| doxygen.py | ||
| lgpl-2.1.txt | ||
| LICENCE.txt | ||
| notes.txt | ||
| README.rst | ||
| test.py | ||
Doxygen Tools for SCons ======================= Introduction ------------ `SCons <http://www.scons.org>`__ is a build framework originally for C, C++, Fortran, and D builds. It has though a tools (think plugin) architecture that allows tools to be built for other language builds. This repository contains a tool for building Doxygen documentation. Licence ------- This software is provided by the SCons Foundation under the `LGPL v2.1 licence <https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html>`__