summaryrefslogtreecommitdiff
path: root/devel/doxymacs
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-2/+4
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-08-11If the Emacs flavour is "xemacs", don't pull in the www/w3 support, pull indsainty1-5/+9
"xemacs-packages" instead. Also, make sure that the Lisp installation directory is correct for all flavours. Patch from PR39287 from Anthony Mallet, with minor modification to pull in "xemacs-packages" as a replacement for "www/w3".
2007-08-05Updated to doxymacs version 1.8.0:dsainty2-6/+6
Fix bug #1490021: Allow spaces in @param [in] style documentation. Fix bug #1496399: Use better way to get user's e-mail address.
2007-08-05Make Doxymacs work with Emacs 22 by avoiding using "www/w3" (Emacs/W3) if thedsainty1-2/+12
Emacs major is not below 22. The url-* support from Emacs/W3 has been integrated into Emacs version 22.
2006-11-01Now that PKGNAME is right, PLIST is wrong :) Fix that too.dsainty1-4/+4
2006-11-01Whoops... Make PKGNAME sane.dsainty1-2/+2
2006-11-01The purpose of the Doxymacs project is to create a LISP package that will makedsainty5-0/+73
using Doxygen from within {X}Emacs easier. Doxymacs has the following features: * ability to look up documentation for symbols from {X}Emacs in the browser of your choice. * easily insert Doxygen style comments into source. * optionally use an "external" (i.e. written in C) XML parser to speed up building the completion list. * fontify Doxygen keywords.