Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
kprussing 11ee48ec9f sconsDoxy: Remove the symlink for doxygen
The symlink in the doxygen tool example interferes with installing using
pip because it tries to do a recursive installation.
2021-07-03 01:59:28 -04: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: Run converters on chapel and doxygen tools 2021-03-05 08:55:42 -07: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.md sconsDoxy: Import the final state of the Mercurial repository without the history. 2020-06-02 19:26:31 +01: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 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