Tools/doxygen

- added
This commit is contained in:
2018-10-11 11:04:41 +02:00
parent 0284379d31
commit 27982702e5
3 changed files with 36 additions and 0 deletions

20
Tools/doxygen/build Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Tools'
pbuild::set_download_url "http://ftp.stack.nl/pub/users/dimitri/$P-$V.src.tar.gz"
pbuild::add_docfiles 'BUILD.txt'
pbuild::add_docfiles 'INSTALL'
pbuild::add_docfiles 'LANGUAGE.HOWTO'
pbuild::add_docfiles 'LICENSE'
pbuild::add_docfiles 'README.md'
pbuild::add_docfiles 'VERSION'
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

View File

@@ -0,0 +1 @@
doxygen/1.8.14 unstable b:cmake/3.9.6

15
Tools/doxygen/modulefile Normal file
View File

@@ -0,0 +1,15 @@
#%Module
module-whatis "code documentation tool"
module-url "https://www.stack.nl/~dimitri/doxygen/index.html"
module-license "iGNU GPLv2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Doxygen is the de facto standard tool for generating documentation from
annotated C++ sources, but it also supports other popular programming
languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba,
Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some
extent D
"