Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Tanjeff-N. Moos ebf51f227c 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.
2022-07-31 16:22:56 +02:00
Sample sconsDoxy: Remove the symlink for doxygen 2021-07-03 01:59:28 -04:00
test_config Add support for @INCLUDE tags in doxyfiles 2013-08-12 22:34:57 +01:00
__init__.py sconsDoxy: Run converters on chapel and doxygen tools 2021-03-05 08:55:42 -07:00
doxygen.py sconsDoxy: Restructure code: close file in case of exception. 2022-07-31 16:22:56 +02:00
lgpl-2.1.txt sconsDoxy: Import the final state of the Mercurial repository without the history. 2020-06-02 19:26:31 +01:00
LICENCE.txt sconsDoxy: Import the final state of the Mercurial repository without the history. 2020-06-02 19:26:31 +01:00
notes.txt Restructure so that the plugin is a module and a package, it's just more flexible. 2013-08-12 16:05:59 +01:00
README.rst sconsDoxy: Move all markdown READMEs to reST 2022-02-12 08:36:50 -07:00
test.py sconsDoxy: Run converters on chapel and doxygen tools 2021-03-05 08:55:42 -07:00

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>`__