mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
4a5863d7c6
rest of the ports tree that uses Doxygen for their documentation aren't adversely affected) - Use new OPTIONS framework helpers - PDFDOCS relies on both the LATEX and HTMLDOCS options to be enabled - Remove a couple patches that believed to have no effect on PDFDOCS build because it should've been setting HAVE_LATEX in MAKE_ARGS instead of HAVE_PDFDOCS (which was done by a previous commit that submitter was unaware of back when it happened, but never should've happened to begin with) - While here: sort USES, remove MAKE_JOBS_UNSAFE [*], and cleanup Makefile, use correct spelling of PostScript and PDF in port description text [*] Except cleaning targets, use more robust make(1) syntax of -C, albeit I did not find evidence that cd ... ; $(MAKE) syntax was causing build failures with -jX. Still, -C is better and safer in general. PR: 192732 Submitted by: maintainer Reviewed by: marino
8 lines
382 B
Plaintext
8 lines
382 B
Plaintext
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL
|
|
(Corba and Microsoft flavors) and to some extent PHP, C#, and D. It can
|
|
generate an on-line class browser (in HTML) and/or an off-line reference
|
|
manual (in LaTeX/PostScript/PDF) from a set of documented source files.
|
|
The documentation is extracted directly from the sources.
|
|
|
|
WWW: http://www.doxygen.org/
|