Tools/doxygen
- added
This commit is contained in:
20
Tools/doxygen/build
Executable file
20
Tools/doxygen/build
Executable 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:
|
||||
1
Tools/doxygen/files/variants
Normal file
1
Tools/doxygen/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
doxygen/1.8.14 unstable b:cmake/3.9.6
|
||||
15
Tools/doxygen/modulefile
Normal file
15
Tools/doxygen/modulefile
Normal 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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user