Hello Folks, I upgraded by doxygen to 1.8.9.1 from the sources. (Mac 10.8.5, gcc 4.2.1).
Then I protected some of my comments in our doxygen.conf using '##', for
example:
> ## -*- sh -*-
>
> ...
>
> ALIASES =
>
> ## Link to bug tracker
> ALIASES += bugid{1}="<a
> href=\"http://www.nsnam.org/bugzilla/show_bug.cgi?id=\1\">Bug \1</a>"
>
> ## Set off \internal docs
> ALIASES += internal="\par \b Internal:"
>
> ## Typeset parameter name in docs as in the "Parameters:" list
> ## Usage: /** \param [in/out] tag If found, \pname{tag} is ... */
> ALIASES += pname{1}="<span class=\"params\"><span
> class=\"paramname\">\1</span></span>"
>
> ## Link to RFC's
> ALIASES += RFC{1}="<a
> href=\"http://datatracker.ietf.org/doc/rfc\1/\">RFC \1</a>"
Finally I asked doxygen to update the config file:
$ doxygen -u doxygen.conf
However it modified the two regions above in undesirable ways:
- The emacs mode line got moved after the doxygen opening comments. It has to
be on the first line for emacs to recognize it.
- The aliases got bunched into a single block, and only the last comment was
preserved:
> ## Link to RFC's
>
> ALIASES = "bugid{1}=<a
> href=\"http://www.nsnam.org/bugzilla/show_bug.cgi?id=\1\">Bug \1</a>" \
> "internal=\par \b Internal:" \
> "pname{1}=<span class=\"params\"><span
> class=\"paramname\">\1</span></span>" \
> "RFC{1}=<a
> href=\"http://datatracker.ietf.org/doc/rfc\1/\">RFC \1</a>"
Thanks,
Peter
_______________________________________________________________________
Dr. Peter D. Barnes, Jr. Physics Division
Lawrence Livermore National Laboratory Physical and Life Sciences
7000 East Avenue, L-50 email: [email protected]
P. O. Box 808 Voice: (925) 422-3384
Livermore, California 94550 Fax: (925) 423-3371
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet
_______________________________________________ Doxygen-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-users
