Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Tanjeff-N. Moos 865fe4e3c5 sconsDoxy: Bugfix: Convert <bytes> object to <string>.
In DoxyfileParse(), the 'file_contents' parameter is a <bytes> object.
Since the shlex.shlex() member doesn't accept <bytes> objects, we
convert it to a <str>.
2022-07-29 21:31:17 +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: Bugfix: Convert <bytes> object to <string>. 2022-07-29 21:31:17 +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>`__