sconsDoxy: Move all markdown READMEs to reST
It's a pain to mentally switch markup style if modifying notes on several tools. pandoc used for the conversion. Signed-off-by: Mats Wichmann <mats@linux.com>
This commit is contained in:
parent
11ee48ec9f
commit
4cf4e09049
2 changed files with 16 additions and 12 deletions
12
README.md
12
README.md
|
|
@ -1,12 +0,0 @@
|
||||||
# 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)
|
|
||||||
16
README.rst
Normal file
16
README.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
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>`__
|
||||||
Loading…
Reference in a new issue